@charset "UTF-8";
/* CSS Document */

body {
	background-color:#f8f8f8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:auto auto auto auto;
	color:#999966;
	text-align:center;
}
a {
	color:#999966;
}
a:hover {
	color:#ff3333;
}

.containAlign {
   width:1000px;
   height: auto;
   margin:auto;
	
}
.container {
   width:700px;
   height:730px;
   text-align:left;
   border-left-width: 0.1em;
   border-left-style: solid;
   border-left-color: #999966;
   border-right-width: 0.1em;
   border-right-style: solid;
   border-right-color: #999966;
   border-bottom-width: 0.1em;
   border-bottom-style: solid;
   border-bottom-color: #999966;
   padding: 0px 0px 0px 0px;

}


.container_privacy {
   width:700px;
   text-align:left;
   border-left-width: 0.1em;
   border-left-style: solid;
   border-left-color: #999966;
   border-right-width: 0.1em;
   border-right-style: solid;
   border-right-color: #999966;
   border-bottom-width: 0.1em;
   border-bottom-style: solid;
   border-bottom-color: #999966;
   padding: 0px 0px 0px 0px;

}

.footer {
	position:absolute;
	top:700px;
}

.header {
	width:700px;
	height:181px;
	background:url(images/header.jpg) no-repeat center;
}
.title {
	color:#999966;
	font-weight:bold;
	padding-left:20px;
	padding-bottom:20px;
	font-size:28px;
	margin:0px 0 0px 0;
	text-align:left;
}

#contact {
	padding-left:20px;
	line-height:20px;
}
.greenRule {
	color:#999966;
	background-color: #999966;
	height:.05em;
	width:700px;
}

p {
	text-align:left;
	color:#999966;
	padding-left:20px;
	padding-right:20px;
}


/*FOOTER LINKS*/
ul#footers {
	text-align:center;
	list-style: none;
	margin: 0;
	padding:0px 0;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	font-size:14px;
	width:700px;
	color: #999966;
}
ul#footers li {
	display: inline;
	margin: 0 10px;
}
ul#footers a {
	text-decoration: none;
	padding: 0 0 0px;
	color: #999966;
}
ul#footers a:hover {
	color: #ff3333;
}


/*bullet points*/
#advertList
{
margin-left: 0;
padding-left: 20px;
list-style: none;
}

#advertList li
{
padding-left: 15px;
padding-bottom:10px;
font-size:14px;
background-image: url(images/pimentoBULLET.jpg);
background-repeat: no-repeat;
background-position: 0 0.2em;
padding-right:20px;
}

#aboutusList
{
margin-left: 0;
padding-left: 20px;
list-style: none;
}

#aboutusList li
{
padding-left: 15px;
padding-bottom:10px;
font-size:16px;
background-image: url(images/pimentoBULLET.jpg);
background-repeat: no-repeat;
background-position: 0 1.2em;
padding-right:20px;
line-height:50px;
}

/*bullet points*/
#mediaList
{
margin-left: 0;
padding-left: 20px;
list-style: none;
}

#mediaList li
{
padding-left: 15px;
padding-bottom:10px;
font-size:14px;
background-image: url(images/pimentoBULLET.jpg);
background-repeat: no-repeat;
background-position: 0 1.6em;
padding-right:20px;
line-height:50px;
}

/*TOP NAV links*/
ul#minitabs {
	list-style: none;
	margin: 0;
	padding:0px 0;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	font-size:14px;
	
}
ul#minitabs li {
	display: inline;
	margin: 0 3px;
}
ul#minitabs a {
	text-decoration: none;
	padding: 0 0 3px;
	border-bottom: 3px solid #f8f8f8;
	color: #999966;
}
ul#minitabs a#current {
	border-color: #ff3333;
	color:#999966;
}
ul#minitabs a:hover {
	border-color: #ff3333;
	color: #ff3333;
}

/*index demoNav*/

ul#indexDemoNav {
	list-style: none;
	margin: 0;
	padding:0px 0;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	font-size:14px;
	
}
ul#indexDemoNav li {
	display: inline;
	margin: 0 3px;
}
ul#indexDemoNav a {
	text-decoration: none;
	padding: 0 0 3px;
	border-bottom: 3px solid #f8f8f8;
	color: #999966;
}
ul#indexDemoNav a#current {
	border-color: #ff3333;
	color:#999966;
}
ul#indexDemoNav a:hover {
	border-color: #ff3333;
	color: #ff3333;
}


ul#indexDemoNavNoBold {
	list-style: none;
	margin: 0;
	padding:0px 0;
	text-align: left;
	white-space: nowrap;
	font-size:14px;
	
}
ul#indexDemoNavNoBold li {
	display: inline;
	margin: 0 3px;
}
ul#indexDemoNavNoBold a {
	text-decoration: none;
	padding: 0 0 3px;
	border-bottom: 3px solid #f8f8f8;
	color: #999966;
}
ul#indexDemoNavNoBold a#current {
	border-color: #ff3333;
	color:#999966;
}
ul#indexDemoNavNoBold a:hover {
	border-color: #ff3333;
	color: #ff3333;
}
