@charset "utf-8";
/************************  General / Body  **********************/
* img { border: none;}


/************************   Header     **************************/
#header {
	background-image: url(../../../../images/custom/header-bg.jpg);
	background-repeat: no-repeat;
	width: 777px;
}

	#head-top {
		width: 100%;
		height: 90px;
	}
	
		#logo {
			float: left;
			margin-left: 10px;
		}
		
		#search {
			float: left;
			margin: 55px 0 0 220px;
			vertical-align: center;
			text-align: center;
			background-color: #FFF;
			padding: 2px;
		}
		
		#search input[type=text] {
			width: 160px; 
			background-image: url(../../../../images/custom/search-glass.jpg);
			background-position: 3px center;
			background-repeat: no-repeat;
			padding-left: 20px;
			vertical-align: middle;
			border-style: inset!important;
		}
		#seal {
			float: right;
			margin: 3px 15px 0 0;
		}
	
	#head-bottom {
		width: 100%;
		height: 57px;
	}
		
		#support {
			float: left;
			margin-left: 10px;
			height: 57px;
		}
		
		#nav {
			float: left;
			margin-left: 20px;
			margin-top: 15px;
			background-image: url(../../../../images/custom/top-nav.gif);
			width: 531px;
			height: 30px;
			color: #999;
			text-align: left;
			padding: 12px 0 0 25px;
		}
		
		#nav .links {
			float: left;
		}
		
			#nav .links a:link, #nav .links a:visited {
				color: #F10;
				font-size: 14px;
			}
			
			#nav .links a:hover, #nav .links a:active {
				color: #F51;
			}
		
			#view-cart {
				display:block;
				float: right;
				margin: 0px 25px 0 0;
				width: 95px;
			}


/************************  Home Page   **************************/
#home-cont {
	background-image: url(../../../../images/custom/home-bg.jpg);
	width: 581px;
	height: 197px;
	margin-top: 0px;
	z-index: 50;
}

	#home-cont div.text {
		opacity: 0.8;
		filter:alpha(opacity=80);
		-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=80)”;
		background-color: #FFF;
		width: 550px;
		margin-top: 75px;
		float:left;
	}
	
	#home-cont div.text p {
		opacity: 1.0;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		color: #000;
		margin: 20px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
	}


/***********************  Boxes  *********************************/
.BoxHeader {
	color: #C81019;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	background-color: transparent!important;
	border: none!important;
}



/**********************   Footer   *******************************/
#footer {
	border-top: 1px solid #AAA;
	width: 777px;
	text-align: right;
	padding: 15px;
}

	#logoSmall {
		float: left;
	}