/* CSS Document */

body{background:url(/images/layout/mainBackground.jpg) repeat-x; background-color:#b5b4b4; font-family:Tahoma;}

#siteContainer{width:810px; height:auto; margin:auto; margin-top:20px;}



#header{width:810px; height:158px; background:url(/images/layout/header.jpg) no-repeat;}
#headerText{float:right; margin-top:0px; font-size:12px; font-weight:bold; margin-right:10px;}
#headerText a{ color:#000066;}
#headerText p{text-align:right; color:#283b97;}



#bodyContainer{	width:auto;
				height: auto;
				background:url(/images/layout/firstInnerBackground.jpg) repeat-x;
				background-color:#FFFFFF;
				border:#262f7e 3px solid;
				padding-top:30px;
				}
				

#navigation{ width:738px; height:35px; margin:auto; padding:0px;}
#navigation a{	background:url(/images/layout/button.jpg) no-repeat;
				width:103px;
				height:35px;
				display:block;
				float:left;
				margin:auto;
				border-right:#7d7c7c 1px solid;
				border-left:#7d7c7c 1px solid;
				color:#FFFFFF;
				text-align:center;
				line-height:35px;
				text-decoration:none;
				font-size:12px;
				font-weight:bold;
				}				

#navigation a:hover{background:url(/images/layout/buttonHover.jpg) no-repeat;}
#navigation a.selected{background:url(/images/layout/buttonSelected.jpg) repeat-x; color:#333333;}

#secondInnerContainer{	width:733px;
						background-color:#d6d6d4;
						border:#7d7c7c 1px solid;
						border-top:none;
						height: auto;
						margin:auto;
						margin-right:36px;
						}
						


#textBody{	width:100%;
			min-height:300px;
			height: auto !important;
			height:300px;
			background-color:#FFFFFF;
			/*color:#283b97;*/
			color:#000000;
			padding-bottom:30px;
			}

#textBodyProdInfo{	width:100%;
			min-height:300px;
			height: auto !important;
			height:300px;
			background-color:#9bafff;
			color:#283b97;
			padding-bottom:30px;
			}

			
#textHeader{height:35px;
			background-color:#7d7c7c;
			color:#FFFFFF;
			font-weight:bold;
			line-height:50px;
			padding:4px;
			padding-left:10px;
		}
		
#pageText{
	font-size:12px;
	margin-left:10px;
	margin-bottom:10px;	
	padding-top:10px;
	}		
			
#textContent{
			color:#283b97;
			font-size:12px;
			}

#textContent p{
			margin-left:10px;
			}			
			
.imageRight{
			float:right;
			margin:15px 20px 8px 8px;
			}			
						
.imageLeft{
			float:left;
			}
			
.clear{
			clear:both;
		}
		

#indexThumbs{
			padding-top:10px;
			width:715px;
			height:110px;
}

#indexThumbs a img{
			border:none;
			text-align:center;
			height:100px;
			}		

#indexThumbsText{
			padding-top:0px;
			width:715px;
			height:20px;
}

#indexThumbsText a{
			color:#000000;
			font-weight:bold;
			line-height:20px;
			text-decoration:none;
			display:block;
			float:left;
			margin-right:5px;
			background:#CCCCCC;
			width:138px;
			height:20px;
			text-align:center;
}

#indexThumbsText a:visited{

			}
.photo {
		float:left;
		width:138px;
		height:100px;
		padding-top:5px;
		padding-bottom:5px;
		margin-right:5px;
		text-align:center;
		background:#9bafff;
	}
			
		
#footer{
			float:right;
			font-size:12px;
			font-weight:bold;
			padding-top:10px;
			padding-bottom:10px;
			margin-right:35px;			
			color:#000000;
			

}

#product{
			float:left;
			width:48%;
			height:150px;
			margin:auto;
			background-color:#FFFFFF;
			margin-left:8px;
			
			margin-bottom:10px;
			margin-top:10px;
			border:#333333 1px solid;
		}
		
#product p{
			margin-left:10px;
			padding:0px;
			margin-top:0px;
		}
		
#product a{
			font-size:14px;
			text-decoration:none;
			color:#283b97;
		}
		
#product a:hover{
			text-decoration:underline;
		}				
			
#product a img{
			float:right;
			border:none;
			margin-right:10px;
			margin-top:10px;
			margin-left:10px;
		}

#productInfo{
	width:95%;
	background-color:#FFFFFF;
	height:auto;
	margin-bottom:10px;
	margin-top:10px;
	border:#333333 1px solid;
	margin-left:8px;
	color:#283b97;
}

