/* main body */

body
{
	margin:0px;
	background-color:#d8caa8;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	color:#65696c;
	line-height:140%;
	height:100%;
	
}


{
	height:100%;
	
}

.mainwrap
{
	width:830px;
	background-image:url(../img/background.gif);
	background-repeat:repeat-y;
	background-position:center;
	height: 100%;
	margin:0 auto;
	position: relative;
	
}


.container
{
	width:800px;
	margin:0 auto;
	height: 100%;
	
}

div {border:0px;}

.catcontent
{
	width:600px;
	background-color:#e2e2e2;
	text-align:justify;
	background-image:url(../img/catback.gif);
	background-repeat:repeat y;
	
}

.cat
{
	background-image:url(../img/contentback.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

.brandside
{
	width:200px;
	background-color:#ffffff;
	background-image:url(../img/brandsideback.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

.catside
{
	width:200px;
	background-color:#ffffff;
	background-image:url(../img/packagingback.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

.content
{
	width:537px;
	background-color:#e2e2e2;
	padding:0px 30px 20px 5px;
	text-align:justify;
	background-image:url(../img/contentback.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

.side
{
	width:228px;
	background-image:url(../img/homesideback.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
}

.features
{
	background-image:url(../img/sideback2.gif);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:400px;
}

.footer
{
	text-align:right;
	width:780px;
	color:#FFFFFF;
	padding-top:15px;
	background-image:url(../img/footerback.gif);
	background-repeat:no-repeat;
	padding-bottom:30px;
	padding-right:20px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}


.contentpages
{
	width:760px;
	background-color:#FFFFFF;
	padding:20px;
	text-align:justify;
	
}

td
{
	vertical-align:top;
}
/* headings */

h1
{
	color:#2e66b1;
	font-size:15px;
	margin-top:0px;
	letter-spacing:1px;	
}

h2
{
	color:#2e66b1;
	font-size:13px;
	margin-top:0px;
}

h3
{
	color:#2e66b1;
	font-size:13px;
	margin-top:0px;
}

h4
{
	color:#2e66b1;
	font-size:11px;
	margin-top:0px;
}

h5
{
	color:#2e66b1;
	font-size:11px;
	margin-top:0px;
}

/* links */
.footer a:link 
{
	color: #ffffff;
	text-decoration: none;
}
.footer a:visited 
{
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover 
{
	text-decoration: underline;
	color: #ffffff;
}
.footer a:active 
{
	text-decoration: none;
	color: #ffffff;
}

a:link 
{
	color: #2e66b1;
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
	color: #2e66b1;
}
a:hover 
{
	text-decoration: underline;
	color: #2e66b1;
}
a:active 
{
	text-decoration: none;
	color: #2e66b1;
}

/* rollovers */

.nav {
	width:800px;
	height:39px;
	margin:0px;
	float:left;
	
}

ul#navlist
{
	margin:0px;
	padding:0px;
	
}

#navlist li
{
	float:left;
  	list-style-type:none;
}


a.home,a.brands,a.private_label,a.packaging,a.contact_us
{
	height:39px;
	text-decoration:none;	
	float:left;	
}

a.home:hover,a.brands:hover,a.private_label:hover,a.packaging:hover,a.contact_us:hover
{
	background-position: 0px -39px;		
}
a.home
{
	width: 80px;
	background:url(/img/home.gif);
}
a.brands
{
	width: 101px;
	background:url(/img/brands.gif);
}
a.private_label
{
	width: 143px;
	background:url(/img/private_label.gif);
}
a.packaging
{
	width: 125px;
	background:url(/img/packaging.gif);
}
a.contact_us
{
	width: 132px;
	background:url(/img/contact_us.gif);
}

/* shop */

.catTitle
		{
		text-align:left;
		padding-left:20px;
		padding-right:30px;
		}
		
		
.catThumb
{
		width:200px;
		text-align:center;
}



.catimagebox img
{
		width:150px;
		border:none;
		
}
.catimagebox2 img
{
		width:160px;
		border:none;
		
}
	
.catimagebox2
{
		width:160px;
		padding-left:20px;
		padding-right:20px;
		padding-bottom:20px;
}	
		
.catimagebox
{
		width:160px;
		padding-left:25px;
		padding-right:25px;
		padding-bottom:20px;
}	

.catdescriptionbox
{
		width:360px;
		padding-left:20px;
		padding-right:20px;
		
}	

		
/*conatct form*/		
		
#name,#email,#phone,#comment
		{
		width: 250px;
		height: 18px;
		border: solid 1px #2e66b1;
		background-color: #ffffff;
		padding: 1px;
		font-size: 10px;
		color: #656667;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		vertical-align: middle;
		}
		
#comment
		{
		height: 160px;
		}
