/*

Style sheet authored by niXer. nixer@ndevix.com

*/

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline; }

:focus { outline: 0; }

table {
	border-collapse: separate;
	border-spacing: 0; }

td { vertical-align: middle; } 

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; } 

button, code, h1, h2, h3, h4, h5, h6, input, pre, select, table, td, textarea, th { font-size: 1em; }

img { border: 0; }

blockquote, dl, dd, ol, p, pre, textarea, ul, li { margin-bottom: 1.5em; }

li { 
	list-style: square;
	margin: 0 0 6px 2.5em; }

a { text-decoration: none; color: #084A8B;  }

a:hover { text-decoration: underline; }

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(images/bkg.jpg) repeat-x #000;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #000;
	line-height: 1.6em;
	behavior: url("csshover3.htc"); }

html { background: none; }

body#email {
	width: 800px;
	height: auto;
	margin: auto;
	padding: 0;
	background: #fff;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #000;
	line-height: 1.6em;
	behavior: url("csshover3.htc"); }

h1 { font-size: 1.5em; }

h2 { font-size: 1.4em; }

h3 { font-size: 1.3em; }

h4 { font-size: 1.2em; }

h5 { font-size: 1.1em; }

h1, h2, h3, h4, h5 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

input, textarea {
	width: 158px;
	margin: 1px 0;
	padding: 3px 4px;
	border: 1px solid #cecece;
	outline: 0;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #222; }
	
input.button {
	width: auto;
	height: auto;
	margin: 0;
	padding: 3px 7px;
	background: url(images/menu_link_bkg_over.png) repeat-x center;
	border: 1px solid #036;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	font-weight: bold;
	cursor: pointer; }

input.check {
	width: auto;
	height: auto;
	margin: 0;
	padding: 2px;
	line-height: 1.5em;
	border: medium none;
	font: normal 1em "lucida grande", tahoma, verdana, arial, sans-serif;
	cursor: pointer; }

select {
	width: auto;
	height: auto;
	margin: 0;
	padding: 3px;
	border: 1px solid #cecece;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif; }

textarea {
	width: 75%;
	height: auto;
	margin: 0; }

label {
	font: normal 10.5px "lucida grande", tahoma, verdana, arial, sans-serif;
	line-height: 1.5em;
	cursor: pointer; }

/* 

input:focus, input:hover, select:hover, select:focus, textarea:hover, textarea:focus { background-color: #; }

input.button:focus, input.button:hover { background-color: #; }

filter: alpha(opacity=75);
opacity: 0.75;

*/

/*	----------------------------------------------
	CLASSES
	------------------------------------------- */

.row { padding: 2px 4px; }

.fineprint { font-size: 85%; }

.underline { text-decoration: underline; }

.noline { text-decoration: none; }

.caps { text-transform: capitalize; }

.widthauto, div.widthauto, input.widthauto { width: auto; }

.cursor { cursor: pointer; }

.highlight { color: #ff9900; }

.bold { font-weight: bold; }

/* Margins */

.center { margin: 0 auto; }

.marginnone { margin: 0; }

.bump { margin-top: 5px; }

.bumpright { margin-right: 15px; }

.bumpbottom { margin-bottom: 10px; }

/* Alignment */

.textleft, td.textleft, th.textleft, div.textleft { text-align: left; }

.textright, td.textright, th.textright, div.textright { text-align: right; }

.textcenter, td.textcenter, th.textcenter, div.textcenter { text-align: center; }

.textjustify, td.textjustify, th.textjustify, div.textjustify { text-align: justify; }

.top { vertical-align: top; }

.middle { vertical-align: middle; }

.bottom { vertical-align: bottom; }

/* Display */

.none { display: none; }

.block { display: block; }

.inline { display: inline; }

/* Float */

.clear { 
	clear: both;
	visibility: hidden; }

.floatl { 
	float: left;
	width: auto; }

.floatr { 
	float: right;
	width: auto; }


hr {
	height: 1px;
	background-color: #aaa;
	border: 0;
	color: #aaa; }


/*	----------------------------------------------
	STRUCTURE
	------------------------------------------- */
	
#lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left:0px;
	background: url(images/tbkg.png) repeat;
	z-index: 1000;
}

.lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left:0px;
	background: url(images/tbkg.png) repeat;
	z-index: 1000;
}

#lightbox_content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height:400px;
	overflow-y:auto;
	margin-left: -300px;
	margin-top:-200px;
	background: #060707;
	color:#FFFFFF;
	border:.5px solid #999;
	padding:10px;
}

.lightbox_content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height:400px;
	overflow-y:auto;
	margin-left: -300px;
	margin-top: -200px;
	background: #060707;
	color:#FFFFFF;
	padding:10px;
}

#hslightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: url(images/lb_bkg.png) repeat;
}

#hslb_content {
	position: absolute;
	top: 50;
	left: 50%;
	width: 1020px;
	height: 100%;
	overflow-y:auto;
	margin-left: -501px;
	background: #DEDEDE;
	border: 1px solid #ddd;
}

#alertbox {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 400px;
	height: 150px;
	overflow-y: auto;
	margin-left: -200px;
	background: #fff;
	padding: 5px;
	border: 1px solid #000;
}
	
#wrap {
	width: 1000px;
	height: auto;
	margin: 0 auto; }

#top_bar {
	text-align: right;
	font: normal 1em "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #666; }

#top_bar a {
	float: right;
	display: block;
	height: 15px;
	margin-left: 2px;
	padding: 3px 5px 2px 5px;
	background: #303030;
	line-height: 15px;
	color: #fff; }

#top_bar a:hover { color: #fff;}
	
#header { padding: 15px 0; }

#menu {
	padding: 0 0 0 25px; }
	
#menu ul { margin: 0 auto; }

#menu ul li {
	float: left;
	margin: 0 2px 0 0;
	list-style: none; }

#menu ul li a {
	display: block;
	height: 35px;
	padding: 0 10px;
	background: url(images/menu_link_bkg.png) repeat-x;
	border: 1px solid #888;
	font: bold 1em "lucida grande", tahoma, verdana, arial, sans-serif;
	line-height: 35px;
	color: #fff; }

#menu ul li a:hover {
	background: url(images/link_highlight.png) repeat-x;
	border: 1px solid #39C;
	text-decoration: none;
	color: #fff; }
	
#main_col {
	float: left;
	width: 750px; }

#right_col {
	float: left;
	width: 240px;
	margin-left: 10px; }
	
#searchboxex {
	margin-bottom: 15px;
	padding: 10px 0 5px 0;
	background: #d8d8d8;
	border-bottom: 1px solid #222;
	border-radius: 5px;
	-moz-border-radius: 5px; }
	
#srchbox1, #srchbox2, #searchboxex select {
	width: 380px;
	height: 25px;
	margin: 1px 0 1px 10px;
	padding: 3px 5px 2px 5px;
	border: 3px solid #222;
	outline: 0;
	font: normal 1.4em "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #222; }
	
#searchboxex select { 
	width: auto;
	height: auto; }

#srchbox2 { width: 200px; }
	

#searchbox form { 
	margin: 0;
	padding: 0; }

#frontsrchbox1, #frontsrchbtn {
	width: 450px;
	margin: 1px 0 15px 25px;
	padding: 3px 5px 2px 5px;
	outline: 0;
	font: normal 1.4em "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #222; }


#frontsrchbtn { 
	width: auto;
	height: auto;
	padding: 6px 3px 4px 3px;
	background: #4fa6d5;
	font: bold 1.2em "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #fff;
	cursor: pointer; }

#mainbox {
	background: url(images/main_box_bkg.jpg) no-repeat; 
	width: 750px;
	height: 424px;
	margin: 0 auto; }
	
#main_left_col {
	float: left;
	width: 250px; }
	
#main_right_col {
	float: left;
	width: 500px; }

#footer {
	margin-top: 10px;
	padding: 10px 0 30px 0;
	border-top: 1px solid #666;
	text-align: center;
	color: #666; }

#footer a {
	padding: 0 10px;
	font: normal 1em "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #888; }

.btn {
	width: 150px;
	height: 60px;
	margin-bottom: 5px;
	padding-left: 50px;
	background: url(images/button_bkg.png) no-repeat;
	font: bold 1.5em "lucida grande", tahoma, verdana, arial, sans-serif;
	line-height: 60px;
	color: #fff;
	cursor: pointer; }

