@charset "utf-8";
/* CSS Document */

/* Default Universal Styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
background:transparent none repeat scroll 0 0;
border:0 none;
font-size:100%;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;
}
body {
line-height:1;
}

blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
content:none;
}
:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}
ins {
text-decoration:none;
}
del {
text-decoration:line-through;
}
table {
border-collapse:collapse;
border-spacing:0;
}

a:link {
	color:#4ac0da;
	text-decoration:none;
}
a:visited {
	color:#4ac0da;
	text-decoration:none;
}
a:hover {
	color:#4ac0da;
	text-decoration:underline;
}
a:active {
	color:#4ac0da;
	text-decoration:none;
}

#contentHomeBlueAd a:link {
	color:#fff;
	text-decoration:none;
	font-size:12px;
}
#contentHomeBlueAd a:visited {
	color:#fff;
	text-decoration:none;
	font-size:12px;
}
#contentHomeBlueAd a:hover {
	color:#fff;
	text-decoration:underline;
	font-size:12px;
}
#contentHomeBlueAd a:active {
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

/* Layout Styles */

.clear{
	clear: both;
}

body {
	background:url(../images/background-gradient.png) repeat-x #00bbe2;
	font-family: Arial, Helvetica, sans-serif;
}


/*  ---- WRAPPER AND SHADOWS ---- */
#outterWrapper{
	width:960px;
	background-image:url(../images/dropshadowSite.png);
	background-repeat:repeat-y;
	margin:0 auto;
}
#siteWrapper{
	width:910px;
	margin:0 auto;
}


/*  ---- HEADER ---- */
#header{
	background:#003876;
	height:80px;
}

.logo{
	background-image:url(../images/placemakersLogo.gif);
	background-repeat:no-repeat;
	text-indent:-5000px;
	height:80px;
	overflow:hidden;
}

.logo a{
	display:block;
	line-height:80px; 
}


/*  ---- NAVIGATION ---- */
#mainNav{
	height:24px;
	background:#FFFFFF;
	border-bottom: 2px solid #003876;
}
#mainNav ul{
	float: left;
	list-style: none;
	font-size: 12px;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-left:2px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#mainNav ul li{
	float: left;
}
#mainNav ul li a{
	color: #003876;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	line-height: 24px;
}
#mainNav ul li a:hover{
	color: #FFFFFF;
	background-color:#003876;
	text-decoration: none;
}
#mainNav ul li a.selected{
	background-color:#003876;
	color: #FFFFFF;
	text-decoration: none;
}
#mainNav ul li a.selected:hover{
	color: #FFFFFF;
	text-decoration: none;
}



/*  ---- INTRO ---- */
#intro{
	background:#00bbe2 url(../images/introBackground.gif) repeat-x;
	height:282px;
}


/*  ---- CONTENT ---- */
#contentWrapper{
	background:#fff url(../images/content_background.jpg) repeat-y;
	float:right;
	width:910px;
}
#subNav{
	width:190px;
	font-size:12px;
	float:left;
	padding-bottom:0px;
	margin:0px;
}
#subNavScrewsTop {
	width:190px;
	margin-bottom: 10px;
	margin-left:0px;
	margin-right:0px;
}
#subNavScrewsBottom {
	width:190px;
	margin-top: 10px;
	margin-left:0px;
	margin-right:0px;
}
.subNavLogin {
	margin-top:3px;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0px;
}


.subNavLogin a {
    display:block;
	background-image:url(../images/subnav_login_btn.gif);
	background-repeat:no-repeat;
	width:190px;
	height:82px;
}

.subNavLogin a:hover {
	background-position: 0 -82px;
}

.subNavLogin a:active {
	background-position: 0 0px;
}
#subNavInfo {	
	margin-top:3px;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0px;
}
.subNavText {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.subNavText p {
	margin-top: 8px;
	font-size:11px;
	padding:0;
}
.subNavText ul{
	margin:10px 0 20px 0;
	padding:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.subNavText li a{
	margin:2px 0px 2px 0px;
	padding:2px 0 2px 20px;
	height:20px;
	background: url(../images/bullet.gif) no-repeat 0 0;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
#contentMain {
	width:715px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	font-weight: normal;
	color:#000;
	min-height:300px;
}
#contentMain h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
#contentMain h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#content1 {
	margin-left:10px;
	padding-top:30px;
	width:705px;
}
#content2 {
	margin-left:30px;
	padding-top:30px;
	width:580px;
}
#content3 {
	margin-left:55px;
	padding-top:30px;
	width:555px;
}

