body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(library/main_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	color: #003399;
}

td img {display: block;}

#container{width: 834px; margin-left:auto;margin-right:auto;}

		#top_logo{	width:485px;	height: 109px;	color: #FFFFFF;		font-family: Georgia, "Times New Roman", Times, serif;font-size: 16px;float:left; }
		
			#top_right{	float:right;width: 257px;height: 90px;	text-align:right;	color: #1D449E;margin-top: 10px;}

								#top_right a:link, #footer a:link{text-decoration: none;color: #1D449E; }
								#top_right a:visited, #footer a:visited{text-decoration: none;color: #1D449E;}
								#top_right a:active, #footer a:active{text-decoration: none;color: #1D449E;}
								#top_right a:hover, #footer a:hover{text-decoration: underline;color: #1D449E;}
								
								#top_phone{margin-top: 25px; font-size:18px;}


			#top_menu{width: 100%;height: 24px;text-align: center;}
			
			
			#content{margin-top: 10px; width: 835px; margin-left: auto; margin-right: auto; }
			
					#leftcol{ float:left; width: 620px;height:auto;}
							#sublinks{ width:auto; padding-left: 25px; color: #1e48a6; font-weight:bold;font-style: italic;}
							
										#sublinks a:link{text-decoration: none;color: #1e48a6; font-weight: normal;}
										#sublinks a:visited{text-decoration: none;color: #1e48a6;font-weight: normal;}
										#sublinks a:active{text-decoration: none;color: #1e48a6;font-weight: normal;}
										#sublinks a:hover{text-decoration: underline;color: #1e48a6;}
										
							
					#rightcol{width:auto;height:auto;float:right;}
					
			
			#footer{margin-top:15px; padding-top: 15px;	width: 834px;margin-left: auto;	margin-right: auto;	text-align: center;	color: #1D449E;	background-image: url(library/footer_bg.jpg);	background-repeat: repeat-x;}

td {	font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;}




h1{
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066CC;
}
h4{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ECBD00;
	font-weight: bold;
}



/*start of the links*/
a:link{
	text-decoration: underline;
	color: #0066CC;
}
a:visited{
	text-decoration: underline;
	color: #0066CC;
}
a:active{
	text-decoration: underline;
	color: #0066CC;
}
a:hover{
	text-decoration: underline;
	color: #CC0000;
}



/* products*/

