/*-----------------------------------------------------------------------------
Style Sheet (Main)

version:   1.0
author:    Keith Cgingandu
email:     k@revolutionaryfocus.com
website:   http://www.revolutionaryfocus.com
-----------------------------------------------------------------------------*/

/* = General
-----------------------------------------------------------------------------*/
*{
margin: 0;
padding: 0;
}

body{
color:#5c5c5c;
font-size:62.5%;
font-family: Verdana, sans-serif;
background:#e5e4d9 url(../images/pageDeco.jpg) repeat-x;
}

h1, h2
{
font-size:1.6em;
font-weight:900;
color:#3b3932;
text-align:left;
}

h2
{
line-height:4.4em;
font-size:1.2em;
}

h3
{
	font-size:1em;
	font-weight:bolder;
	color:#3b3932;
	text-align:left;
}


li
{
	list-style:none;
}

a{
	text-decoration:none;
	outline-style: none;
}
.clear
{
	clear:both;
}

.left{
	float:left;
	display: inline;
}
.right{
	float:right;
}
.bold
{
	font-weight:bold;
}
.none
{
	background:none;
}



/* = Header
-----------------------------------------------------------------------------*/

#header,#images,#wrapper,#footer #content,#outerWrapper, #innerWrapper{
width:1030px;
margin:0 auto;
}

#header
{
	position:relative;
}

/* = Nav
---------------------------------------------*/

#header ul 
{
	width:500px;
	height:4em;
	font-size:1.2em;
	left:335px;
	top:50px;
	position:absolute;
}

#header ul li
{
	top:40;
	float:left;
	display:block;
	padding:1.6em 1em 1em 1em;
}

#header ul li a{

height:4em;
width:100%;
}

#header ul #lastLink{
background:none;
}

#header ul li a:link, #header ul li a:visited, #fcontent .fcol a:link, #fcontent .fcol a:visited {
color:#fff;
}

#header ul li a:hover
{
color:#fff;
padding-bottom:60px;
background:url(../images/link_hg_light.jpg) bottom bottom no-repeat;
}

#header ul li:active{
color:#990000;
}


/* = Content
-----------------------------------------------------------------------------*/
#outerWrapper
{
	width:1042px;
	background:url(../images/leftRightShadow.jpg) top center repeat-y;
	position:relative;
}

.linksColumn
{
	width:335px;
	background:#dad9cd url(../images/side_shadow.jpg) repeat-y;
	float:right;	
}

.stdP
{
	/*width:474px;*/
	width:596px;
	margin-left:20px;
	margin-top:20px;
}

#leftDeco
{	
	position:absolute;
	left:-31px;
}

#rightDeco
{	
	position:absolute;
	right:-31px;
}

#innerWrapper
{
	width:982px;
	font-size:1.2em;
	line-height:22px;
	background:#e5e4d9 url(../images/header_bg.jpg) no-repeat;
	position:relative;
}

#col_1
{
	padding-bottom:25px;
}

.heading
{
	color:#7d993e;
	letter-spacing: -.5px;
	font-weight:lighter;
	font-size:13pt ;
	line-height:14px;
	text-indent: -5000px;
}
.subheading
{
	color:#2e2e2e;
	letter-spacing:0px;
	font-size:9pt !important;
	line-height:0px !important;
	text-indent: -5000px;
}

.pageHeading span
{
	height:56px;
	width:279px;
	display:block;
	margin:10px 20px 0px 10px;
}

.pageHeading
{
	width:100%;
	height:86px;
	display:block;
	margin:0 auto;
	position:relative;
	text-indent: -5000px;
	background:url(../images/header_bg.jpg) top left no-repeat;	
}

.error, .success
{
	background-color:#C02544;
	color:#fff !important;
	font-weight:900;
	width:286px;
	height:20px;
	padding:5px;
	border:2px solid #fff;
}
.success
{
	background-color:#47b7c4;
}

#msgs span
{
	width:286px;
	display:block;
	text-align:center;
	margin-bottom:10px;
}

/* = Links
---------------------------------------------*/

#header .utils a:link, #header .utils a:visited
{   	
	color:#494949;
}

#wrapper a:link, #wrapper a:visited, #footer a:link, #footer a:visited, #editMenu a:visited,#editMenu a:link{
color:#319529;
}

#wrapper a:hover, #wrapper a:hover, #footer a:hover, #editMenu a:hover{
color:#319529;
text-decoration:underline;
}


.linksColumn div
{
	width:307px;
	margin:15px auto 20px;
	padding-bottom:15px;
	background:url(../images/dot.gif) bottom left repeat-x;
}

.linksColumn h2
{
	text-indent:-5000px; 
	display:block;
	height:20px;
	width:281px;
	margin-bottom:10px;
	background:url(../images/sidelinks/prices.gif) no-repeat;
}

.linksColumn p a
{
	display:block;
	width:307px;
	height:84px;
	text-indent:-5000px;
	margin:10px auto 10px auto;
	background:url(../images/side_link_bg.jpg) 0 bottom no-repeat;	
}

.linksColumn p a:hover
{

	background:url(../images/side_link_bg.jpg) 0px -0.1em no-repeat;
	
}

.linksColumn p a span
{
	display:block; 
	height:38px;  
	width:221px; 
	margin:0 auto;
}

.linksColumn #aboutUsLink span { background:url(../images/sidelinks/about_us.gif) no-repeat; }
					
.linksColumn #ourCarsLink span { background:url(../images/sidelinks/our_car.gif) no-repeat; }	
					
.linksColumn #contactUsLink span { background:url(../images/sidelinks/contact_us.gif) no-repeat; }

.linksColumn #supportLink span { background:url(../images/sidelinks/support.gif) no-repeat; }

.linksColumn #termsLink span { background:url(../images/sidelinks/terms.gif) 0px -0.1em no-repeat; }

a img{ border:none;}
