
/* ----->>> TABLE OF CONTENTS <<<-------*/
/*
   Wrappers
   Header
   Navigation
   Content
   Tables
   TEXT Layout
*/

/* TO CALCULATE EM SIZES: FONT PX SIZE / 16 (THE DEFAULT PX SIZE) eg: to get 20px, 20/16 = 1.4em */
/* TO CALCULATE EM LINE HEIGHT SIZES: LINE HEIGHT PX SIZE / 18 (THE DETERMINED LINE HEIGHT SET IN BODY)  */
 
/* -----------------------------------*/
/* ----------->>> WRAPPER <<<---------*/
/* -----------------------------------*/ 
 

 
#siteWrapper { 
width:950px;
margin:0 auto;
padding: 0;
text-align: left;
background-color: #ffffff;
}


#header_top_container {
width:950px;
margin:0 auto;
padding: 0;
height:30px;
}
	
	#header_top_container_search {
	float:right;
	padding: 12px 0 0 0;
	height:25px;
	}

	#header_top_container_links {
	float:left;
	padding: 12px 30px 0 520px;
	height:25px;
	}
	
		#header_top_container_links a {
		font-size:1em;
		line-height:1.35em;
		color:#000000;
		font-weight:bold;
		text-decoration:none;
		}
		
		#header_top_container_links a:hover {
		font-size:1em;
		line-height:1.35em;
		color:#F66101;
		font-weight:bold;
		text-decoration:underline;
		}
		
	/*
	#header_textSize {
	float:right;
	padding: 7px 40px 0 0;
	height:30px;
	}
	
		#header_textSize a {
		font-size:1em;
		line-height:1.35em;
		color:#FFFFFF;
		text-decoration:underline;
		}
		
		#header_textSize a:hover {
		font-size:1em;
		line-height:1.35em;
		color:#30221C;
		text-decoration:underline;
		}
		
		#header_textSize a.linkLarger {
		font-size:1.35em;
		line-height:1.35em;
		color:#FFFFFF;
		text-decoration:underline;
		}
		
		#header_textSize a.linkLarger:hover {
		font-size:1.35em;
		line-height:1.35em;
		color:#30221C;
		text-decoration:underline;
		}
		*/

#header {
height:68px;
width:950px;
margin: 3px 0px 30px 0px; 
/*background-color: #ffffff;
background-image: url('/images/img_logo.jpg');
background-repeat: no-repeat;
background-position:top left;*/
}

	#header_logo {
	float:left;
	height:68px;
	width:260px;
	}
	
	#header_topNav {
	float: right;
	height:51px;
	width:440px;
	margin: 18px 0px 0px 0px;  
	/*background-color: #034422;
	background-image: url('/images/bg_topNav.jpg');
	background-repeat: repeat-x;*/
	}
	
		/*#Header_topNavDivider {
		float: right;
		margin: 0px 0px 0 7px; 
		height: 20px;
		width: 13px;
		display: inline;			
		}*/
		
		#Header_topNavItem {
		float: right;
		height: 22px;
		text-align: center;
		display: inline;	
		margin: 0px 0px 0px 0px;
		}
		
			#Header_topNavItem a {
			font-size: 1.2em;
			line-height:1.4em;
			font-family: 'Trebuchet';
			letter-spacing: 0.1em;
			color:#FFFFFF;
			text-decoration:none;
			}
			
			#Header_topNavItem a:visited {
			color:#FFFFFF;
			text-decoration:none;
			}
			
			#Header_topNavItem a:hover {
			color:#7fa3a3;
			text-decoration:none;
			}
			
			#Header_topNavItem a:active {
			color:#FFFFFF;
			text-decoration:none;
			}


/* -----------------------------------*/
/* -------->>> NAVIGATION <<<---------*/
/* -----------------------------------*/


		

#sideNavWrapper {
float: left;
display: inline;
padding: 0px 0px 35px 0px;
width:252px;
min-height:170px;
background-image: url('/images/bg_nav_box.jpg');
background-repeat: no-repeat;
background-position: bottom;
background-color:#e5e2dd;
}

	#navSide {
	margin: 0;
	padding: 0;
	}
	
		#navSide li{
		margin: 0px 0px 0px 0px; 
		padding: 4px 0px 4px 0px; 
	    list-style: none;
		display: list-item;
		min-height:20px;
		width:252px;
		background-image: url('/images/bg_sideNav_list.jpg');
		background-repeat: repeat-x;
		background-position: bottom;
		background-color:#F1F0EC;
		}
		
		#navSide ul {
		padding: 0px;
		width:248px;
		}
		
		#navSide2 ul {
		margin: 0px 0px 5px 0px; 
		padding: 0px; 
	    list-style: none;
		display: list-item;
		}
	
		#navSide a {
		font-size: 0.9em;
		
		line-height:1.3em;
		color:#261205;
		text-decoration:none;
		}
		
		#navSide a:hover {
		color:#018040;
		text-decoration:none;
		}
	
		#navSide a:active, #navSide a.selected {
		color:#018040;
		text-decoration:none;
		}
		
