
body {
	background-color: #FFF;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}
h1,h2,h3,h4,h5 {
	margin-bottom: 0.5em;
	font-family: Georgia;
	font-weight: normal;
}

h1 { font-size: 32px; line-height: 32px;}
h2 { font-size: 24px; line-height: 24px;}
h3 { font-size: 18px; line-height: 18px;}
h4 { font-size: 16px; line-height: 16px;}
h5 { font-size: 14px; line-height: 14px;}
p { line-height: 1.3em; margin-bottom: 10px;}

a {
	color: #993333;
}
a:hover {
	text-decoration: none;
}


#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px 30px;
	background: transparent url(/media/images/container_bg.jpg) top left repeat-y;
}


#header {
	width: 960px;
	height: 188px;
	background: transparent url(/media/images/header_bg.jpg) top left no-repeat;
}

#header h1 {

}
#header h1 a {
	width: 300px;
	height: 156px;
	display: block;
	margin: 0 auto;
	background: transparent url(/media/images/logo.jpg) top left no-repeat;
	text-indent: -10000px;
}

#nav_main {
	width: 960px;
	height: 36px;
	background: transparent url(/media/images/nav_bg.jpg) top left repeat-x;
	margin-bottom: 10px;
}
#nav_main ul {
	text-align: center;
}
#nav_main ul li {
	display: inline;
	border-left: 1px solid #FFF;
}
#nav_main ul li.first {
	border-left: none;
}
#nav_main ul li a {
	padding: 5px 10px;
	font-size: 18px;
	font-family: Georgia;
	line-height: 36px;

	color: #FFF;
	text-decoration: none;
}
#nav_main ul li a:hover,
#nav_main ul li a.active {
	text-decoration: underline;
}

#content {
	margin: 10px;
}

#content #main {
	float: left;
}

#content #main div.block {
	width: 596px;
	padding: 10px;
	border: 2px solid #FFF;
	margin-bottom: 30px;
}
#content #main div.block div.in1 {
	border: 3px solid #FFF;
}
#content #main div.block div.in2 {
	border: 1px solid #B21F24;
	background-color: #FFF;
	padding: 10px;
}
#content #main div.block div.text {}
#content #main div.block div.photo {
	text-align: center;
}
#content #main div.block div.photo img {
	padding: 5px;
	border: 1px solid black;
}
#content #main div.block .photo-inset {
	float: right;
	width: 200px;
}
#content #main div.block div.photo p.img {
	border: 1px solid #000;
	background-color: #CCC;
	width: 200px;
	height: 200px;
	margin-bottom: 10px;
}

#content #main div.block a.buy {
	width: 114px;
	height: 46px;
	margin-left: 85px;
	display: block;
	text-indent: -10000px;
	background: transparent url(/media/images/buy_now.jpg) top left no-repeat;
}
#content #main div.block p.more {
	float: right;
}
#content #main div.block p.more a {
	width: 65px;
	height: 27px;
	display: block;
}
#content #main table td {
	text-align: center;
	padding: 5px;
}


/****************\
	#content #sidebar
******************/

#content #sidebar {
	float: right;
}

#content #sidebar div.block {
	width: 288px;
	border: 1px solid #993333;
	padding: 10px;
	margin-bottom: 10px;
}

#content #sidebar div.block div.in1 {
	border: 2px solid #94B435;
}
#content #sidebar div.block div.in2 {
	border: 2px solid #E8F0D0;
	background-color: #F0CCCC;
	padding: 5px;
}
#content #sidebar div.block p.more {
	margin-bottom: none;
}
#content #sidebar div.block p.more a {
	width: 65px;
	height: 27px;
	margin-left: 200px;
	display: block;
	text-indent: -10000px;
	background: transparent url(/media/images/more.jpg) top left no-repeat;
}
#content #sidebar li {
	margin-left: 20px;
	font-size: 18px;
	line-height: 24px;
}
#content #sidebar p.img {
	text-align: center;
}


#footer {
	margin-top: 40px;
}
#footer p {
	text-align: center;
	color: #FFF;
}

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}