#productInfo p{
	margin-left:10px;
}

#productInfo h2{
	margin-left:10px;
}



/*
	PAGING BOX CONFIG
*/		
#paging{
		width:80%;
		margin:auto;
		background:#7d7c7c;
		text-align:center;
		padding-top:5px;
		padding-bottom:5px;
		margin-top:20px;
		margin-bottom:20px;
		color:#FFFFFF;
		
		}

#paging a{
		font-size:12px;
		color:#FFFFFF;
		font-weight:bold;
		
		}
#paging a:hover{
		color:#FFFFFF;
		}
#paging a:visited{
		color:#FFFFFF;
		}
		
#paging .currPage{
		color:#0000FF;
		font-size:14px;
		font-weight:bold;
		}
#paging .currPage:hover{
		color:#0000FF;		
		}
		
#paging .noLink{
		color:#BBBBBB;
		font-weight:normal;
		}
		
#paging .noLink:hover{
		color:#BBBBBB;	
		font-weight:normal;	
		}
		
/*
	CART STUFFS
*/

#cart	{
		width:90%;
		}

#cart p{
		width:90%;
		padding-top:10px;
		padding-bottom:10px;
		}
		
#cart img{
		
		float:right;
		margin-left:10px;
		}		

#cartProduct{
			width:70%;
			background-color:#9bafff;
			margin-left:8px;
			margin-bottom:10px;
			padding-top:10px;
			padding-bottom:10px;
			padding-left:10px;
			border:#333333 1px solid;
}

#cartProduct a{
			font-size:14px;
			text-decoration:none;
			color:#283b97;
		}	

#cartProduct a img{
			float:right;
			margin-right:10px;
			margin-top:10px;
			margin-left:10px;
			border:none;
		}
		
#cartProduct th{
		text-align:right;
				}		








#errorBox{
		width:90%;
		background:#FF7578;
		border:#CC0000 2px solid;
		color:#000000;
		padding:3px;
		margin-bottom:15px;
		margin-top:5px;
		}		

#errorBox li{
				list-style:circle;
			}
#confirmBox{
		width:90%;
		background:#C5FFA8;
		border:#009900 2px solid;
		color:#000000;
		padding:3px;
		margin-bottom:15px;
		margin-top:5px;
		}		

#confirmBox li{
				list-style:circle;
			}			
			
/*
	ADMIN
*/	

#login	{
		background:#999999;
		width:40%;
		margin:auto;
		margin-top:20px;
		padding:10px;
		border:#333333 1px solid;
		}
		
#prodForm	{
			
			}

#prodForm form	{
				border:#7d7c7c 1px solid;
				margin-top:10px;
				width:90%;
				padding-bottom:10px;
				}		
		
		
#prodForm th{
			text-align:right;
			}
			
#prodForm h2{
			margin-left:8px;
			}
			
			
#adminBlueBox{
	width:95%;
	background-color:#9bafff;
	height:auto;
	margin-bottom:10px;
	margin-top:10px;
	border:#333333 1px solid;
	margin-left:8px;
	padding-left:10px;
	padding-top:10px;
}	

#adminBlueBox ul li{
	margin-top:2px;
}

#adminBlueBox ul li a{
	color:#373737;
	padding:2px;
	}

#adminBlueBox ul li a:hover{
	background-color:#333333;
	color:#FFFFFF;	
	}

#adminBlueBox a{
	color:#373737;
	padding:2px;	
}	

#adminBlueBox a:hover{
	background-color:#333333;
	color:#FFFFFF;	
	}	
	
	
#adminTable{
	width:98%;
	border-spacing:0px;
	border-collapse:collapse;
	margin-bottom:20px;
}

#adminTable th{
	border:#666666 1px solid;
	border-spacing:0px;
	padding:4px;
	background-color:#29409a;
	color:#FFFFFF;
}

#adminTable .formTH{
	border:#666666 1px solid;
	border-spacing:0px;
	padding:4px;
	background-color:#29409a;
	color:#FFFFFF;
	text-align:right;
	width:120px;
}
	

#adminTable td{
	border:#777777 1px solid;
	border-spacing:0px;
	padding:4px;
	background-color:#CCCCCC;
}

#adminTable td a{
	color:#373737;
	padding:2px;	
}	

#adminTable td a:hover{
	background-color:#333333;
	color:#FFFFFF;	
	}	

#adminTableForm{
	width:98%;
	border-spacing:0px;
	border-collapse:collapse;
	margin-bottom:20px;
}

.footer_links a {
	color:#FFF;
	font-size:10px
}

.footer_links  {
	color:#000s;
	font-size:10px
}