/* -----------------------------------*/
/* ----------->>> CONTENT <<<---------*/
/* -----------------------------------*/ 


#bodyWrapper {
width:950px;
min-height:456px;
background-color: #FFFFFF;
padding: 10px 0px 10px 0px;
}

/*#bodyWrapperPrint {
width:724px;
min-height:456px;
background-color: #FFFFFF;
padding: 0px 0px 0px 0px;
}*/
	
	#bodyWrapperHomeLeft {
	float: left;
	width:520px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
		
		/* sub styles in custom.css file */
		
		
	#bodyWrapperHomeRight {
	float: right;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
		/* sub styles in custom.css file */
	

	#bodyWrapperLeft {
	float: left;
	width:226px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}		
	
		/* sub styles in custom.css file */
	
	#bodyWrapperRight {
	float: right;
	width:703px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
	}
		
		/* sub styles in custom.css file */

#footer_container {
width:950px;
margin:0 auto;
padding:40px 0 30px 0;
}

	#footer {
	padding: 10px 0px 30px 0px;
	text-align:center;
	font-size:0.75em;
	line-height:1.4em;
	color: #838687;
	}
	
		#footer a {
		color: #ffffff;
		text-decoration:none;
		}
		
		#footer a:hover {
		color: #ffffff;
		text-decoration:underline;
		}

	

#loginForm_container {
height:550px;
width:550px;
margin-left: 150px;
background-position: top left;
background-repeat: no-repeat;
}

	#loginError {
	float: left;
	display: inline;
	margin: 10px 10px 10px 0px;
	font-size: 0.85em;
	width:550px;
	font-weight: bold;
	color: #ff6633;
	}
	
	.loginFormLabel {
	clear: both;
	float: left;
	display: inline;
	margin: 12px 5px 2px 5px;
	height:25px;
	width:120px;
	text-align: right;
	font-weight: bold;
	border: 0px solid #00a300;
	}
	
	.loginFormField {
	float: left;
	display: inline;
	margin: 10px 5px 2px 5px;
	height:25px;
	width:420px;
	text-align: left;
	font-weight: bold;
	border: 0px solid #000000;
	}
	
	.formChangePWDField {
		width: 100px;
		margin-left: 0px;
		padding: 0px;		
	}
	
	.loginFormSubmit {
	clear: both;
	float: left;
	display: inline;
	margin: 10px 5px 2px 5px;
	height:25px;
	width:290px;
	text-align: right;
	}
	
	#login_link {
		clear: both;
		float: left;
		width:550px;
		margin:10px;
		padding:0;
		}
				
			#login_link li {
			margin: 0 0 5px 0; 
			padding: 0;
		    list-style: none;
			display: list-item;
			}
		
			#login_link a {
			font-size: 0.7em;
			line-height:0.8125em;
			color:#333333;
			text-decoration:none;
			}
			
			#login_link a:hover {
			font-size: 0.7em;
			line-height:0.8125em;
			color:#8AA149;
			text-decoration:underline;
			}
		
			#login_link a:active, #nav a.selected {
			font-size: 0.7em;
			line-height:0.8125em;
			color:#333333;
			text-decoration:none;
			}

img[align="right"] {
margin: 0 0 4px 8px;
display: inline;
}

img[align="left"] {
margin: 0 8px 4px 0;
display: inline;
}


/* -----------------------------------*/
/* ------>>>     Tables     <<<-------*/
/* -----------------------------------*/

/* Set all table parameters to 0 */ 
#zeroTables table td tr {
	border: 1px solid #34912a;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}


 
 
/* -----------------------------------*/
/* -------->>> TEXT Layout <<<--------*/
/* -----------------------------------*/ 
#line_break_thin { 
clear:both; 
border-bottom: 1px solid #999999;
margin: 5px 0 5px 0;
width: 700px;
}

