html { padding: 0; margin: 0; }

body {
	background-color: #f3f3f3;
	padding: 8px;
	margin: 0;
}

a img { border: none; }

/**
 * Overall layout
 */


#layoutframe {
	border: 8px solid #fff;
	background: #fff;
/*	background-image: url(content-bg.png);
	background-repeat: repeat-y;
	background-position: right;*/
	min-width: 800px;
}

#layout {
	clear: both;
	background-image: url(body-bg.gif);
	background-repeat: repeat-y;
}

/**
 * Content area
 */

#content {
	float: left;
	padding: 8px;
	width: 72%;
}


/**
 * General typography
 */

p, li, ul, ol, dl, dt, dd, th, td, legend, div {
	font-family: 'Lucida Grande', sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	background-color: transparent;   
}

/**
 * Headings
 */
 
h2, h3, h4 {
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-weight: bold;
	color: #333;
	background-color: transparent;
}

h2 { font-size: 14px; }
h3 { font-size: 12px; }

h1 {
	background: #fff;
	font: 28px/45px Georgia, serif;
	color: #5195CE;
	padding-left: 10px;
	margin: 0;
	border-bottom: 2px solid #000;
}

h1#pagetitle {
	background: #fff url(h1-bg.png) no-repeat;
	text-transform: uppercase;
	font: bold 24px/45px Arial, sans-serif;
	color: #000;
	padding-left: 10px;
	margin: 0;
}

h1#sectionname { display: none; }

/**
 * Header
 */

#header {
	height: 100px;
	background: #f5610b;
	position: relative;
}

#header img { float: left; }

#callemail { position: absolute; top: 20px; right: 260px; }

#callmeback {
	color: #000;
	font-weight: bold;
}

/**
 * Footer
 */

#footer {
	clear: both;

	text-align: center;
	background: #000;
	color: #EFA500;
	margin: 0;

	font-weight: bold;
	font-size: 14px;
	text-align: right;
	padding: 20px;
	border-top: 4px solid #fff;
}

/**
 * Main navigation
 */

ul#nav, #nav li {
    margin: 0;
    padding: 0;
}

ul#nav {
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	background: #373960;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	clear: both;
}

#nav li {
	float: left;
	list-style: none;
}

#nav li a {
	display: block;
	margin-right: 0px;
	border-right: 1px solid #fff;
	padding: 0 10px;
	background: #373960;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
}

#nav li a:hover {
	background: #000;
}

/**
 * Left hand menu area
 */

#menuarea {
	float: left;
	width: 180px;
	padding: 10px;
	background: #000;
}

#menuarea h2 {
	background: #5BC236;
	margin: 0;
	padding: 3px 10px;
	color: #fff;
	border-bottom: 1px solid #E6E6E6;
}

p#discounts {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 180px;
	margin-left: auto; margin-right: auto;
	font-size: 10px;
	color: #fff;
}

/**
 * Top-level sections
 */

.module_top_level_sections_menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.module_top_level_sections_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.module_top_level_sections_menu ul li {
	padding: 0 0 0 20px;
	font-size: 11px;
}

.module_top_level_sections_menu a {
	color: #fff;
	text-decoration: none;
}

/**
 * Forms
 */

input[type="submit"] {
    border: 1px solid #000;
    background: #005DB3;
    color: #fff;
    font-family: 'Lucida Grande', Arial, sans-serif;
    font-size: 11px;
    padding: 1px 3px;
    cursor: pointer;
}
input[type="submit"]:hover {
    background: #02243C;
    color: #fff;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #666;
    padding: 2px;
}
select {
    padding: 2px;
}

form { margin: 0; }

/**
 * Section layout
 */

.section {
	text-align: center;
	padding-top: 40px;
	width: 150px;
	height: 160px;
	background: #fff;
	padding: 8px;
	margin: 0 4px 4px 0;
	float: left;
	overflow: hidden;
	border: 2px solid #ccc;
}


.section p { font-size: 10px; margin: 0; }
.section p.thumb { height: 150px; background: #fff; width: 150px; overflow: hidden; }
.section a img { border: none; }
.section a { color: #00f; font-weight: bold; text-decoration: underline; }
.sectiondescription { display: none; }

/**
 * Product layout
 */

.product {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	border: 2px solid #ccc;
	margin-bottom: 8px;
}

.product h3 {
	font-weight: normal;
	font-size: 16px;
	margin-top: 0;
}

.image_product {
	float: left;
	width: 200px;
}

.productdetail {
	float: left;
	margin-left: 8px;
	width: 392px;
}

/**
 * Dagon Design call me back form
 */
div.ddfmwrap { background: #80c1ff; border: 1px solid white;
	padding: 4px; text-align: right; position: absolute;
	top: 8px; right: 8px; width: 210px; }
.ddfmwrap p { margin: 4px 0; }
.ddfmwrap label { margin-right: 4px; }
.ddfmwrap .credits { display: none; }

p.clear, p.clearleft {
    font-size: 2px;
    line-height: 2px;
    margin: 0;
    padding: 0;
    clear: both;
}

.ComponentDisplayLabel { display: none; }