body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#d3dce6;
	margin:0px;
	line-height: 200%;
	letter-spacing: 1px;color: #26354A;
}

	
	#header{
	width:100%;
	height:100px;
	background-color: #26354A;float:left;
	}
	
	
	#menu-bg{
	background-image: url(library/links-barslice.jpg);
	background-repeat: repeat-x;
	height: 34px;clear:both;
	width: 100%;
	}
	
	#menu-links {width:auto; height:34px;
	font-size: 10px;
	font-color:#26354a;background-position:top center;
}
			#menu-links_content{margin-left: 150px;}





#nav li { /* all list items */display: block;float: left;width: auto;height: 34px;	padding: 0px 10px 0px 10px; text-align:center; /* width needed or else Opera goes nuts */	background-image:url(library/links-spacer.jpg);	background-position: right center;	background-repeat: no-repeat;}

#nav li a:link, #nav li a:visited, #nav li a:active {display: block;color: #26354a; text-decoration: none; text-align:center;margin-left: 0px; margin-right:0px; margin-top: 6px;}

#nav li a:hover {display: block;background-color:#ff6600; text-decoration: none;text-align:center;color:#FFFFFF; margin-top:6px;margin-left: 0px;margin-right:0px;}

	#container{
	height: auto;
	width: 990px;
	background-color:#26354a;float:left;
	}

	#left-panel{
	background-color: #26354a;
	float: left;
	height: auto;
	width: 350px;
	
	}
	#left-panel_contact{
	background-color: #26354a;
	float: left;
	height: auto;
	width: 230px;
	
	}
	
	#main-content{background-color: #d3dce6;float: right;height: auto;width: 639px;}
	
	
			#main-content_1col{background-color: #d3dce6;height: auto;width: 990px;border:solid 1px #D3DCE6;}
	
	
	
	
				#text{width:auto;margin-top:30px; margin-left: 30px;}
				
				#text_detailpage{width:auto;margin-top:30px; margin-left: 200px;}
		
	#footer{
	background-color: #64748b;
	height: 35px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3DCE6;	clear:both;color: #FFFFFF;
	}
			#footer p{margin-left: 100px; margin-top: 5px;font-weight: bold;}

td {	font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;}




h1{color: #F76600; font-size: 18px;}
							
															

/*layout*/		


/*start of the links*/
a:link{text-decoration: none; color:#333333;}
a:visited{text-decoration: none; color:#333333;}
a:active{text-decoration: none; color:#333333;}
a:hover{text-decoration: none; color:#FFFFFF;}


a.prod_links:link{text-decoration: none; color:#FF6600; font-weight:bold;}
a.prod_links:visited{text-decoration: none; color:#FF6600;font-weight:bold;}
a.prod_links:active{text-decoration: none; color:#FF6600;font-weight:bold;}
a.prod_links:hover{text-decoration: underline; color:#CC0000;font-weight:bold;}


/****************STYLING THE AREAS PRODUCED BY THE cms*************************/

/*by leaving the following empty the tags will be styled from your regular tags*/


/*          ECOMMERCE SITES, PRODUCT LISTING           */

div.cms_prod_listing{width:180px;float:left;	margin:10px;text-align: center;height: 200px;}/* the div containing each product  */

#cms_addedcart{border: solid 1px #E59497; width: 80%;margin-left: auto;margin-right:auto;background: #E9FDCE; text-align:center; }/*the DIV displaying the message when something has been added to the cart*/

select.cms_form_cart, input.cms_form_cart,submit.cms_form_cart{background: #E4FFCA; font-size: 14px;}/*form fields for the add to cart sections*/

p.error{font-weight: bold; color:#FF0000;}/*the errors shown when adding to cart*/

/* styling the table which contains the cart on the detail page*/

td.cart_header_normal{border: solid 1px #E28FD3;border-right:0px;text-align:center;background: #E4FFCA;height:30px;}/*header  / first row, all fields except last to the right*/
td.cart_header_last_right{border: solid 1px #E28FD3;text-align:center;background: #E4FFCA;}/*header  / first row, all fields except last to the right*/

td.cart_td_normal{border-left: solid 1px #E28FD3;border-bottom: solid 1px #E28FD3;}/* all td's except last to the right*/
td.cart_td_last_right{border-left: solid 1px #E28FD3;border-bottom: solid 1px #E28FD3;border-right: solid 1px #E28FD3;}/* td's  last to the right*/
td.cart_total_left{border:0; height: 30px;line-height: 200%;}/*main cart, total at the bottom*/
td.cart_total_right{border:solid 1px #E28FD3;border-top:0px; height: 30px;line-height: 200%;}/*main cart, total at the bottom*/


div.cms_special_offer{width: 100%;text-align:center;}

p.all_offers{}/*the p tag for the link to all offers*/

/* checkout section only*/

		#checkout_container{width: 860px; margin-left:auto; margin-right:auto;padding:15px;}/*container contiing all elements for the checkout*/
					#checkout_step0_left{width: 99%;}/* the div containing the login palette for step 0, login or register*/
					#checkout_step0_right{width: 99%;}/* the div containing the login palette for step 0, login or register*/
					
			h1.checkout{font-size: 18px;color: #E28FD3;	background-image: url(library/bullet_li.gif);background-repeat: no-repeat;padding-left: 18px;}
			p.checkout_steps{}/*The tag showing the links to step by step*/
			p.checkout_general{}/*general p tags during checkout*/
			
			div.products_checkout{width: 90%; margin-left:auto; margin-right: auto; border: solid 1px red;}
			
			
			div.checkout_address{border:solid 1px black;padding:10px;width: 80%;margin-left:auto;margin-right:auto; color: #999999;}
			
			div.checkout_address_selected{border:solid 1px red;padding:10px;background: #FFFFE1}/* the address currently selected*/
			
			div.checkout_shipment{width: 90%;border: solid 1px red; background: #FFFFFF;margin-left:auto;margin-right:auto;}
			
			h2.checkout{font-size: 16px;color: #E28FD3;	background-image: url(library/bullet_li.gif);background-repeat: no-repeat;padding-left: 18px;}


/* customer area*/

p.cust_orders{margin-left: 100px;}/*showing the order detail*/

#cust_area{margin:15px;}/*the area where the content is*/


div.mini_image{width: 100px; heigth:auto; border: solid 1px #26354a;margin:5px;float:left;}

#main_image{width:400px;text-align:center;margin-left: auto; margin-right:auto;}


		#prod_image{width:400px;float:right;margin-left:20px;text-align:center;}





/*    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;}/*the category of either help or FAQ*/
p.cms_faq_questions{margin-left: 60px;}/*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: #EBEFF3; font-size: 14px;}/*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_photo_name{margin-bottom:5px;}/*name of the photo*/
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_right.gif);background-repeat: no-repeat;padding-left:11px;margin-bottom:0px;}/*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{color: #9F57A4;margin-top:20px;}/*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*************************/



