/* CSS Document */

body {
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	/*background: url('../images/bg_blue.gif') repeat top left;*/
	background: #363636;
}

#wrap {
	width: 790px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 120px;
	background: url('../images/banner.gif') no-repeat center;
}

#top-menu {
	height: 33px;
	background: url('../images/top_menu_bg.gif') no-repeat center;
}

#top-menu-inner {
	padding: 2px 20px;
}

#content-wrap {
	padding: 5px 10px;
	background: url('../images/content_bg.gif') repeat-y center;
}

#content-wrap table#layout {
	width: 770px;
}

table td#gutter {
	width: 10px;
}

table td#content {
    width: 575px;
	vertical-align: top;
}

#content-top {
	height: 10px;
	background: url('../images/content_top_bg.png') no-repeat bottom;
}

#content-body {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 0px 10px 10px 10px;
	font-size: 10px;
	color: #363636;
	background: #FFFFFF;
	line-height: 1.3;
}

#content-bottom {
	height: 10px;
	background: url('../images/content_bottom_bg.png') no-repeat top;
}

table td#sidebar {
    width: 185px;
	vertical-align: top;
}

#sidebar-top,
#sidebar-top-lower {
	height: 10px;
	background: url('../images/sidebar_top_bg.gif') no-repeat bottom;
}

#sidebar-top-lower {
	margin-top: 5px;
}

* html #sidebar-top-lower {
	margin-top: -10px;
}

#sidebar-body {
	padding-bottom: 5px;
	background: #618CB6;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
}

#sidebar-body .inner {
	padding-left: 5px;
	font-size: 10px;
	color: #FFFFFF;
}

#sidebar-bottom {
	height: 10px;
	background: url('../images/sidebar_bottom_bg.gif') no-repeat top;
}

#footer {
	background: url('../images/footer_bg.gif') no-repeat top center;
}

#footer .inner {
	padding: 10px 5px;;
	color: #7D7D7D;
	font-size: 9px;
	text-align: right;
}

#content-body .path {
	padding-bottom: 5px;
	font-size: 10px;
	color: #A7A7A7;
	text-transform: capitalize;
}

#content-body a,
#content-body a:hover,
#content-body a:link,
#content-body a:visited {
	color: #336699;
	text-decoration: underline;
}

#content-body table#product-list a,
#content-body table#product-list a:link,
#content-body table#product-list a:visited {
	text-decoration: none;
}

#content-body table#product-list a:hover {
	text-decoration: underline;
}

#content-body p {
	margin-top: 12px;
	margin-bottom: 12px;
}

#content-body h3 {
	margin-top: 0px;
	padding-top: 15px;
	font-size: 13px;
	color: #336699;
	text-transform: capitalize;
}

#content-body h4 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #336699;
	text-transform: capitalize;
}

#content-body .subtitle {
	padding-bottom: 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
}

#content-body ul {
	list-style: square;
	margin-top: 0px;
	padding-top: 0px;
}

#content-body ul li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

#content-body table#product-list {
	width: 100%;
	font-size: 10px;
}

#content-body table#product-list img {
	border: 0;
}

#content-body table#product-list td {
	text-align: left;
	padding: 10px 5px;
	vertical-align: top;
}

#content-body table#product-list.pricelist td,
#content-body table#product-list.admin td,
#content-body table#product-list.enquiry td {
	padding: 5px 5px;
}

#content-body table#product-list.admin td {
	background-color: #EEEEEE;
}

#content-body table#product-list tr.buttons td {
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 10px;
}

#content-body table#product-list tr.header td {
	padding: 10px 5px;
	font-weight: bold;
	text-align: left;
	color: #336699;
	background: url('../images/products_header_bg.gif') repeat-x center left;
}

#content-body table#product-list td.header-line {
	background: url('../images/dot.gif') repeat-x center;
}

#content-body table#product-list td.divider {
	background: url('../images/dot.gif') repeat-x center;
}

#content-body table#product-list td.thumbnail {
	text-align: center;
	vertical-align: top;
}

#content-body table#product-list td.label {
	width: 25%;
	font-weight: bold;
	color: #898989;
}

#content-body .spacer {
	height: 15px;
}

#content-body .back-to-top {
	margin-top: 20px;
	text-align: right;
}

#content-body .back-to-top img {
	border: 0;
}

#content-body .err {
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #CC3300;
	background-color: #FFFFCC;
	color: #000000;
}

#content-body .msg {
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #336699;
	background-color: #EEEEEE;
	color: #000000;
}

/* vertical menu styles */
#navcontainer {
	padding:0;
	color: #333;
}

#navcontainer ul {
	list-style: none;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	border-top: 1px solid #4679AB;
	border-bottom: 1px solid #94B3D1;
}

#navcontainer li {
	border-top: 1px solid #94B3D1;
	border-bottom: 1px solid #4679AB;
	margin: 0;
}

#navcontainer li.first {
	border-top: 1px solid #94B3D1;
}

#navcontainer li a {
	display: block;
	padding: 2px 5px 3px 0.5em;
	border-left: 10px solid #618CB6;
	/*border-left: 10px solid #333;*/
	/*border-right: 10px solid #9D9D9D;*/
	/*background-color:#666;*/
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

html>body #navcontainer li a {
	width: auto;
}

#navcontainer li a:hover,a#active_menu:link,a#active_menu:visited {
	border-left: 10px solid #8AACCE;
	border-right: 10px solid #8AACCE;
	background-color: #78A0C8;
	color: #fff;
}

/* form elements */
form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.text {
	border: 1px solid #94B3D1;
	background-color: #D7DFE7;
	font-size: 10px;
}