html {
	height: 100%;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	}
	

div#siteWrapper {
	position: relative;	z-index: 1;
	width: 900px; min-height: 100%;
	margin: 0 auto; margin-bottom: -55px;
	background: #fff;
	text-align: left; outline: none;
	text-align: left;
/*	border-left: 1px solid #d7d7bf;		*/
/*	border-right: 1px solid #d7d7bf;	*/
	}
	
body>div#siteWrapper {	
	overflow: auto;
	overflow-x: hidden;
	}
	
* html div#siteWrapper {
	height: 100%;
	}	


#header
{
	width: 100%;
	background-color: #FFFFFF; 	
}

#litmuslogo
{
	float: right;
}

#fishtanklogo
{
	float: left;
	padding: 10px 0px 0px 0px;
}

#loginbox
{
	visibility: hidden;
	float: right;
	margin:  20px 10px 0px 0px;
	padding: 5px 5px 5px 5px;
/*	background-color: #BFDCF3;	
	border: dotted 1px #fff;	*/
	color: #fff;
}

a.loginbox_link
{
	color: #fff;
	padding: 3px;
}

a.loginbox_link:hover
{
	background-color:#FF9933;
}

#header2
{ 
	height:70px; 
}

#logo2 
{
	background:url(../img/RohdeRoofing.gif) no-repeat #ffffff; 
	float:right;
	width:100%; 
	padding-right: 20px; 
	padding-top: 20px; 
*/	line-height: 110px;	*/
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	font-weight:bold; 
	font-size:20px; 
	text-transform:uppercase;
	letter-spacing:-1px;	
	color:#464646; 
	text-align: right;
}
	
#menu 
{ 
	background-color:#FFFFFF; 
	float: left; 
	width: 100%; 
	padding: 0px 0px 0px 20px;
/*	border-top: 1px solid #f5f5ec;		*/
/*	border-top: 1px solid #ffffff;		*/
/*	border-bottom: 1px solid #0066CC;	*/
}

#menu_list 
{
	width:600px; 
	margin:0 auto;
}

#search 
{ 
	float: right; 
	width: 100%; 
}
	
.item img { background-color:#FFFFFF; padding:6px; border:1px solid #d0d0d0;}

.item a { display:block; float:left; font-size:12px; color:#bd131d;}

.description { display:block; float:right; width:220px; padding: 10px 20px 30px 0; line-height:12px;}

p.additional 
{ 
	margin:0 10px; 
	color:#9c9c9c; 
	font-size:10px; 
	line-height:12px; 
	border-top:1px solid #bdbdbd; 
	padding: 10px 0; 
	font-weight:normal;
}

#text 
{ 
	margin: 0 292px 0 0; 
	padding: 20px;
}

.noSidebar #text 
{
	margin: 0;
}


#text ol
{
	margin-left: 15px; 
	padding-left: 15px;
	padding-bottom: 10px;
}


#text ul
{
	margin-left: 5px; 
	padding-left: 5px;
	padding-bottom: 10px;
}

#text ul li 
{
	list-style:none; 
	padding-left:15px; 
	background: url(/assets/templates/litmus/img/LI_litmus.gif) no-repeat 0px 5px;
	line-height:18px;	
	list-style-position: outside;
}

#text ul.thumbs li {
	background-image:none;
	line-height:18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:15px;
}

#text ol li 
{
	list-style-position: outside;
}

#sidebar 
{ 
	float:right; 
}

#sidebar a 
{ 
	font-weight:bold; 
	text-decoration: none; 	
}

#sidebar a:hover 
{ 
	color: #FFFFFF;
	background: #FF00FF;
}


#sidebar h1 
{ 
	display: block; 
	font-family: "Myriad Pro", "Trebuchet MS", Arial; 
	margin:0; 
	padding:0; 
	text-transform:uppercase; 
	color:#E10916
;}

#sidebar p 
{ 
	padding: 0 1px 10px 0; 
	line-height:12px;
}

#sidebar .item a img 
{ 
	margin-bottom: 10px;
}

#sidebar img
{
	border: solid 1px #000000;		
}

.sidebar_top
{
	padding: 20px 30px 0px 58px;			/* LHS padding = 30 + 28 for LHS border image inclusion */			 
	width:200px; 					/* might need to increase width by 28px if images to go here are too big */
	font-size:10px; 
	background:url(/assets/templates/litmus/img/box_edge_left.gif) repeat-y scroll 0%;	
	
}

.sidebar_bottom 
{ 
	width:200px;
	height: 28px;
	background:url(/assets/templates/litmus/img/box_bottom_corner_left.gif) no-repeat left;	
}


#main 
{ 
	max-width: 900px;
	width: 900px;
	float:left; 
	background: url(../img/sidebar_bckg.gif) no-repeat top right #fff;
/*	height: 500px;			*/
/*	border: dotted 1px #00ff00;	*/
}

#main.noSidebar { float:left; background: #fff; }

.main_left
{
	background:url(/assets/templates/litmus/img/fade_left.gif) repeat-y;		
	width: 956px;
	float: left;
}

.main_right
{
	background:url(/assets/templates/litmus/img/fade_right.gif) repeat-y right;		
	width: 928px;
	float: right;

}

.main_center
{
	max-width: 900px;
	float: left;
	background: #FFFFFF;
}

#footer {
	z-index: 2;
	margin: auto;
	width: 900px;
/*	background:url(../img/footer_bckg.gif) repeat-x #000;	*/
	height:55px;
	clear:both;
	border-top: dotted 1px #999;
	text-align: center;
	padding: 10px 0px 0px 0px;
	color:#999; 
	font-size:12px;
}