#line_break_thinMSIE { 
clear:both; 
border-bottom: 1px solid #999999;
margin: -10px 0 5px 0;
width: 700px;
}


#line_breakClean { 
clear:both; 
margin: 0 0 0 0;
}

/* -----------------------------------*/
/* ------>>>   eCommerce    <<<-------*/
/* -----------------------------------*/

#categoryListHolder {
	clear:both;
	width: 700px;
	border:0px solid #669900;
}
	#categoryListHolder a {
		font-size:1.4em;
		line-height:2em;
		color:#005FA8;
	}
	
	#categoryListHolder a:link {
		font-size:1.4em;
		line-height:2em;
		color:#005FA8;
	}
	
	#categoryListHolder a:visited {
		font-size:1.4em;
		line-height:2em;
		color:#005FA8;
	}

	.categoryContiner {
		float:left;
		width: 700px;
	}
		
		
		.categoryLeftContainer {
			float:left;
			width: 510px;
		}
			.categoryTitle {
				float:left;
				width:500px;
				margin-bottom: 8px;
			}
			
			.categoryDescription {
				float:left;
				width:500px;
			}
		
		.productCategoryImage {
			float:right;
			width:115px;
			
			margin-bottom: 8px;
			border:0px solid #00ff00;
		}
		
#breadCrumb {
	clear:both;
	width: 700px;
}
	#breadCrumb a {
		font-size:.8em;
		line-height:2em;
		color:#005FA8;
		text-decoration: underline
	}
	
	#breadCrumb a:link {
		font-size:.8em;
		line-height:2em;
		color:#005FA8;
	}
	
	#breadCrumb a:visited {
		font-size:.8em;
		line-height:2em;
		color:#005FA8;
	}
	
	#breadCrumb a:hover {
		font-size:.8em;
		line-height:2em;
		color:#005FA8;
	}
		
	.breadCrumbItem {
		float:left;
		margin-right: 5px;
		border: 0px solid #669933;
	}
	
#bodyContent_product_Collection_titleNoMargin {
	clear:both;
	width:700px;
}

	.bodyContent_product_Collection_title {
		float:right;
		font-size: 1em;
		line-height:1.4em;
		color:#30221C;
	}
	
.productImage {
	float:left;
	margin-right: 10px;
	height: 83px;
	weight: 83px;
	border: 0px solid #000000;
}

.productListText {
	float:left;
	margin-left: 5px;
	width: 450px;
	border: 0px solid #ff66ff;
}
	
.productListActions {
	float:left;
	margin-left: 25px;
	width: 100px;
	border: 0px solid #66ff66;
	text-align: right;
}

#productDetailsContainer {
	clear:both;
	width: 700px;
	border: 0px solid #66ff66;
	margin-top: 10px;
}
	#productDetailsImage {
		float:left;
		width: 300px;
		margin: 0px 10px 10px 0px;
		border: 0px solid #ff66ff;

	}
	
	#ProductDetailsText {
		float:right;
		width: 360px;
		border: 0px solid #996633;
	}
	
#productDetailsSKUListContainer {
	clear:both;
	width: 700px;
	border: 0px solid #66ff66;
}

	.skuItemContainer {
		float:left;
		width:700px;
	}
	
		.skuImage {
			float:left;
			width:80px;
			height:80px;
			text-align:center;
			margin-left: 0px;
			margin-right: 10px;
		}
		
		.skuText {
			float:left;
			width:400px;
			margin-left: 0px;
			margin-right: 10px;
		}
		
		.skuPrice {
			float:left;
			width:85px;
			text-align:right;
			margin-left: 0px;
			margin-right: 10px;

		}
		
		.skuCart {
			float:left;
			width:85px;
			text-align:left;
			margin-left: 0px;
			margin-right: 10px;
		}
		
		.skuMessage {
			clear:both;
			width: 700px;
			text-align:right;
			border-bottom: 0px solid #000000;
			margin-bottom: 0px;
		}
		
		.skuFiles {
			clear:both;
			width: 550px;
		}
			.skuFile {
				float:left;
				margin-right: 10px;		
			}
				.skuFileLogo {
					float:left
				}
				.skuFileLink {
					float:left;
					margin-left: 5px;
					margin-top: 2px;
				}

.addTextBox {
	width: 30px;
	
}





/* -----------------------------------*/
/* -------->>> ADMIN STYLES <<<-------*/
/* -----------------------------------*/ 

.tableData {
	font-size:1em;
}