#contentHomeBlueAd {
	padding-left: 10px;
	padding-top: 10px;
	background-color: #4ac0da;
	width:710px;
	height:260px;
	margin-top:0px;
	background-image:url(../images/homepage_blueshadow.jpg);
	background-repeat:repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 16px;
	float:right;
}
#contentHomeBlueAd .photo {
	height:165px;
	width:220px;
	background-image: url(../images/homepage_bluephoto.jpg);
	background-repeat: no-repeat;
	float:left;
}
#contentHomeBlueAdtext {
	width:365px;
	height:240px;
	padding-left: 15px;
	padding-top: 10px;
	float:left;
}
.homepagebottom {
	padding-top: 15px;
	padding-left: 8px;
	padding-right: 1px;
	float:left;
}
#hometable {
}

#hometable .tableleft {
	width:4px;
	background-image:url(../images/hometableleft.jpg);
	background-repeat:no-repeat;
}
#hometable .tableright {
	width:3px;
	background-image:url(../images/hometableright.jpg);
	background-repeat:no-repeat;
}
#hometable .tablemiddle {
	width:219px;
	background-image:url(../images/hometablebackground.jpg);
	background-repeat:repeat-x;
}
.tablemiddle tr td, table tr th {
	padding: 10px;
	}

#hometable h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#003876;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	line-height:22px;
}
#hometable h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight: normal;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	line-height: 16px;
}
#hometable h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4ac0da;
	font-weight: normal;
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
	line-height: 15px;
}
#contentfooter{
	background-image:url(../images/screws.gif);
	background-repeat:no-repeat;
	height:32px;
	width:910px;
	float:left;
}
.table tr td, table tr th {
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:5px;
	}
.table {
	border-collapse: collapse;
}
.table h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left:10px;
	line-height:14px;
	padding-top:6px;
}
.tabletitlebar {
	background-color:#0097c4;
	width:682px;
	height:20px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
}
.table .line1{
	background-color:#d9f2f7;
}
.table .line2{
	background-color:#eeeeee;
}
.table .break{
	background-color:#fff;
	height:3px;
}

#contentMain .indent {
	margin-left:15px;
}
#contentMap {
	padding-left:10px;
	background-color: #ddf3f8;
	width:709px;
	height:400px;
	background-image:url(../images/mapshadow.jpg);
	background-repeat:repeat-y;
	margin:0px;
	float:right;
}
.buyerletter {
	width:45px;
	height:50px;
	float:left;
	padding-left:10px;
}
.buyerdetails {
	width:500px;
	float:left;
}
/*  ---- FOOTER ---- */
#footer{
	color:#8b8b8b;
	background:#000000;
	padding-bottom:15px;
	margin-bottom:0px;
}
#footer .heading{
	height:37px;
	padding-left:50px;
	background:#252525;
	margin-bottom:10px;
}
.footerLinks{
	width:910px;
	text-align:center;
	font-size:10px;
	background:#000000;
}
.footerLinks ul{
	margin: 0 auto;
	padding: 7px 0 6px 10px;
	list-style: none;
	word-spacing: 120%;
}
.footerLinks ul li{
	display: inline;
	margin:0 0 0 8px;
	padding: 0 8px 0 0;
	border-right: 1px solid #8b8b8b; 
}
.footerLinks ul .end{
	border-right:none; 
}
.footerLinks ul li a{
	color: #8b8b8b;
	text-decoration: none;
}
.footerLinks ul li a:hover{
	color: #f2f2f2;
	text-decoration: underline;
}
.footerLinks ul li a.selected{
	color: #8b8b8b;
	text-decoration: none;
}
#footer #mailerWrapper{
	margin-left:42px;
}
#footer #mailerWrapper .mailer{
	padding:10px;
	width:268px;
	font-size:11px;
	float:left;
	line-height:13px;
}
#footer #mailerWrapper .mailer img{
	float: left;
	padding-right:15px;
}
#footer #mailerWrapper .mailer h4{
	margin-bottom:3px;
	font-size:11px;
	text-transform:uppercase;
	color:#CCCCCC;
}

