/*@import url("/css/tablesort.css")*/
/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #50000e url(/images/bgr.gif) repeat-x;
	color: #777777;
	font: 12px "Trebuchet MS", Arial, Helvetica;
	/*padding: 0 0 20px;*/
	line-height:13px;
}
a{
	color: #888888;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #e6e6e6 1px solid;
	font-size: 12px;
	padding: 2px
}
li{
	list-style: none
}
p{
	padding: 0 0 13px
}


/*=== Layout ===*/
#page, #footer_page {
	margin: 0 auto;
	width: 940px
}
/*=== Header ===*/
#header{
	height: 144px;
	position:relative;
}
#header .spacer{
	float: right
}
/*- Logo -*/
#header #logo{
	float: left;
	width: 414px
}
#header #logo{
	display: block;
	height: 144px;
}
#header h1 a:hover{
	text-decoration: none
}


#slider_shell {
	position:relative;
}

#content {
	background-color:#ffffff;
	padding: 20px 50px;
	text-align: center;
}


#footer {
	margin-top: 20px;
	background-color: #252525;
	border-top: 1px solid #3d3d3d;
}

#footer_page {
	padding:  20px;
	text-align: right;
}
#footer_page div {
	padding: 0 20px;
	border-right: 1px dotted #444444;
	width: 180px;
	float: right;
}
#footer_page div.s ul li a{
	font-size: 11px;
}
h2, h3 {
	font-size: 18px;
	_padding-top: 1px;
}
div.phone {
	font-size: 20px;
}
div.phone ul li {
	height: 30px;
	_padding-top: 2px;
}

#intro, ul.list, ul.list_plus {
	padding-top: 20px;
}

#intro ul li{
	background: url(/images/ico-bullet.gif) no-repeat left 0;
	padding: 0 0 10px 22px;
	width: 500px;
	float: left;
}

ul.list li{
	background: url(/images/ico-bullet.gif) no-repeat left 0;
	padding: 0 0 10px 22px;
}

ul.list_plus li{
	background: url(/images/ico-plus.gif) no-repeat left 0;
	padding: 0 0 10px 22px;
}




/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
/* // image replacement */

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:836px;
		height:341px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-40px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:848px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/arr-left.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/arr-right.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */    


table.tablesorter {
	font-family:arial;
	background-color: #eeeeee;
	margin:10px 0px 15px;
	font-size: 8pt;
	width: 100%;
	text-align: center;
}
table.tablesorter td.r, .r {
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}


/* ----  */
#sj {
	display: none;
}
#details_form_box {
	margin:10px 0pt 15px;
	width: 100%;	
}
#details_form_box td {
	padding: 5px;
	border-bottom: 1px dashed #eeeeee;
}
#details_form_box h2 {
	margin-top: 30px;
	margin-bottom: 4px;
	font-style: italic;
}
#details_form_box tbody tr.selected td {
		border-bottom: 1px solid #7DAAEA;
		padding-top: 30px;
}
#details_form_box textarea,
#details_form_box input.wide 
{
	width: 98%;
}
div.column {
	float: left;
	width: 400px;
	margin: 0 20px 20px 0;
}

