/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../images/bg.gif) repeat-x;
	color: #455;
}

.clear
{
	clear: both;
	height: 0;
	font-size: 0;
}
/************************************************************************/
.LPhCB {
	color:#665;
	font-size: 0.9em;
}
.LPhCB img {border:0;}









/* -------------------------------- LAYOUT -------------------------------- */

div#site-wrapper
{
	width: 838px;
	margin: 0 auto;
}

div#main-logo
{
	float: left;
	width: 320px;
	height: 79px;
	margin: 0;
	padding-top:5px;

}

div#main-logo a
{
color:#777;
font-size:36px;
text-decoration:none;
padding-top: 60px;
}

div#main-logo span
{
position: relative;
color:#444;
font-size:26px;
text-decoration:none;
left: -38px;
top: 15px
}

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: 124px;
	margin-top:10px;
	text-align:right;
	padding-top: 100px;
	font-size:11px;
	color:#000000;
}

/* ------------------------------- TYPOGRAPHY ------------------------------- */

h1, h2, h3, h4
{
	color: #d67400;
	padding-top: 10px;
	padding-bottom: 8px;
	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: 12px;
	line-height: 1.4;
	padding-bottom: 20px;
	color: #1b1b1a;
	padding-left: 0;
}

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: right;
	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;
}

/* -------------------------------- 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
{
	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;
}






.Khgbdbjj {text-align: right;}

.Khgbdbjj li{display:inline;}
/********************************************************************/

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;
}

form br {clear: left;font-size: 0;}

form textarea
{
	/*display: inline;*/
	float: left;
	width: 192px;
	margin-bottom: 8px;
	height: 90px;
	border: 1px solid #b0b0b0;
	font-size: 12px;
	color: #1b1b1a;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
form button
{
	width: 100px;
	height: 21px;
	padding: 0;
	text-align: center;
	margin-left: 154px;
	border: 1px solid #222;
	background-color: #778;
	color: #fff;
}