/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  12: 1Col_Fixed_Full_Width_Header
  ------------------------------------------------
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	background-color: #fff202;
	background-image:url(images/templates/main/bg.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0;
}
#masthead {
    height: 50px;
	color: #ffffff;
	background-color: #000000;
	padding: 0px;
	margin: 0;
	text-align:center;
}

#masthead .content {
	width:920px;
	height:50px;
	margin:0 auto;
	text-align:center;
}




#wrapper {
	width: 1000px;
	margin: 0 auto;
}


#header {
	height:140px;
	width:auto;
	position:relative;
	color:#FFFFFF;
	z-index:1;
}

#header a:link, #header a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#header a:hover {
	text-decoration:underline;
}

#header #logo {
	position:absolute;
	top: 0px;
	right:40px;
	width:156px;
	height: 141px;
}

#header #address {
	position:absolute;
	top: 30px;
	right:220px;
	text-align:right;
	font-size:1.2em;
}

#header #address .phone {
	font-size: 24px;
	
}

#header #heading {
	position:absolute;
	top: 40px;
	left:40px;	
}

#main{
	position:relative;
	width:auto;
	
	z-index:0;
	overflow:hidden;
}

#main #LHS {
	float:left;
	width:290px;
	background-image:url(images/templates/main/transparent-bg.png);
	background-repeat:repeat;
	/*height:410px;*/
	/*background-color:#FFFFFF;*/
}

#main #LHS .content {
	background-color:#FFFFFF;
	margin:10px 0px 10px 10px;
	padding:10px;
	width:auto;
	
}
#main #LHS .content .promoContainer {

	width:260px;
	overflow:hidden;
	text-align:center;
}
#main #RHS {
	float:left;
	width:710px;
	/*height:410px;*/
	background-image:url(images/templates/main/transparent-bg.png);
	background-repeat:repeat;
	overflow:hidden;
	/*background-color:#FFFFFF;*/
}

#main #RHS .content {
	background-color:#FFFFFF;
	margin:10px;
	padding:10px;
	overflow:hidden;
	min-height:700px;
}



#footer {
	position:relative;
	padding: 20px 0px;
	font-size: 0.7em;
}
#footer .LHS {
	float:left;
	width:700px;
}
#footer .RHS {
	width:300px;
	float:right;
	text-align:right;
}


#footer a:link, #footer a:visited {
	color: #000000;
}

#footer a:hover {
	color: #666666;
}

h1 {
	font-size: 1.8em;
	font-weight:normal;
}
h2 {
	font-size: 1.4em;
	font-weight:normal;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}

.clearBoth {
	clear:both;
}

/* Forms */

.cat_textbox {
	width:170px;
	margin: 5px 0px;
}

.cat_textbox_small {
	width:170px;
	margin: 5px 0px;
}

.cat_button {
	margin: 5px 0px;
}