div.cms_prod_listing{width: 165px; margin:10px; height: 210px; border: solid 1px #1e48a6;float: left; text-align:center;padding-top:5px;}

div.mini_image{width: 100px; height: auto;  border: solid 1px blue;}

div.mini_placeholder{width: 100px; height:85px;float:left;margin:10px;}
#main_image{width:auto;text-align:center; margin-left: auto; margin-right: auto;}

#prod_thumb{width: auto; text-align:center;}

/*********************** drop down menu ******************************************************/
#nav, #nav ul { /* all lists */	padding: 0;margin: 0;list-style: none;line-height: 180%;}

			#nav li a:link {display: block;	width: 116px; color: #FFFFFF; font-weight:bold;text-decoration: none; text-align:center;}
			#nav li a:visited {display: block;	width: 116px; color: #FFFFFF; font-weight:bold;text-decoration: none;text-align:center;}
			#nav li a:active {display: block;	width: 116px; color: #FFFFFF; font-weight:bold;text-decoration: none;text-align:center;}
			#nav li a:hover {display: block;	width: 116px; color: #FFFFFF; font-weight:bold;text-decoration: underline;text-align:center;}


#nav li { /* all list items */float: left;width: 116px; height: 24px;text-align:left; /* width needed or else Opera goes nuts */}

#nav li ul { /* second-level lists */position: absolute;width: 180px;	left: -999em; margin-top:3px;/* using left instead of display to hide menus because display: none isn't read by screen readers */}

#nav li ul li{width:180px;height: 24px;border: solid 1px #FFFFFF;text-align:left;padding-left: 20px;background-color: #1E48A6;background-image: url(library/orl_menu_bullet.gif);background-repeat: no-repeat;}

			#nav li ul a:link {display: block;	width: 180px; color: #FFFFFF; font-weight:bold;text-decoration: none;text-align:left;}
			#nav li ul a:visited {display: block;	width: 180px; color: #FFFFFF; font-weight:bold;text-decoration: none;text-align:left;}
			#nav li ul a:active {display: block;	width: 180px; color: #FFFFFF; font-weight:bold;text-decoration: none;text-align:left;}
			#nav li ul a:hover {display: block;	width: 180px; color: #FFFFFF; font-weight:bold;text-decoration: underline;text-align:left;}


#nav li ul ul { /* third-and-above-level lists */margin: -1em 0 0 10em;}

#nav li:hover ul ul, #nav li.sfhover ul ul {left: -999em;}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */	left: auto;}

#nav li:hover {background-position: 0 0}


#clear {clear: left;color: #ccc;}


/******************************** end of drop down menu ***************************************/











/****************STYLING THE AREAS PRODUCED BY THE cms*************************/

/*by leaving the following empty the tags will be styled from your regular tags*/

/*    STYLING THE LINKS PAGE(S)      */
h2.cms_links_cat{}/* Displays the links categories*/
p.cms_links{}/* Displays the actual link and description*/
a.cms_links{}/*Displays the actual links*/
p.cms_links_empty{}/*The line letting users know there is no links in the database if applicable*/



/*    STYLING THE HELP/FAQ PAGE(S)      */
p.cms_nofaq{}/*the line showing that there is no faq in the database*/
h3.cms_faq_category{
	margin-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}/*the category of either help or FAQ*/
p.cms_faq_questions{
	margin-left: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFCC00;
}/*the clickable questions on the faq or help*/
span.cms_faq_title{font-weight: bold;/*display:none;*/}/*this shows weather this is an help or faq, you can hide this using CSS if you do not want to show it*/
a.cms_faq_links{}/*all links within the FAQ section including the back to the top links*/
#cms_faq_spacer{height: 150px;}/*the div allowing you to include space between the last question and the first answer*/
p.cms_faq_answer_title{margin-left: 40px; font-weight:bold;}/*the title of the answer*/
p.cms_faq_answer_detail{margin-left: 50px;}/*the comment on the answer*/
p.cms_backtop{margin-left: 80px;}/*the P tag containing the back to top link*/
hr.cms_faq_hr{width: 50%;margin-left:auto;margin-right:auto;}

/*        STYLING THE GOOGLE API MAP */

#cms_api{}


/*    STYLING THE FORM FIELDS ON THE CONTACT FORM      */

input.cms_form, textarea.cms_form, radio.cms_form, select.cms_form, submit.cms_form{background-color: #EDF4FD;}/*styling the fields, you can also style them individually*/
#cms_upload_window{border: solid 1px black; background: #FFFFE1;padding:15px;}
/*    STYLING THE IMAGE GALLERY      */
h2.cms_image_gallery{}/*displaying the categories of images*/
div.cms_image_layout{width:160px; border: solid 1px black; margin:15px;text-align:center;padding-top:4px;padding-bottom:5px;float:left;}/*This is the div which contains the actual thumbnail with name etc*/
div.clearfloat{clear:both;}/*If you are floating the above div, then you might need to cancel the float at the end of category, you can do so by using this div*/
#cms_image_window{border: solid 1px black; width:300px; margin-top:5px;margin-left:auto;margin-right:auto; text-align:center;}/*div styling the container on the window for enlarged images*/
h1.cms_image_window{}/* displays the image name*/

/*styling the news*/
p.cms_current_news{background-image:url(library/bullet_blue.gif);background-repeat: no-repeat;padding-left:11px;margin-bottom:10px;}/*displays the listing of news*/
p.cms_current_news_desc{margin-top:0px;margin-left:25px;}/*small description just under the headline on the listing of news*/
p.other_news{}/*the p tag showing the link "to go to archive click here or to go to live news click here*/
h2.cms_news_headline{margin-top:20px;font-size: 14px; margin-left: 35px;}/*the headline on the news detail page*/
p.cms_news_back{}/*the back link /button on the news detail page*/

/****************END OF STYLING THE AREAS PRODUCED BY THE cms*************************/





/************  STYLING THE SAMPLE SITE  ************************/
#samplesite_container{width: 990px;margin-left:auto;margin-right:auto; border: solid 1px black;}
#samplesite_topbar{height:150px; width: 990px;}
#samplesite_main{height:auto; width:auto;}	
#samplesite_leftcol{width:140px;height:600px;float:left;background-color: #8cc1e1;padding: 10px;}
	/*styling the content of the left column to ease changes for customers*/
	div.samplesite_leftcol ul li{line-height: 200%; color: red;}
			div.samplesite_leftcol a:link{	text-decoration: none;	color: #000000; font-weight: bold;	}
			div.samplesite_leftcol a:visited{	text-decoration: none;	color: #000000;font-weight: bold;}
			div.samplesite_leftcol a:active{text-decoration: none;color: #000000;font-weight: bold;}
			div.samplesite_leftcol a:hover{text-decoration: underline;	color: red;font-weight: bold;}
	
#samplesite_rightcol{width:140px;height:600px;float:right;background-color: #b6e95c;text-align: center;	padding: 10px;}	
#samplesite_center{width:auto;height:auto;margin-left:160px;padding: 10px;}
h1.samplesite{font-size: 16px;}
h2.samplesite{font-size: 14px;margin-left:75px;font-style:italic;}
ul.samplesite_list li{line-height:150%;}
/************** END OF SAMPLE SITE *****************************/