/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}


html, body
{
	font-family: sans-serif;
	background: #fff url(../images/bg.gif) repeat-x;
	color: #fff;
}

.clear
{
	clear: both;
	height: 0;
	font-size: 0;
}

/* -------------------------------- LAYOUT -------------------------------- */

div#site-wrapper
{
	width: 838px;
	margin: 0 auto;
}

div#main-logo
{
	float: left;
	width: 227px;
	height: 79px;
	margin: 0;
	padding-top:5px;

}

div#main-logo a
{
color:#272256;
font-size:26px;
text-decoration:none;
border-bottom:2px solid #cdcdcd;
line-height:30px;
}

div#main-logo span
{
color:#d67400;
font-size:24px;
text-decoration:none;
}

div#top-links
{
	float: right;
	height: 26px;
	width: 288px;
	padding: 0;
	background: url(../images/top-links-bg.gif) no-repeat;
}

div#navigation
{
	height: 23px;
	padding: 0;
	margin: 0;
	clear: both;
}

div#banner
{
	width: 838px;	
	height: 174px;
}

div#content-wrapper
{
	background: url(../images/content-bg.gif) repeat-y;
	width: 858px;
}

div#footer
{
	width: 838px;
	height: 24px;
	margin-top:10px;
	text-align:right;
	font-size:11px;
	color:#000000;
}

/* ------------------------------- TYPOGRAPHY ------------------------------- */

h1, h2, h3, h4
{
	color: #d67400;
	padding-top: 6px;
	padding-bottom: 2px;
	font-weight: normal;
}

h1
{
	padding-top: 30px;
	font-size: 26px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 17px;
	padding-bottom: 4px;
}

h4
{
	font-size: 15px;
}

h5
{
	font-size: 13px;
	padding-bottom: 4px;
}

p
{
	font-size: 13px;	
	padding-bottom: 10px;
	color: #1b1b1a;
	
}

a:link
{
	color: #1b1b1a;
	text-decoration: underline;
}

a:visited
{
	color: #1b1b1a;
	text-decoration: underline;
}

a:active, a:hover
{
}

li
{
	padding: 8px 0 10px 36px;
	background: url(../images/list-item.gif) center left no-repeat;
	list-style: none;
}

li a
{
	text-decoration: underline;
}

ul
{
	padding: 20px 0 30px 40px;
	font-size: 12px;
	color: #2c2d2d;
}

ul ul
{
	padding-bottom: 5px;
}

ol
{
	padding-left: 40px;
	font-size: 12px;
	padding-bottom: 30px;
}



/* ------------------------------- NAVIGATION ------------------------------- */

div#navigation ul
{
	display: block;
	float: left;
	height: 23px;
	line-height: 20px;
	padding: 0;
}

div#navigation ul li
{
	display: inline;
	float: left;
	font-weight: bold;
	background: none;
	padding: 0;
}

div#navigation ul li a:link,
div#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	padding-right: 18px;
	padding-left: 14px;
	background: url(../images/nav-divide.gif) center right no-repeat;
}

div#navigation ul li a:active,
div#navigation ul li a:hover
{
	color: #272526;
}

div#navigation ul li a.first-item 
{
	padding-left: 0;
}

div#navigation ul li a.last-item 
{
	background: none;
}

body#home div#navigation ul li a#home-link, body#contact div#navigation ul li a#contact-link
{
	color: #272526;
}

/* ------------------------------- TOP LINKS ------------------------------- */

div#top-links ul
{
	display: block;
	float: left;
	height: 23px;
	line-height: 23px;
	padding: 0 0 0 6px;
}

div#top-links ul li
{
	display: inline;
	float: left;
	font-weight: normal;
	background: none;
	padding: 0;
}

div#top-links ul li a:link,
div#top-links ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	padding-right: 8px;
	padding-left: 7px;
	background: url(../images/top-links-divide.gif) center right no-repeat;
}

div#top-links ul li a:active,
div#top-links ul li a:hover
{
	color: #272526;
}

div#top-links ul li a.last-item 
{
	background: none;
}

/* -------------------------------- CONTENT PAGES -------------------------------- */

div#content-wrapper div#content-left
{
	float: left;
	width: 510px;
}

div#content-wrapper div#content-right
{
	float: right;
	width: 287px;
}

div#content-wrapper div#content-left .address-details
{
	width: 208px;
	float: left;
}

div#content-wrapper div#content-left img
{
	border:1px;
	padding: 2px;
	margin-right:24px;
	margin-bottom:4px;
}

/* -------------------------------- RIGHT PANEL -------------------------------- */

div#right-panel-header
{
	width: 287px;
	height: 27px;
	line-height: 26px;
	background: url(../images/right-header-bg.gif) no-repeat;
	margin-top: 23px;
}

div#right-panel-header h3
{
	color: #fff;
	padding: 0 0 0 36px;
}

div#right-panel
{
	border:0px solid #cdcdcd;
	width: 287px;
	background: #f6f6f6 url(../images/right-panel-bg-top.gif) top no-repeat;
	min-height: 238px;
  	height: auto !important;
  	height: 238px;
	margin-top: 6px;
	padding-top: 12px;
}

div#right-panel-bot
{
	width: 287px;
	height: 7px;
	background: url(../images/right-panel-bg-bot.gif) no-repeat;
	font-size: 0;
}

div#right-panel div.product-wrapper
{
	color: #1a1a1a;
}

div#right-panel div.product-wrapper p
{
	font-size: 11px;
	line-height: 1.2;
	padding: 0 0 6px 0;
}

div#right-panel div.product-wrapper span
{
	font-size: 14px;
	font-weight: bold;
	color: #c60000;
}

div#right-panel div.product-wrapper .prod-photo
{
	float: left;
	width: 138px;
	text-align: center;
	padding-top: 6px;
}

div#right-panel div.product-wrapper .prod-description
{
	float: left;
	padding-bottom: 12px;
}

div#right-panel div.product-wrapper .prod-description h5 a
{
	text-decoration: none;
}

/* ------------------------------ CONTACT FORM --------------------------- */

div#right-panel form
{
}

div#right-panel fieldset
{
	padding: 8px 15px;
}

div#right-panel form label
{
	display: inline;
	float: left;
	width: 64px;
	text-align: left;
	margin-bottom: 5px;
	font-size: 12px;
	color: #1b1b1a;
	padding-top: 3px;
}

div#right-panel form input
{
	display: inline;
	float: left;
	width: 192px;
	margin-bottom: 5px;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #b0b0b0;
	font-family: Arial, Helvetica, sans-serif;
}

div#right-panel form br
{
	clear: left;
	font-size: 0;
}

div#right-panel form textarea
{
	display: inline;
	float: left;
	width: 192px;
	margin-bottom: 8px;
	height: 100px;
	border: 1px solid #b0b0b0;
	font-size: 12px;
	color: #1b1b1a;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

div#right-panel form #submit
{
	width: 100px;
	height: 21px;
	padding: 0;
	text-align: center;
	margin-left: 154px;
	border: 1px solid #9b5400;
	background-color: #d67400;
	color: #fff;
}

