/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	

body {
font-size: .75em;
margin: 0px;
text-align: center;
background: #ffffff url(img/bg.gif) top left repeat-x;
color: #121212;
font-family: Arial, Helvetica, sans-serif;
}

/* layout */

#wrap
{
position: relative;
margin: auto;
width: 984px;
}

	/* sidebar */
	#colOne
	{
	position: relative;
	float: left;
	padding: 1px;
	width: 225px;
	margin-top: 30px;
	background: #fff;
	border: 1px solid #E2E2E2;
	overflow: hidden;
	}

		/* contact form */
		#contactTitle
		{
		position: relative;
		height: 39px;
		text-indent: -999em;
		background: url(img/contact.gif) top left no-repeat;
		}
		
		#contactBox
		{
		position: relative;
		padding: 10px 18px 10px 18px;
		width: 189px;
		text-align: left;
		background: #D4D4D4 url(img/contactbg.gif) top left repeat-x;
		font-size:10px;
		}
			
			.txt
			{
			position: relative;
			margin: 5px 0 9px 0;
			font-size: 11px;
			width: 186px;
			border:solid 1px #888888;
			}
			
			.msg
			{
			position: relative;
			margin: 5px 0 9px 0;
			font-size: 11px;
			width: 186px;
			height: 110px;
			border:solid 1px #888888;
			}
			
			.submit
			{
			position: relative;
			height: 18px;
			width: 72px;
			border: 0px;
			}
		
		
		/* navigation */
		#nav
		{
		position: relative;
		text-align: left;
		font-size: 1.05em;
		border-bottom: 1px solid #fff;
		}
		
			#nav li
			{
			position: relative;
			height: 30px;
			padding-left: 16px;
			border-top: 1px solid #fff;
			background: url(img/nli.gif) top left repeat-x;
			}
			
			#nav a
			{
			position: relative;
			display: block;
			padding: 7px 0 0 15px;
			color: #ED6123;
			height: 23px;
			font-weight: bold;
			background: url(img/square2.gif) left center no-repeat;
			}
			
			#nav a:hover
			{
			color: #000;
			}
			
		
		/* cosmetic bulb */
		#bulb {
		    position: relative;
		    height: 232px;
		    background: url(img/bulb.gif) top left;
		}
		#bulb div {
		    padding:20px 0 0 30px;
		    text-align:left;
		}
		#bulb div strong {
		    color:#ED6123;
		    font-size:1.25em;
		}

	/* content */
	#colTwo
	{
	position: relative;
	float: left;
	width: 755px;
	}
		
		/* top navigation */
		#topNav
		{
		position: relative;
		padding-top: 28px;
		height: 23px;
		font-size: .95em;
		}
		
			#topNav ul
			{
			position: relative;
			float: right;
			padding-right: 15px;
			}
			
			#topNav li
			{
			position: relative;
			float: left;
			padding: 1px 20px 1px 15px;
			background: url(img/whitetag.gif) left center no-repeat;
			}
			
			#topNav a
			{
			position: relative;
			color: #fff;
			}

		/* logo */
		#logoBox
		{
		position: relative;
		height: 59px;
		background: url(img/logo.gif) top left no-repeat;
		background-position: 39px 20px;
		}
		
		/* picture nav */
		#picNav
		{
		position: relative;
		height: 214px;
		}
		
			#picNav li
			{
			position: relative;
			float: left;
			width: 151px;
			height: 214px;
			}
			
			#picNav a
			{
			position: relative;
			display: block;
			height: 214px;
			width: 151px;
			text-indent: -999em;
			}
			
			#pn1 a
			{
			background: url(/img/pn1.gif) top left;
			}
			
			#pn2 a
			{
			background: url(/img/pn2.gif) top left;
			}
			
			#pn3 a
			{
			background: url(/img/pn3.gif) top left;
			}
			
			#pn4 a
			{
			background: url(/img/pn4.gif) top left;
			}
			
			#pn5 a
			{
			background: url(/img/pn5.gif) top left;
			}
			
			#picNav li a:hover
			{
			position: relative;
			background-position: bottom left;
			}

		/* content */
		#content
		{
		position: relative;
		font-size: 1.05em;
		padding: 25px 30px 0px 30px;
		text-align: left;
		}
		
			#breadcrumb {
			    position: relative;
			    color: #AFAFAF;
			    font-size: .9em;
			    padding-bottom: 20px;
			}
			#breadcrumb a:link {
			    color: #AFAFAF;
			    font-size: .9em;
                text-decoration:none;
			}
			#breadcrumb a:visited {
			    color: #e88b3b;
			    font-size: .9em;
                text-decoration:none;
			}
			#breadcrumb a:hover {
                text-decoration:underline;
			}
			#breadcrumb a:active {
			    color: #000000;
			    font-size: .9em;
                text-decoration:none;
			}
			#content h1
			{
			position: relative;
			font-size: 1.9em;
			color: #ED7535;
			}
			
			#content p
			{
			position: relative;
			padding: .75em 0 .75em 0;
			line-height: 1.5em;
			}
			
			#content ol li {
			    padding-bottom: 5px;
			}
			
			.feature
			{
			border-bottom: 1px solid #ED7535;
			}
			
			
			
			/* services box */
			#services
			{
			position: relative;
			margin-top: 12px;
			padding: 12px;
			background: #D8D8D8 url(img/sbg.gif) top left repeat-x;
			}
			
				#services h2
				{
				position: relative;
				padding-bottom: 8px;
				font-size: 1.7em;
				color: #20225D;
				}
				
				.simg
				{
				position: relative;
				float: right;
				display: block;
				border: 3px solid #fff;
				}
				
				
				/* services list */
				.serviceslist
				{
				position: relative;
				float: left;
				}
				
					.serviceslist li
					{
					position: relative;
					padding: 5px 0 5px 15px;
					background: url(img/arrow.gif) left center no-repeat;
					}

		
