@charset "utf-8";

/* Crown Premiums, http://www.crownpremiums.com */

/* This design copyrighted 2010 Lisa DeVoto and may not be reproduced. */ 

/* Colors used:
#8b0e04 -	Crown Premiums red
#FFE87C -	tagline yellow 
#f00 -		pure red for required fields in forms
#5c5d60 -	metal gray
#5c7b7b -	gray line for picture gallery
#666 -		gray 
#333 -		dark gray border for thumbnails
#000 -		black 
#fff -		white
*/

#container { 
	margin: 0 auto; /* auto side margins make it centered */
	padding: 0; 
	position: relative; /* to position sidebars relative to this container */
	text-align: left; /* overrides the text-align: center on the body element */
	width: 780px;  
} 

#container.plaincontainer {  /* for pages showing full size images */
	margin: 0 auto; /* auto side margins make it centered */
	padding: 0; 
	position: absolute; 
	text-align: left; /* overrides the text-align: center on the body element */
	width: 780px;  
} 

#header { 
	height: 100px;
	padding: 0 10px 0 0;
	width: 100%;
} 

#maincontent {
	background-color: #fff;
	background: url(images/body_background.gif) repeat-y top right;
	margin: 0 10px 0 160px;
	min-height: 725px; /* prevents the need for extra breaks and padding on short content pages */
	padding: 25px 20px 10px 25px;
}

#plainpage {	/* for pages showing full size images */
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#leftcol {
	background-color: #8b0e04;
	left: 2px;
	margin: 0;
	min-height: 650px;
	padding: 0;
	position: absolute;
	width: 148px; 
	top: 140px; 
}

#footer { 
	background-color: #8b0e04;
	border: solid 2px #5c5d60;
	margin: 0 10px 0 0;
	padding: 0 10px 0 20px;
	text-align: left;
} 

.hide	{	/* used with Skip navigation link to make it invisible in CSS-capable browsers */
	left: -9999px;
	position: absolute;
}
	
#header table tr td	{
	margin: 0;
	padding: 0;
}

#header img	{
	border: 0;
	display: inline;
	padding: 5px 0 0 16px;
}

#header h1	{  
	background-image: none;
	color: #fff;
	font-family: "Tw Cen MT", "Arial Black", Verdana, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	margin: 0; 
	padding: 0;
	text-align: left; 
	text-decoration: none;
}

.tagline	{
	color: #ffe87c;
	font-family: "Tw Cen MT", "Arial Black", Verdana, Arial, sans-serif;
	font-size: 18px;
	font-style: italic;	
	margin: 0; 
	padding: 0 0 0 10px;
	text-align: left; 
	text-decoration: none;
}

#leftcol h1	{
	background-image: none;
	color: #fff;
	font-family: "Tw Cen MT Condensed Extra Bold", "Arial Black", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 0 10px 0 0;
	text-align: right;
}
	
body  {
	background: url(images/background.gif) repeat;
	color: #000;	
	font-family: "Tw Cen MT", "Arial Black", Verdana, Arial, sans-serif;
	font-size: 14px;
	margin: 0; 
	padding: 0;
	text-align: center; 
}

body.plain  {
	background-image: none;
}

p  {
	margin: 0 0 15px 0; 
}

h1  {
	background: url(images/grayline.jpg) bottom left no-repeat;
	color: #000;
	font-family: "Tw Cen MT Condensed Extra Bold", "Arial Black", Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left; 
}

h2  {
	color: #000;
	font-family: "Tw Cen MT", "Arial Black", Verdana, Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	margin: 10px 0 5px 0; 
	padding: 0;
	text-align: left; 
}

h3  {
	color: #000;
	font-family: "Tw Cen MT", "Arial Black", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0; 
	padding: 0;
}

img	{	
	border: 0;
	display: block;
}

ul {
	list-style: disc url(images/bullet.jpg);
	margin: 0 0 20px 15px;
	padding: 0;
}

ul li {
	margin: 0 0 10px 0;
}

table tr td	{
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
}

table.topaligned tr td	{
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	vertical-align: top;
}

#leftcol p	{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
}

#leftcol p.advanced	{
	font-size: 12px;
	margin: 0 5px 30px 0;
	text-align: right;
}

#leftcol form	{
	margin: 20px 5px 0 0;
	text-align: right;
}

#leftcol ul {	
	font-family: "Tw Cen MT", "Arial Black", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#leftcol ul ul	{
	left: 100%; /* to position submenus to the right of their containing block and to prevent submenus from disappearing */
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 1000; /* to keep submenu items above photo on product pages */
}
	