.footer_image
{
	float: left; 
	width: 900px; 
	height: 5px;
/*	background: url(/assets/templates/litmus/img/shim.gif) no-repeat bottom;	*/
/*	border: dotted 1px #FF0000;	*/
	background-color:#FFFFFF; 
}

.bottom_fade_left
{
	background:url(/assets/templates/litmus/img/bottom_cnr_left.gif);		
	height: 28px;
	width: 956px;
	float: left;
}


.bottom_fade_right
{
	background:url(/assets/templates/litmus/img/bottom_cnr_right.gif) right;	
	width: 928px;
	height: 28px;
	float: right;
}

.bottom_fade_center
{
	display: block; 
	float: left; 
	width: 900px; 
	height: 28px;
	background: url(/assets/templates/litmus/img/fade_bottom.gif) repeat-x;	
}

.footer_outer 
{
	clear: both;
	padding: 0px;
	width: 100%;
	background: transparent url(/assets/templates/litmus/img/footer_bg_tile.png) repeat-x scroll 0%;
	height: 46px;
	color:#999;
	font-family: verdana, tahoma, arial;
	font-size:85%;
	height:210px;
	margin-top:40px;
}

.footer_inner_upper
{
	padding: 5px 10px 0px 10px;
	margin: 0px auto 0px auto;
	max-width: 880px; 
	width: 880px;
	text-align: left;
}

.footer_inner 
{
	padding: 5px 10px 0px 10px;
	margin: 0px auto 0px auto;
	max-width: 880px; width: 880px;
	text-align: left;
}

.tomdickharry
{
	float: right;
	margin: 0px 0px 0px 0px;
	text-align: right;
}




#footer a
{
	text-decoration:underline;
	color:#0066CC;
}

#footer a:hover
{
	text-decoration:none;
	background-color: #BFDCF3;
}
	
#left_footer 
{ 
	float:left; 
	padding:20px 0 0 30px; 
	color:#999; 
	font-size:12px;
}

#left_footer a 
{ 
	text-decoration:underline;
	color:#0066CC;
}

#left_footer a:hover 
{ 
	text-decoration:none;
	background-color: #BFDCF3;
}

#right_footer 
{ 
	float:right;  
	padding:20px 30px 0 0; 
	color:#999;  
	font-size:12px; 
	text-align:right;
}

#right_footer a 
{ 
	text-decoration:underline;
	color:#0066CC;
}

#right_footer a:hover 
{ 
	text-decoration:none;
	background-color: #BFDCF3;
}

div.clearAll 
{
	display: block; 
	float: left; 
	clear: both;
	width: 100%; 
	height: 20px;
/*	border: dotted 1px #FF0000;	*/
}

.top_outer 
{
	clear:both;
	padding:0px;
	width:100%;
	background-color:#FFFFFF;
	height: 125px;
	background: transparent url(/assets/templates/litmus/img/header_bg_strip.gif) repeat-x scroll 0%;
}

.top_inner 
{
	background-color: #FFFFFF;
	margin: 0 auto !important;
	padding: 0;
	max-width:900px;
	width: 900px;
	height: 144px;
	text-align:left;
}

.nav_outer 			/* NOTE! There is a relationship between HEIGHT of this class and FONT-SIZE in MENU .nav li */
{
	clear:both;
	padding:0px;
	width:100%;
	background-color:#FFFFFF;
	height: 26px;
}

.nav_inner 
{
	margin-left:auto;
	margin-right:auto;
	max-width:900px;
	width: 900px;
	height: 30px;
	text-align:left;
}

.strip_outer 
{
	clear:both;
	padding:0px;
	width:100%;
	background-color:#3366FF;
	height: 5px;
}

.strip_inner 
{
	margin-left:auto;
	margin-right:auto;
/*	max-width:900px;	*/
	text-align:left;
}


.main_outer 
{
	clear:both;
	padding:0px;
	width:100%;
}

.main_inner 
{
	margin-left:auto;
	margin-right:auto;
	max-width:956px;
	width: 956px;
	text-align:left;
/*	border-image: url(/assets/templates/litmus/img/fade_left.gif) repeat-y scroll 0%;	*/
}

p.LanguageSelector
{
	visibility: hidden;
}


/*** AjaxSearch Styles ***/


	/* id of the search form */
	
	#ajaxSearch_form
	{
	}
	

	/* id of the input box on the form */

	#ajaxSearch_input
	{
	}



	/* id of the submit button */

	#ajaxSearch_submit
	{
	}


	/* id of the div that the ajax results are returned in  */

	#ajaxSearch_output
	{
	}
	

#leftFloat
{
	float: left;
}
	

#rightFloat
{
	float: right;
}

#sidebar img.noborder
{
	border: solid 0px #FFFFFF;
}

#sidebar img.lightborder
{
	border: 1px solid #DDDDDD;
}

p.centered
{
	text-align: center;
}

p.referenceQuote
{
	font-size: 11px; 
	
}

p.referenceClient
{
	font-size: 11px; 
	text-align: right;
	font-style: italic;
}


#sidebar a.button
{
	background-color:#3366FF;
	color: #FFFFFF;
	padding: 3px;
}

#sidebar a.button:hover
{
	background-color:#FF00FF;
	color: #FFFFFF;
}