.btn:hover {
	background: #fff url(images/button_bkg_over.png) no-repeat; }
	
.txt {
	padding: 15px 35px 30px 0;
	font: normal 1.1em "lucida grande", tahoma, verdana, arial, sans-serif;
	line-height: 25px; }

.box {
	margin-bottom: 15px; }

.sborder {
	float: left;
	width: 180px;
	border: 2px solid #fff;
	margin-right: 3px;
	background: #000;
	color: #fff; }

.sthumb {
	width: 180px;
	height: 20px;
	padding-top: 80px; }

.sthumbbox {
	height: 20px;
	background: #000;
	filter: alpha(opacity=85);
	opacity: 0.85; }

.sthumbbox a {
	font: bold 1em "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #fff; }

#mid_menu a {
	display: block;
	float: left;
	text-align:center;
	width: 163px;
	height: 35px;
	margin: 10px 2px 10px 0;
	padding: 0 10px;
	background: url(images/menu_link_bkg.png) repeat-x;
	border: 1px solid #888;
	font: bold 1em "lucida grande", tahoma, verdana, arial, sans-serif;
	line-height: 35px;
	color: #fff; }

#mid_menu a:hover {
	background: url(images/link_highlight.png) repeat-x;
	text-decoration: none; }
/*
.result {
	margin-bottom: 10px;
	padding: 10px 0 15px 10px;
	border-bottom: 1px solid #1f1f1f; }
	
.result:hover {
	background:#111;
	cursor:pointer;
}
	
.rimage {
	margin-right: 5px;
	width: 216px;
	height: 110px;
	overflow: hidden;
	border: 2px solid #fff; }
	
.rimage img { 
	width: 216px; }

.rbody {
	float: left;
	padding: 0 0 10px 10px;
	color: #fff; }

.rbody a { color: #4fa6d5; }

.rblft {
	float: left;
	width: 250px;
	margin-right: 20px; }

.rbrht {
	width: 235px;
	float: left; }

.rbrht .gmap {
	display: block;
	width: 210px;
	border: 2px solid #fff; }

#manage_wrap, #one_col {
	padding: 25px 15px 30px 35px;
	min-height: 400px;
	background: #0f0f0f;
	border: 1px solid #202020;
	color: #fff; }

.purchasetable {
	width: 680px;
	margin-top: 5px;
	margin-bottom: 25px; }

.purchasetable td, .purchasetable th {
	padding: 10px; 
	border: 1px solid #444;
	border-collapse: collapse;
	font: normal 1.1em "lucida grande", tahoma, verdana, arial, sans-serif; }

.purchasetable td.bold { font-weight: bold; }

.purchasetable th { font: bold 1.2em "lucida grande", tahoma, verdana, arial, sans-serif; }

.purchasetable tr:hover, .addlocationdiv:hover { background: #222; }

.step, .step_highlight {
	width: 156px;
	height: 44px;
	margin-bottom: 3px;
	padding-left: 15px;
	background: url(images/step_bkg.png) no-repeat; 
	font: bold 1.2em "lucida grande", tahoma, verdana, arial, sans-serif;
	line-height: 44px;
	color: #fff;
	cursor: pointer; }

.step_highlight { 
	background: url(images/step_bkg_highlight.png) no-repeat; }

.addlocationdiv, .bbox {
	width: 660px;
	border: 1px solid #1f1f1f;
	margin: 5px 0 25px 30px;
	padding: 10px; }
	
#step_chart {
	position: relative;
	float: left;
	padding: 0 10px 0 0; }

#step_main {
	float: left;
	margin-left: -35px;
	padding: 22px 30px 15px 50px;
	background: #151515; }
*/
	
#wrapper {
	padding: 25px 15px 30px 35px;
	min-height: 400px;
	background: #dedede;
	border: 1px solid #202020;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	color: #444; }
	
.rbody {
	float: left;
	padding: 0 5px;
	color: inherit; }
	
.result {
	margin-bottom: 10px;
	padding: 10px 0px 15px 10px;
	background: #eee;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	color: #444; }
	
.result:hover {
	background: #1265AD;
	color: #fff;
	/*cursor:pointer;*/
}

.rimage {
	margin-right: 3px;
	margin-bottom: 2px;
	width: 220px;
	overflow: hidden;
	 }
	
.rimage img { 
	width: 215px;
	height: 100px;
	border: 2px solid #fff;
	border-radius: 2px;
	-moz-border-radius: 2px; }

.rbody a { color: #4fa6d5; }

.rblft {
	float: left;
	width: 250px;
	margin-right: 5px; }

.rbrht {
	width: 235px;
	float: left; }

.rbrht .gmap {
	width: 220px;
	height: 100px;
	border: 2px solid #fff;
	overflow: hidden; }

.purchasetable {
	width: 680px;
	margin-top: 5px;
	margin-bottom: 25px;
	background: #efefef;
	color: #444; }

.purchasetable a, .purchasetable td a  { color: #444; }
	
.purchasetable td {
	padding: 5px; 
	border: 1px solid #aaa; }

.purchasetable th {
	padding: 5px; 
	background: #069;
	border: 1px solid #aaa;
	color: #fff; }

.addlocationdiv, .addlocationdivc, .bbox {
	width: 660px;
	border: 1px solid #aaa;
	margin: 5px 0 25px 30px;
	padding: 10px; }
	
#step_chart {
	position: relative;
	float: left;
	padding: 0 10px 0 0; }
	
#step_main { 
	float: left;
	margin-left: -35px;
	padding: 10px 30px 15px 50px;
	background: #d8d8d8;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	color: #444; }

.step, .step_highlight {
	width: 156px;
	height: 44px;
	margin-bottom: 3px;
	padding-left: 15px;
	background: url(images/step_bkg.png) no-repeat; 
	font: bold 1.2em "lucida grande", tahoma, verdana, arial, sans-serif;
	line-height: 44px;
	color: #fff;
	cursor: pointer; }

.step_highlight { 
	background: url(images/step_bkg_highlight.png) no-repeat; }

.purchasetable tr:hover td {
	background: #1265AD;
	color: #fff; }

.purchasetable tr:hover td a {
	color: #fff; }

.purchasetable tr.c:hover td {
	background: none;
	color: #444; }

.wide { width: 100% } 

.totalprc { 
	padding-right: 15px;
	font: bold 1.5em "lucida grande", tahoma, verdana, arial, sans-serif; }

.bottombar {
	padding: 10px 5px 30px 5px;
	border-top: 1px solid #1f1f1f;
	font: bold 2em "lucida grande", tahoma, verdana, arial, sans-serif; }

.txtwrap {
	width: 275px; }

.lbox { 
	float: left;
	width: 250px;
	margin-right: 15px;
	background: #151515;
	border: 1px solid #1f1f1f;
	cursor: pointer; }

.lboxadd { 
	height: 100px;
	padding: 5px 15px 10px 5px; }

.step a, .step_highlight a, .purchasetable a { color: #fff; text-decoration: none; }

.mbreak {
	padding: 5px 0;
	border-bottom: 1px solid #1f1f1f;
	margin-bottom: 10px; }
	
#quicksearch {
	display: none;
	margin-top:2px;
	position: fixed;
	background: #fff;
	border: 2px solid #0079C0;
	z-index: 1001; }
	
.error {
	font-size:14px;
	color:#FF0000;
	padding:10px; }
	
.smselect {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 1px solid #cecece;
	font: normal 9px "lucida grande", tahoma, verdana, arial, sans-serif; }

.gmap img {
	margin-left: -40px;
	margin-top: -65px; }
	
#main_b_col {
	float: left;
	width: 730px;
	margin-right: 10px;
	padding: 10px;
	background: #333333;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	color: #fff;  }

#side_b_col {
	float: left;
	width: 240px; }

#twitter { margin-bottom: 5px; }

.bentry {
	width: 640px;
	background: #1265AD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 15px; }
	
.btitle {
	padding: 10px 10px 0 10px;
	font: bold 1.5em Arial, Helvetica, sans-serif;
	color: #fff; }

.btitle a { color: #fff; }

.bbyline {
	padding: 0px 10px 10px 10px;
	color: #fff; }
	
.blurb {
	padding: 10px 15px;
	background: #fafafa;
	font: normal 1.1em "lucida grande", tahoma, verdana, arial, sans-serif;
	line-height: 17px;
	border: 1px dotted #ddd;
	border-width: 1px 0;
	color: #222; }

	

