﻿body 
{
	background-image:url('Images/shinyBck.jpg');
	background-repeat:repeat-x;
	text-align:center;
	background-color:#C6EAF8;
}

img
{	
	-ms-interpolation-mode: bicubic;
}

#container
{
	text-align:left;
	width:970px;	
	position:relative;
	margin:0 auto;
}


h1
{
	font-size: 1.3em;
	color: #A65E2D;	 
	margin:15px 0;			
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

h2
{
	color:#627EA9;
}

h3
{
	color:#A69D3C;
}

h2,h3
{
	font-size: 1.1em;
	margin:15px 0 10px 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
}

h1, h2,h3
{
	text-transform:capitalize;	
	text-align: justify;
	letter-spacing: 1px;
}

a
{
	color:#613896;
	font-size:1em;
	text-decoration:none;
	line-height:1.2;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;	
	font-weight:bold;
}

a:hover
{
	color:#C6ADE6;
}

#header
{
	width:908px;
	height:170px;
	margin:0
}

#nav
{
	margin:0;
	position:absolute;
	top:180px;
	left:5px;
	padding:0;
}
#nav li
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	padding-right:30px;
}
#nav a
{
	display:block;
	color:White;
	text-decoration:none;
	font-size:1.4em;
	font-weight:normal;
	font-style:normal;	
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}
#nav a:hover
{
	color:#C6EAF8;
}
#nav .active a
{
	text-decoration:underline;
	color:#0202C6;
}

#mainPage
{
	background-image:url('Images/mainBck.jpg');
	background-repeat:repeat-y;
	width:100%;
	margin-top:50px;	
	padding:5px;
}


#mainPage p:first-line
{
}

#mainPage p:first-letter
{
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
}

#mainPage p 
{
	margin: 0 0 15px 0;
	line-height:1.5;
	word-spacing:0.1em;
	color:#606060;
	letter-spacing:1px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif ;
	font-size:0.8em;
}

.leftColumn
{
	display:inline;
	padding:0 20px 0 0;
	float:left;
	width:425px;
	margin:0 15px 0 20px;
}
.rightColumn
{
	display:inline;
	float:right;
	width:425px;
	margin:0 30px 0 15px;
}
.clear
{
	clear:both;
}

#footer
{
	width:949px;
	margin:5px 0 0 5px;
	padding:0;
	background-image:url('Images/footer.jpg');
	background-repeat:repeat-x;
}

#footer p
{
 margin:0;
 padding:15px 0 0 5px;
 line-height:1;
}

.textbox
{
 padding:5px;
}

.textbox:focus
{
 background-color:Blue;
}
.textbox:hover
{
 background-color:Blue;
}
.textbox:active
{
 background-color:Blue;
}

.spotlightImage
{
	float:right;
}

.price
{
	display:inline-block;
	color:#627EA9;
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0;
	padding:0;
	font-family:'Times New Roman', Times, serif;
}

.distributor
{
 border-bottom:dotted 1px #787878;
 width:370px;
 margin:5px 50px;
 overflow:hidden;
}



 .addProduct h6
{
    margin:20px 0 0 0;
    color:#0001B3;
}

.spotlight
{
 border:solid 3px #627EA9;
 margin-top:15px;
 min-height:205px;
}

.spotlight h3
{
 margin:0 0 10px 0;
 background-color:#627EA9;
 padding:5px 2px;
 color:#fff;
 text-align:left;
 font-size:1em;
}

.spotlight input.spotlightImage
{
 padding:5px;
 margin:0 2px 2px 2px;
}

#mailChimpSignup a
{
 text-decoration:none;
 font-size:1.3em;
 color:#fff;
}

#mailChimpSignup
{
 margin-top:15px;
 background-color:#627EA9;
 border:solid 1px #335D6D;
}