/*
	custom.css � custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/



			#site-container {width:800px;margin:0px auto;}
			#site-header {width:800px;height:100px;margin-bottom:25px;}
			#site-head-left {width:170px;height:65px;float:left;padding-left:180px;padding-top:10px;background:url(images/wtuklogo.gif) no-repeat top left;font-size:1.3em;padding-right:100px;}
#site-head-left h1 {display:none;}
#site-head-left h3 {color:#c0c0c0;}
			#site-head-right {width:350px;height:55px;float:left;text-align:right;padding-top:20px;font-size:15px;font-weight:bold;color:#a0a0a0;}
			#site-head-right  .email  {font-size:11px;}
			#site-head-right  .USP  {font-size:14px;color:#fdb713;}
			#site-nav {width:800px;float:none;clear:both;height:25px;background:url(images/navbg.gif);}
			#home-pic {width:800px;height:260px;margin-bottom:5px;margin-top:25px;float:none;clear:both;}
			
#home-feature1 {width:263px;height:140px;background:#f0eeee;float:left;margin-right:5px;margin-bottom:5px;}
#home-feature1 h2 {width:253px;padding:5px;background:#d7d6d6;font-size:1.3em;color:#000000;}		
#home-feature1 a {color:#000000;}
#home-feature1 .entry {padding:5px;font-size:1.2em;height:80px;color:#606060;}
#home-feature1 .link {padding:5px;font-size:1.1em;font-weight:bold;}	
#home-feature1 .link a {color:#c48b04;}

#home-feature2 {width:264px;height:140px;background:#f0eeee;float:left;margin-right:5px;margin-bottom:5px;}
#home-feature2 h2 {width:253px;padding:5px;background:#d7d6d6;font-size:1.3em;color:#000000;}		
#home-feature2 a {color:#000000;}
#home-feature2 .entry {padding:5px;font-size:1.2em;height:80px;color:#606060;}
#home-feature2 .link {padding:5px;font-size:1.1em;font-weight:bold;}
#home-feature2 .link a {color:#c48b04;}
			
#home-feature3 {width:263px;height:140px;background:#f0eeee;float:left;margin-bottom:5px;}
#home-feature3 h2 {width:253px;padding:5px;background:#d7d6d6;font-size:1.3em;color:#000000;}		
#home-feature3 a {color:#000000;}
#home-feature3 .entry {padding:5px;font-size:1.2em;height:80px;color:#606060;}
#home-feature3 .link {padding:5px;font-size:1.1em;font-weight:bold;}
#home-feature3 .link a {color:#c48b04;}

			#home-banner1 {width:263px;height:120px;background:#c0c0c0;float:left;margin-right:5px;margin-bottom:5px;}
			#home-banner2 {width:264px;height:120px;background:#c0c0c0;float:left;margin-right:5px;margin-bottom:5px;}
			#home-banner3 {width:263px;height:120px;background:#c0c0c0;float:left;margin-bottom:5px;}	
			#home-news-pic {width:263px;height:120px;background:#c0c0c0;float:left;margin-right:5px;margin-bottom:5px;}	
			#home-news-text {width:532px;height:120px;background:#f0eeee;float:left;margin-bottom:5px;}	
#home-news-text h2 {width:522px;padding:5px;background:#d7d6d6;font-size:1.4em;color:#000000;}		
#home-news-text a {color:#000000;}
#home-news-text .entry {padding:5px;font-size:1.2em;color:#606060;height:55px;}
#home-news-text .link {padding:5px;font-size:1.1em;font-weight:bold;}
#home-news-text .link a {color:#c48b04;}
			#site-footer {float:none;clear:both;width:800px;height:50px;border-top:2px solid #c0c0c0;border-bottom:2px solid #c0c0c0; background:url(images/footerlogos.gif) no-repeat center;}	
			#site-footer-links {width:800px;margin-bottom:20px;}

.cat_description {float:none;clear:both;border:2px solid #e0e0e0;padding:5px;font-size:.8em;color:#404040;width:558px;} 
			
			
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family: arial, sans-serif;
	
	font-weight:bold;

	}
.menu ul{
	background:url(images/navbg.gif);
	height:25px;
	list-style:none;
	margin:0;
	padding:0;
	
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{

		color:#616161;
		display:block;
		font-weight:normal;
		line-height:25px;
		margin:0px;
		border-right:1px solid #ffffff;
		padding:0px 10px;
		text-align:center;
		text-decoration:none;
		font-size:12px;

		}
		.menu li a:hover, .menu ul li:hover a{
		color:#303030;
		background:url("images/navbghover.gif");
		border-right:1px solid #a0a0a0;


			text-decoration:none;
			}
	.menu li ul{
		background:url("images/menubg.png") top right;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border-left:1px solid #a0a0a0;
		font-size:10px !important;
		border-bottom:1px solid #a0a0a0;
		position:absolute;

		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		 min-width:154px; 
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:25px;
		font-size:11px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
min-width:144px;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#ffffff;
			border:0px;
border-right:1px solid #a0a0a0;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	
		
		
#product-specials {text-align:center;}	
#product-specials h2 {text-transform:capitalize;color:#c48b04;}			
#product-specials .wpsc_product_title {text-transform:capitalize;color:#c48b04;}
#product-specials img {margin:10px 0px 10px 0px;padding:2px;border:1px solid #c0c0c0;}

#latest-products {text-align:center;margin-bottom:0px;}	
#latest-products h2 {text-transform:capitalize;color:#c48b04;}			
#latest-products .wpsc_product_title {text-transform:capitalize;color:#c48b04;}
#latest-products img {margin-bottom:5px;padding:2px;border:1px solid #c0c0c0;}	

#address {font-size:1.2em;margin-bottom:10px;}

.productcart {width:600px;}
#sideshoppingcart {font-size:1.2em;}

#subnav {height:12px;width:778px;background:#f0f0f0;border-bottom:1px solid #c0c0c0;border-left:1px solid #c0c0c0;border-right:1px solid #c0c0c0;padding:4px 10px;font-size:1.1em;}

#subnav ul li {list-style-type:none;display:block;margin-right:23px;float:left;}

#subnav a {text-decoration:none;color:#808080;}