/* Sniff CSS */


#contentcolumn
{
	background-repeat: repeat-y;
	background-image: url(/img/bg.gif);
	width:760px;
	margin: 0px auto;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
}

#maincolumn {
float:left;
width:360px;
}

#sidebar {
float:right;
width:130px;
font-size:.9em;
}

#sidebar p {
	color: #000000;
	background-color:lightskyblue;
	padding:5%;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#sidebar p a {
	color: blue;
}



/* General Styles */

img {
    border: none;
}

h1, h2, h3
{
	margin-top: 10px;
	margin-bottom: 0px;
}


h3
{
	padding-top: 30px;
	color: #555555;
	padding-bottom: 0px;
}

#content
{
	width: 500px;
	text-align: left;
}
#contentfull
{
	width: 600px;
	text-align: center;
}

body
{
	font-size: 12px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, "Segoe UI", Tahoma, Helvetica, Arial, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #262626;
	background-image: url(/img/herringbone.gif);
}

.required {
color: #6C3;
font-weight: bold;
}
a:link {
	color: #808080;
	text-decoration: underline;
}

a:visited {
	color: #808080;
	text-decoration: underline;
}

a:hover, a:active {
	color: #b3b3b3;
	text-decoration: none;
}

blockquote {
	font-size: 10px;
	color: #808080;
	padding: 7px 0;
}

.dialog {
	border: 2px solid gray;
	margin: 40px 0px;
	padding: 10px;
	background-color: #ffff99;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
/* end General Styles */

#menu
{
	text-transform: none;
	width: 760px;
	/*height: 35px;*/
	font-weight: bold;
	margin-top:10px;
}


#menu a
{
	display: block;
	float: left;
	color: white;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	background-color: #6C3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	padding: 6px 0px;
	margin-left: 14px;
	width: 93px;
}

#menu a:hover, #news_menu a:hover
{
	text-decoration: underline;

}


#news_menu, #about_menu
{
	text-transform: none;
	width: 400px;
	font-weight: bold;
	margin-top:10px;
}


#news_menu a, #about_menu a
{
	display: block;
	float: left;
	color: white;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	background-color: #6c3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	padding: 3px 0px 4px;
	margin-left: 12px;
	width: 120px;
}

#about_menu
{
	width: 664px;
}

/* Add to Cart styles */

.price {font-size:larger; font-weight:bold; float:left;}
.pricediv {background-color:gray;font-size:larger;color:white;padding:4px;}
.pricediv a img { float:right; }

.line {
	height:1px;
	margin:4px auto;
	background-color:silver;
}