/* Common Elements */
body{
	background:#1a1919 url(../images/bodyBg.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	color: #cccccc;
}

body#sub{
	background:#1a1919 url(../images/bodyBgSub.gif) repeat-x;
}

a.moreInfo{
	float:left;
	background:#2a2a2a;
	padding:5px 10px;
	color:#898989;
	margin-top:18px;
}
a.moreInfo:hover{
	color:#FFF;
}

a{
	color:#898989;
}
a:hover{
	color:#FFF;
}

p{
	line-height:1.5em;
	margin-bottom:10px;
}
a.skipNav{
	display:none;
	text-indent:-1000px;
	overflow:hidden;
}
#generalContainer{
	position:absolute;
	left:50%;
	margin-left:-484px;
	width:937px;
	padding:0 15px;
	background:Transparent url(../images/genBgShadowSub.jpg) no-repeat;
	/*background:Transparent url(../images/genBgShadow.jpg) no-repeat;*/
}

body#sub #generalContainer, 
body#home #generalContainer, 
body#aboutUs #generalContainer,  
body#Products #generalContainer,  
body#howTo #generalContainer,  
body#contact #generalContainer, 
body#useful #generalContainer,  
body#testimonials #generalContainer {
	background:Transparent url(../images/genBgShadowSub.jpg) no-repeat;
}


#header{
	/*height:352px;*/
	height:282px;
}


body#sub #header{
	height:282px;
}

#header h1{
	text-indent:-10000px;
	overflow:hidden;
}
#mainNav{
	float:left;
	width:937px;
	padding:28px 0 18px 0;
}
#mainNav li{
	display:inline;
}
#mainNav li a{
	padding:0 25px;
	color:#fff;
	font-size:1.3em;
	text-decoration:none;
	font-weight:lighter;
}
#mainNav li a:hover{
	color:#999;
}





#home #mainNav li a.homeBtn,
#aboutUs #mainNav li a.aboutBtn,
#Products #mainNav li a.prodBtn,
#howTo #mainNav li a.howBtn,
#contact #mainNav li a.contBtn,
#useful #mainNav li a.useBtn,
#testimonials #mainNav li a.testBtn
{
	font-size:1.4em;
	font-weight:bold;
	color:#FFF;
}


strong {font-weight:bold; color:#ccc;}

h2{
	color:#fff;
	font-size:2.5em;
	line-height:1.2em;
	margin:30px 0 10px 0;
}

h4{
	color:#fff;
	font-size:1.4em;
	line-height:1.2em;
	margin:30px 0 10px 0;
	
}

#subPageFullWidth ul {margin:20px 0 10px 0;}
#subPageFullWidth ul li {line-height:22px;}

#footer{
	background:#1f1f1f;
	float:left;
	width:937px;
	border-top:1px solid #292929;
	margin:0 -3px 0 0;
	padding:30px 0 40px 0;
	text-align:center;
}
#footer p{
	margin-bottom:15px;
	color:#fff;
}


/* forms */

.mandatory {color:#FF0000;}
fieldset {float:left; clear:both; border:1px solid #CCCCCC; padding:20px; width:43%; margin-bottom:20px;}
legend { padding:10px; font-weight:bold; color:#cd0213; font-size:16px;}
label {float:left; clear:both; font-weight:bold;}
label span{font-weight:normal;}




input {background:#ccc; border-top:1px solid #CCCCCC; border-left:1px solid #999999; height:20px; width:200px; margin:2px 20px 20px 0; clear:both; float:left;}

select {background:#ccc; border-top:1px solid #CCCCCC; border-left:1px solid #999999; height:20px; width:200px; margin:2px 20px 20px 0; clear:both; float:left;}

textarea {background:url(/Petersons/images/form_bg.gif) top left repeat-x; border-top:1px solid #CCCCCC; border-left:1px solid #999999; height:120px; width:300px; margin:2px 20px 20px 0; clear:both; float:left;}

fieldset .left{ float:left; width:200px; margin-bottom:20px;}
fieldset .right{ float:left; width:200px;}
.button {background: #CCCCCC; border-bottom:1px solid #666; border-left:1px solid #666; border-right:1px solid #CCCCCC; border-top:1px solid #fff; color:#333333; width:100px; height:30px; float:left; clear:both; margin-top:20px;}


#top_img_replacement {float:left; clear:both; width:600px; height: 43px;}


iframe { border:solid 1px #ccc; padding:10px;}


.left {float:left;}
.right {float:right;}