#leftcol ul li	{
	position: relative;
	margin: 0;
}
	
#leftcol ul li a {
	display: block;	
	padding: 5px;
}

#leftcol ul li li	{
	color: #000;
	background-color: #fff;
}

#leftcol li ul  {	/* controls the location of submenu items */
	display: none; /* submenus are not displayed by default */
	position: absolute; 
	top: 0px;
}

#leftcol li ul.thin  {	
	width: 140px;
}

#leftcol li ul.medium  {
	width: 210px;
}

#leftcol li ul.wide  {	
	width: 275px;
}

#leftcol ul li li a {
	display: block;	
	font-weight: normal;
	padding: 0 5px;
}
	
#leftcol li:hover ul  { 
	display: block;
 }

#leftcol ul li a:hover {
	background: none;
	color: #000;
}

/* fix IE - hide from IE Mac - workaround for IE to make list items in menu stack closely */
* html ul li {float: left; height: 1%; }
* html ul li a {height: 1%; }

#header a:link	{	/* values need to be listed in this order - link, visited, hover, active */
	background-color: #8b0e04;
	text-decoration: none;
}
 
#header a:visited	{
	text-decoration: none;
}

#header a:hover	{
	background-color: #8b0e04;
	text-decoration: none;
}

#leftcol a:link	{
	color: #fff;
	text-decoration: none;
}
 
#leftcol a:visited	{
	color: #fff;
	text-decoration: none;
}

#leftcol a:hover	{
	background-color: #fff;
	color: #8b0e04;
	text-decoration: none;
}

#leftcol a:active	{
	text-decoration: none;
}

#leftcol p a:link	{
	color: #fff;
}
 
#leftcol p a:visited	{
	color: #fff;
}

#leftcol p a:hover	{
	color: #8b0e04;
	text-decoration: none;
}

#leftcol ul li li a:link	{
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}

#leftcol ul li li a:visited	{
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}

#leftcol ul li li a:hover	{
	background-color: #fff;
	border: 1px solid #000;
	color: #8b0e04;
}

#leftcol ul li li a:active	{
	color: #000;
	background-color: #8b0e04;
	border: 1px solid #000;
}

#leftcol ul li a.here	{  /* here class is for the you-are-here effect */
	color: #999;
}

#leftcol ul li ul li a.here	{
	color: #999;
}

#leftcol p a.here	{
	color: #999;
}

#footer p {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0; 
	padding: 3px 0;
}

#footer a:link	{	/* values must be listed in this order - link, visited, hover, active */
	color: #fff;
	text-decoration: underline;
}
 
#footer a:visited	{
	color: #fff;
	text-decoration: underline;
}

#footer a:hover	{
	background: #fff;
	color: #8b0e04;
}

#footer a:active	{
	color: #fff;
	text-decoration: underline;
}

strong {
	font-weight: bold;
	font-style: normal;
}

em {
	font-style: italic;
	font-weight: normal;
}

a:link {
	background: none;
	color: #8b0e04;
	text-decoration: underline;
}

a:visited {
	background: none;
	color: #8b0e04; 
	text-decoration: underline; 
}

a:hover {
	background: #ffe87c;
	color: #8b0e04; 
	text-decoration: underline; 
}

a:active {
	background: #ffe87c;
	color: #8b0e04; 
	text-decoration: none; 
}

#gallery {
	border-right: 1px dotted #5c7b7b;
	float: left;
	padding: 0 20px 0 10px;
	width: 85px;
}

#gallery img {
	display: block;
}

#gallery a {
	border: 1px solid #666;
	display: block;
	float: left;
	margin: 0 10px 2px 0;
	padding: 5px 5px 3px 5px;
	width: 70px;
}

#photo {
	background: #fff;
	float: right;
	padding-right: 10px;
	padding-top: 50px;
	position: relative;
	width: 422px;
	z-index: 0; /* to keep submenu items above photo on product pages */
}

#photo.nospace {
	padding-top: 0px;
}

#photo img {
	background-color: #fff;
	border: 1px solid #333;
	padding: 10px;
	position: absolute;
	z-index: 0; /* to keep submenu items above photo on product pages */
}

p.quote	{	/* for customer testimonials */
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}

p.author	{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: right;
}

p.thumbnail	{
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}

p.centered	{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
}

#afterphoto	{
	clear: both;
}

#gallery a.selected {
	background-color: #000;
	outline: none;
}

.label	{	/* for forms */
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0;
}

.labelrequired	{	/* for forms */
	color: #f00;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0;
}