@charset "iso-8859-1";
/* CSS Document */

* {padding: 0; margin: 0;} 


body {
	font-family:verdana, Helvetica, sans-serif;
	
	
	
}

#contenitorone{
	
	background:url(/images/bg/wrap-bg.gif) repeat-y center top;

	width: 100%;
	display: table;
	color: #333333;
	margin:0 auto;

	
}

#contenitorone2{
	margin:0 auto;
	width: 100%;
}

img {
	border: none;
}
p {
	color: #333333;
	font-family: Verdana, Georgia, Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding:0 0 8px 0;


}


a {
	color: #763712;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}


/* header
--------------------------------------------------------------------------*/
#header {
	height: 180px;
	width: 980px;
	position: relative;
	margin:0 auto;
		
}
#logo {
	position: absolute;
	top: 20px;
	left: 38px;
}


/* navigation
-------------------------------------------------------------------------*/
#nav {
	width:765px;
	height:170px;
	margin-left:180px;
	background:url(/images/navigation.png) no-repeat left 15px;
}
#mainnav {
	width:720px;
	height:25px;
	padding:45px 0 0px 30px;
	font-family:Arial;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	
	
	
	
}

#mainnav li{
	float:left;
	min-width:40px;
	list-style-image: none;
	list-style-type: none;
	padding: 0 16px 0 0;
		}


#mainnav a, a:link{
	
	color:#E10915;
	text-decoration:none;
	
}

#mainnav a:visited{
	
	color:#E10915;
	text-decoration:none;
	
}

#mainnav a:hover{
	
	color:#656565;
	text-decoration:none;
	
}
#mainnav a.active{
	
	color:#B1C22C;
	text-decoration:none;
	
}
#subnav{
	width:330px;
	height:85px;
	padding:5px 40px 5px 35px;
	font-family:Arial;
	font-size: 10px;
	font-weight: bold;
	
	
}

#subnav li{
	
	padding: 0 80px 3px 6px;
	list-style-type: none;
	text-align: left;	
	background-image: url(../images/dot_red.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	
		}


#subnav2{
	width:350px;
	height:85px;
	padding:5px 40px 5px 30px;
	font-family:Arial;
	font-size: 10px;
	font-weight: bold;
	
	
}


#subnav2 li{
	
	padding: 0 5px 3px 6px;
	list-style-type: none;
	text-align: left;	
	background-image: url(../images/dot_red.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	
		}
#sx, #dx{
	width:170px;
	float:left;
	padding:3px 0 0px 0px;
	
}

#sx h1, #dx h1{
	font: bold 12px Arial, Verdana, Georgia, Times, serif;
	text-align: left;
	padding:0 0 2px 0;	
	color: #ccc;
	text-transform:uppercase;
	
	
}




#mainnav a, #subnav a, #subnav2 a, a:link{
	
	color:#E10915;
	text-decoration:none;
	
}

#mainnav a:visited, #subnav a:visited, #subnav2 a:visited{
	
	color:#E10915;
	text-decoration:none;
	
}

#mainnav a:hover, #subnav a:hover, #subnav2 a:hover{
	
	color:#656565;
	text-decoration:none;
	
}
#mainnav a.active, #subnav a.active, #subnav2 a.active {
	
	color:#B1C22C;
	text-decoration:none;
	
}





/* content wrap
--------------------------------------------------------------------------*/
#content-wrap {
	width:980px;
	height:auto;
	margin:0 auto;
	

	
}
#top {
	
	
	
}
#content{
	width: 430px;
	min-height:500px;
	position: relative;
padding: 38px 0px 20px 40px;
	
}














/* footer
---------------------------------------------------------------------------------*/
#footer {
	width:990px;
	margin:0 auto;
	/*width:980px;
	height:100px;*/
	background: #FFF url(../images/bottom-bg.gif) no-repeat left top;
	clear: both;
}
#footer h4 {
	
	text-indent: -900em;
	
	height: 25px;
}
#footer-wrap {
	
	
	
	position: relative;
	padding: 45px 6px 20px 40px;
	width:450px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;	
	
	
	
}


/* headings and typography
---------------------------------------------------------------------------------*/
h2 {
	font: bold 13px Verdana, Georgia, Times, serif;
	text-align: left;
	padding:0;
	color:#000 ;
	
}

h1{
	font: normal 14px Arial, Verdana, Georgia, Times, serif;
	margin:0;
	padding: 2px 0 20px 0;
	color:#666666;
	text-transform:uppercase;
	
}
h1 a, h2 a {
	color: #763712;
}
h1 a:hover, h2 a:hover {
	color: #2b2b2b;
	text-decoration: none;
}


























