/* 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 {
overflow: -moz-scrollbars-vertical;
}

html, body
{
	font-family: "Courier New", Courier, monospace;







	background:
	color: #fff;
	text-align: center;
	font-size: medium;
	color: #000;
}

.clear
{
	clear: both;
	height: 0;
	font-size: 0;
}

onfocus {
	outline: 0px;
}

/* -------------------------------- LAYOUT -------------------------------- */

div#site-wrapper
{
	width: 838px;
	margin: 0 auto;
}

div#main-logo
{
	float: right;
	width: 450px;
	height: 100px;
	margin: 0;


}

div#navigation
{
	height: 23px;
	padding: 0px 0px 0px 0px;
	padding-bottom: 0px;
	margin: 0;
	clear: both;
}

div#banner
{
	width: 838px;
	height: 174px;
	text-align: center;
}

div#content-wrapper
{
	background: ************************ repeat-y;
	width: 838px;
	text-align: left;
	font-size: 14px;
}

div#footer
{
	width: 838px;
	height: 24px;
	margin-top:10px;
	text-align:right;
	font-size:11px;
	color:#000000;
}

/* ------------------------------- TYPOGRAPHY ------------------------------- */

h1, h2, h3, h4
{
	padding-top: 10px;
	padding-bottom: 8px;
	font-weight: normal;
}

h1
{
	padding-top: 30px;
	font-size: 26px;
	color: #1B5B98;
}

h2
{
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

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: B0DBFE;
	padding-left: 0;
}

a:link
{
	color: #F00;
	text-decoration: underline;
	font-size: 18px;
}

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

a:active, a:hover
{
	color: #060;
	font-size: 18px;

}

li
{
	padding: 8px 0 10px 36px;
	background: ************************ center left no-repeat;
	list-style: none;
}

li a
{
	text-decoration: none;
}

ul
{
	padding: 20px 0 30px 40px;
	font-size: 12px;
	color: #2c2d2d;
}

ul ul
{
	padding-bottom: 0px;
}

ol
{
	padding-left: 40px;
	font-size: 12px;
	padding-bottom: 30px;
}

/* ------------------------------- NAVIGATION ------------------------------- */

#navigation ul
{
	display: inline;
	float: left;
	padding:  0px 0px 0px 0px;
	margin: 0px;
}

#navigation ul li
{
	display: inline;
	float: left;
	background: none;
	padding: 0px;
	margin: 0px;

}

div#navigation ul li a:link,
div#navigation ul li a:visited
{
	display: inline;
	float: left;
}

div#navigation ul li a:active,
div#navigation ul li a:hover
{
	color: none;
	background-color: #1B5B98;
}


/* -------------------------------- CONTENT PAGES -------------------------------- */

div#content-wrapper div#content-left
{
	float: left;
	width: 510px;
	margin-right: 0px;
}

div#content-left .p {
	text-align: center;
	width: 838px;
}



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: ************************ no-repeat;
	margin-top: 23px;
}

div#right-panel-header h3
{
	color: #fff;
	padding: 0 0 0 36px;
}

div#right-panel
{
	width: 287px;



	background: #f6f6f6 ************************ top no-repeat;
	min-height: 238px;
	height: auto !important;
	height: 238px;
	margin-top: 6px;
	padding-top: 12px;
	text-align: left;
	color: #F00;
	font-weight: bold;
}

div#right-panel-bot
{
	width: 287px;
	height: 7px;
	background: ************************ no-repeat;
	font-size: 0;
}

div#right-panel div.product-wrapper
{
	color: #1a1a1a;
}

div#right-panel div.product-wrapper p
{
	font-size: 18px;
	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: 54px;
	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: 90px;
	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;
}
div#content-wrapper photos {
	width: 900px;
	float: none;
}
div#content-left .q {
	text-align: center;
	width: auto;
}
