﻿/* layout.css - Size, positioning, background-images of blocks */

/* Import standard core.css file */
@import url(core.css);

.tbTopLeftBg {
	background: #c3baa8 url(../images/tb-bg-top-left-rpt.gif) top right repeat-x;
	vertical-align: top; 
	text-align: right;
}


.divborder {
border: 2px #CCCCCC solid;
height:150px;
} 

.tbTopRightBg{
	background: #fff url(../images/tb-bg-top-right-rpt.gif) top left repeat-x;
}

.tbLeftBg {
	vertical-align: top; 
	text-align: right;
}

.tbRightBg{
	vertical-align: top; 
	text-align: left;
}

.tbCenter{
	vertical-align: top;
	padding-top:9px;
	background-color:#fff;
}

.divLeft {
	width: 100%;
	height:640px;
	display:block;
	background: #c3baa8 url(../images/left-tb-bg.jpg) top right no-repeat;
}

.divRight {
	width: 100%;
	display:block;
	height:640px;
	background: #c3baa8 url(../images/right-tb-bg.jpg) top left repeat-y;
}

#header {
	width:970px;
	height: 150px;
	background-color: #fff;
	position: relative;
}
	#logo {
		background: url(../images/logo.png) no-repeat top left;
		width: 213px;
		height: 73px;
		display: block;
		position: absolute;
		left: 19px; top: 22px;
	}
	#searchbar {
		position: absolute;
		right: 428px;
		top: 79px;
		width: 227px;
		height: 19px;
	}
		#searchtext {
			background: transparent url(../images/textbox.png) no-repeat;
			width: 195px;
			height: 16px;
			position: absolute;
			left: 0; top: 0;
			border: 1px solid #aca79e; 
			padding: 1px 0 0 4px;
			color:#a3a09a; font-size:12px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		#searchbutton {
			background: transparent url(../images/go.png) no-repeat;
			width: 34px;
			padding-top: 23px;
			height: 0;
			overflow: hidden;
			position: absolute;
			top: 0; right: 0;
		}
	
	#top-util {
		position: absolute;
		top: 14px;
		left: 465px;
		list-style: none;
		margin:0; padding:0;
	}
	
		#top-util li
		{
			list-style: none;
			margin-top:5px;
		}
		
			#top-util li a
			{
				display:block;
			}
		
		#util-viewcart
		{
			width: 75px;
			height: 1px;
			padding-top: 16px;
			overflow: hidden;
			background: transparent url(../images/viewcart.gif) top no-repeat;
		}
		
			#util-viewcart:hover
			{
				background-image:url(../images/viewcart-over.gif);
			}
			
		#util-account
		{
			width: 75px;
			height: 1px;
			padding-top: 17px;
			overflow: hidden;
			background: transparent url(../images/myaccount.gif) top no-repeat;
		}
		
			#util-account:hover
			{
				background-image:url(../images/myaccount-over.gif);
			}
			
	#mainnav {
		position: absolute;
		bottom: 5px;
		left: 9px;
		width: 533px;
		height:32px;
		padding:0; margin:0;
	}
			
	#mainnav li {
		display:inline;
		padding:0; margin:0;
		list-style: none;
	}
	
	#mainnav li a {
		background: url(../images/nav.gif) no-repeat;
		overflow: hidden;
		padding: 31px 0 0 0;
		height: 1px;
		display:block;
		float: left;
	}
	
	#mainnav li a:hover, #mainnav li a.active {
		background-image: url(../images/nav-over.gif); 
	}
	
	#mainnav li.nav_home a { width:64px;}
	#mainnav li.nav_about a { width:76px; background-position: -64px 0;}
	#mainnav li.nav_mass a { width:198px; background-position: -140px 0}
	#mainnav li.nav_pos a { width:93px; background-position: -338px 0}
	#mainnav li.nav_contact a { width:102px; background-position: -431px 0}

	#banner-img {
		width: 410px; height:132px;
		position: absolute;
		top: 5px; right: 9px;
		background: transparent url(../images/banner/banner1.jpg) top no-repeat;
		border-bottom: 8px solid #d2232a;
	}

.cbr { clear: both; }
	

	#mainsection {
		width: 970px;
	}
		
		#sidebar {
			width: 156px;
			padding: 4px 12px 25px 15px;
			float: left;
		}
		
			.sub-header {
				background: transparent url(../images/shop.gif) no-repeat;
				width:48px; height:19px;
				margin-bottom:16px;
			}
			
		#content {
			float: left;
			position: relative;
			width: 711px;
			min-height: 640px;
			background: url(../images/body-bg.png) no-repeat;
			padding: 12px 22px 35px 22px;
		}
			
	#footer {
		width:940px;
		height: 44px;
		padding: 3px 6px 0;
		background-color: #0c4da2;
		margin: 0 auto 10px;
	}
		#site-info { float: left; }
		#site-links { float: right;	}
