@import "reset.css";

body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	height: 100%;
	font-family: Tahoma;
	font-size:12px;
	color: #60625C;
	background: #fff url(../images/bg.jpg);
} 

h1{

	font-size: 2.8em;
	color: #FE8E31;
	margin: 0;
	padding: 0;
	word-spacing: -0.1em;
}

h3 {
	font-family: Times new roman;
	font-size: 1.2em;
}

#wrapper {
	margin:0px auto;
	width: 982px;
	height: 100%;
	background-image: url(../images/bg-wrapper.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#header {
	margin: 0px auto;
	width:950px; 
	height: 74px;
	background-image: url(../images/bg-header.jpg);
	background-color: #7F0504;
	background-repeat: repeat-x;
	background-position: top center;
}

#header .nav{
	float: left;
}

#header .nav li{
	float: left;
	padding: 35px 0 0 50px;
	text-transform: uppercase;
	background: url(../images/arrow.gif) no-repeat top left;
	background-position: 50px 15px;
}

#header .nav li a:link, #header .nav li a:visited{
	color: #fff;
}

#header .nav li a:hover{
	color: #FE8E31;
}

#header .logo{
	float:left;
	width: 253px;
	height:44px;
	background-color: #fff;
	text-align: center;
	padding-top: 30px;
	margin-left: 15px;
}

#header .logo h1 {
	font-size: 2.0em;
	color: #7F0504;
}
 
#headerimg {
	margin: 5px auto;
	height: 185px;
	width: 960px;
	text-align: left;
	background-color: #eee;
	background-image: url(../images/bg-headerimg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #fff;
}

#headerimg .title{
	margin: 60px 0px 0px 35px;
}

#headerimg h1{
	color: #fff;
	font-size: 2.5em;
}

#headerimg h1 span{
	color: #FE8E31;
}

#twocols{
	margin: 0px auto;
	width:940px; 
	background-color: #7F0504;
}

#rightcol{
	width:580px; 
	float:right; 
	position:relative; 
	text-align: left;
	padding: 15px;
	border: 0px solid #000;
	color: #fff;
}

#rightcol ul {
	margin-left: 20px;
}

#rightcol li {
	
	background-position: 0px 8px;
	padding-left: 20px;
	padding-top: 5px;
}

#rightcol li a:link, #rightcol li a:visited {
	color: #fff;
	text-decoration: none;
}

#rightcol li a:hover {
	color: #fff;
	text-decoration: underline;
}

#rightcol h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}

#rightcol h1.subtitle {
	color: #fff;
	font-size: 1.5em;
	margin-left: 10px;
}

#rightcol h1.subtitle-red {
	color: #DC0907;
	font-size: 1.5em;
}

#rightcol p{
	padding: 10px;
}

#rightcol hr {
	width: 100%;
	height: 1px;
	color: #DC0907;
	margin : 20px 0px 20px 0px;
}

#rightcol a:link, #rightcol a:visited{
	color: #FE8E31;
	text-decoration: none;
}

#rightcol a:hover {
	color: #FE8E31;
	text-decoration: underline;
}

#rightcol img {
	padding: 10px;
	margin-right: 20px;
}

#leftcol{
	background:transparent;  
	float: left; 
	display:inline; 
	position: relative; 
	width:294px; 
	padding: 0px 10px 10px 20px;
	text-align: justify;
	border:0px solid #000;
}

#leftproduct {
	margin-top:15px;
	margin-bottom: 5px;
	background-color: #fff;
	background-image: url(../images/b_p1.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 10px;
	text-align: left;
	color: #B4B4B4;
}

#leftproduct a:link, #leftproduct a:visited{
	color: #B4B4B4;
	display: block;
	height: 100%;
	width: 100%; 
}

#leftproduct a:hover{
	color: #aaa;
}

#leftproduct img{
	float: left;
	padding-right: 10px;
}

#leftproduct h3{
	font-family: Tahoma;
	font-size:12px;
	color: #B1214D;
}

#maincol p,#copyright p{
	padding-top: 10px;
}

.copyright{
	margin-top: -5px;
	margin-left: 18px;
	margin-bottom: 5px;
	color: #FE8E31;
} 

#footer{
	width:920px;  
	text-align: left;
	margin: 0 auto;
	padding: 10px;
	background-color: #000;
} 

#footer ul{
	padding: 10px;
}

#footer li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}

#footer a:visited, #footer a:link{
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	color: #fff;
	text-decoration: underline;
}

/* *** Float containers fix: *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-block;}

/*Blockquotes*/

blockquote {
  margin: 10px 15px;
  padding-left: 20px;
  background-color: #000000;  
  background-repeat: no-repeat;
  background-position: 5px 50%;  
}

blockquote.disclaimer {
    line-height: 90%;
}

quote {
 
}

quote.block {
    color: #000000;
}

.resources A
{
font-family:sans-serif;
font-size:120%;
}




/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 /*printer styles*/ 
@media print{ 
	/*hide the right column when printing*/ 
	#rightcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
}