/* footer */
#footer
{
position: relative;
height: 29px;
background: url(img/foot.gif) top left;
}

	#footin {
	    position: relative;
	    padding: 8px 0 0 45px;
	    font-size: .9em;
	    color: #fff;
	    text-align: left;
	}
	#footin a{
	    font-size: .9em;
	    color: #fff;
        text-decoration:none;
	}




/* store */
#store-heading {
	height: 103px;
	background-image: url(img/store-heading.jpg);
	background-repeat: no-repeat;
}

.h2-heading {
	height: 38px;
	background-image: url(img/h2-heading-bg.jpg);
	background-repeat: repeat-x;
	padding-left: 18px;
	line-height: 38px;
	color: #fff;
	text-align: left;
}
#store-menu ul{
	list-style-type: none;
	text-align: left;
	padding-top: 2px;
}
#store-menu li {
	margin-bottom: 1px;
}
#store-menu li a , #store-menu li a:visited{
	background-image: url(img/store-nav-off.png);
	background-repeat: repeat-x;
	display: block;
	height: 26px;
	line-height: 26px;
	padding-left: 21px;
	color: #fff;
}
#store-menu li a:hover {
	display: block;
	height: 26px;
	line-height: 26px;
	padding-left: 21px;
	background-color: #cb642d;
	background-image: none;
	color: #fff;
}
#store-menu ul.div{
	list-style-type: none;
	text-align: left;
	padding-top: 2px;
}
#store-menu ul.store-menu-div li {
	margin-bottom: 1px;
	background-color: #1d2764;
}
#store-menu ul.store-menu-div li a , #store-menu ul.store-menu-div li a:visited{
	background-color: #1d2764;
	background-image: none;
	display: block;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	color: #fff;
}
#store-menu ul.store-menu-div li a:hover {
	display: block;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	background-color: #1d2764;
	background-image: none;
	color: #fff;
	text-decoration:underline;
}
.store-container {
	padding: 30px;
	text-align: left;
}
.product-container {
	width: 24%;
	float: left;
	padding-bottom: 40px;
}
.product-padding {
	text-align: center;
	color: #f1803a;
	font-weight: bold;
}
.category-container {
	width: 30%;
	float: left;
	padding-bottom: 40px;
}
.category-padding {
	text-align: center;
	color: #f1803a;
	font-weight: bold;
}
.store-container h1{
	color: #ED7535;
	font-size: 1.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #828282;
	margin-bottom: 20px;
}
