﻿body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin: 0px;
	background-color:black;
}

.container
{
	width:100%;
	float:left;
}

.column
{
	float:left;
	position:relative;
}

.clear
{
	clear:both
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6, stong 
{
	color:black;
}

h1
{
	font-size: 1.5em;
}

h2 
{
	font-size: 1.2em;
	padding:0px;
	margin:0px;
}

h3 
{
	font-size: 1.3em;
}

h4 
{
	font-size: 1.2em;
}

h5 
{
	font-size: 1.1em;
}

h6 
{
	font-size: 1.0em;
}

.wideTextBox 
{
	width: 530px;
}
.mediumTextBox 
{
	width: 350px;
}
.narrowTextBox 
{
	width: 150px;
}
.list
{
	width: 530px;	
}
.modified 
{
	font-size: 0.8em;
	color:black;	
}

.headerMenu .actions 
{
	float: right;
	position: relative;
	padding: 0px 0px;
	color: white;
	font-weight: bold;
	z-index:100;
}

.headerMenu .actions a
{
	color:black;
	font-size:0.9em;
}

.headerMenu .actions ul {
	right: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;

}

.headerMenu .actions:hover ul {
	display: block;
}

.headerMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: right;
	padding: 3px 0px;
}


.topMenu .actions 
{
	float: right;
	position: relative;
	padding: 0px 0px;
	color: white;
	font-weight: bold;
	z-index:100;
}

.topMenu .actions a
{
	color:black;
	font-size:0.9em;
}

.topMenu .actions ul {
	right: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;

}

.topMenu .actions:hover ul {
	display: block;
}

.topMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: right;
	padding: 3px 0px;
}

.leftMenu .actions 
{
	position: relative;
	padding: 0px;
	color: white;
	font-weight: bold;
	font-size:1.1em;
	margin-top:10px;
}

.leftMenu .actions a
{
	color:black;
	font-size:0.9em;
}

.leftMenu .actions ul {
	left: 50%;
	top: 0;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;

}

.leftMenu .actions:hover ul {
	display: block;
}

.leftMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: left;
	padding: 3px 5px;
}

#container
{
	width:766px;
	margin:0px auto;
	border-left:2px white solid;
	border-right:2px white solid;
}

#header
{
	background-image:url('../images/header-background.jpg');
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:40px 20px 0px 20px;
	
	width:726px;
	z-index:100;
}

#header img
{
	float:left;
	position:relative;
}

.headerMenu
{
	float:left;
	position:relative;
	width:320px;
	text-align:right;
	margin:30px 0px 0px 0px;
	padding-bottom:5px;
	color:white;
}

.headerMenu a
{
	color:white;
	font-size:1.1em;
	font-weight:bold;
	padding:0px 5px;
}


.topMenu
{
	margin:375px 0px 0px 0px;
	padding-bottom:5px;
	color:white;
}

.topMenu a
{
	color:white;
	font-size:1.1em;
	font-weight:bold;
	padding:0px 5px;
}

#content
{
	background-image:url('../images/content-background.gif');
	background-repeat:repeat-y;
	border-top:2px white solid;
	z-index:50;
}

#contentLeft
{
	background-color:#C3BDB1;
	width:185px;
	z-index: 100;
}

.leftMenu
{
	
}

.leftMenu ul
{
	padding:15px 5px 15px 15px;
	margin:0px;
	list-style:none;
}

.leftMenu ul a
{
	color:black;
	font-size:1.2em;
	font-weight:bold;
}

.leftMenu ul li
{
	padding:10px 0px;
}

.leftMenu ul li ul
{
	padding:0px 10px;
	margin:0px;
}

.leftMenu ul li ul li
{
	padding:2px 0px;
	margin:0px;
	font-size:0.8em;
}

.leftMenu ul li ul li a
{
	color:#353535;
	/*color:#F01A58;*/
}

#contentRight
{
	padding:20px;
	width:541px;
}

#introductionSection
{
	background-image:url('../images/section-footer.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:15px;
}

.serviceSection
{
	background-image:url('../images/section-footer.jpg');
	background-position:center top;
	background-repeat:repeat;
	padding-bottom:15px;
	width:100%;
	float:left;

}

.sectionItem
{
	width:164px;
	padding:8px;
	float:left;
	position:relative;
	height:320px;
}

.sectionItem .title
{
	padding:7px 0px;
	height:14px;
}

.sectionItem .title a
{
	color:black;
}

.sectionItem .image
{
	height:161px;
}

.sectionItem .introduction
{
	background-color:#EBEBEB;
	padding:5px;
	margin:10px 0px 0px 0px;
	height:100px;
	overflow:hidden;
}

.sectionItem .introduction p
{
	margin:5px 0px 0px 0px;
}

.sectionItem .introduction a
{
	color:#D42020;
	font-weight:bold;
}

#productSection
{
	background-image:url('../images/section-footer.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:15px;
}

#sectionPrice
{
	color:#D42020;
	font-weight:bold;
	padding:2px 5px;
}

#price
{
	width:59px;
}

#addBasket
{
	width:95px;
	text-align:right;
}

#logos
{
	text-align:right;
}

#logos img
{
	padding:0px 5px;
}

#footer
{
	width:760px;
	margin:0px auto;
	padding:5px;
	color:white;
}

#footer a
{
	color:white;
}

#footerLeft
{
	width:300px;	
}

#footerRight
{
	width:460px;
	text-align:right;
}

.productDetail
{
	border-top:10px #C3BDB1 solid;
	border-bottom:10px #C3BDB1 solid;
	float:left;
	width:541px;
	color:white;
	background-color:black;
}

.productDetail .top
{
	float:left;
	width:541px;
	position:relative;
	border-top:2px white solid;
	border-bottom:2px white solid;
	padding:5px;
}

.productDetail .top .title
{
	float:left;
	position:relative;
	width:317px;
}

.productDetail .top .title h1
{
	margin:0px;
	color:white;
	font-size:1.1em;
}

.productDetail .top .price
{	
	float:left;
	position:relative;
	text-align:right;
	width:214px;
	color:white;
	font-size:1.1em;
	font-weight:bold;
}

.productDetail .top .price p
{	
	padding:0px;
	margin:0px;
}

.productDetail .top .price label
{	
	color:white;
}

.productDetail .middle
{
	float:left;
	position:relative;
	border-bottom:2px white solid;
	width:541px;
}

.productDetail .middle .image
{
	float:left;
	position:relative;
	border-right:2px white solid;
	width:317px;
	height:317px;
	overflow:hidden;
}

.productDetail .middle .body
{
	float:left;
	position:relative;
	width:222px;
}

.productDetail .middle .body .features
{
	float:left;
	position:relative;
	width:212px;
	height:277px;
	padding:5px;
}

.productDetail .middle .body .features ul
{
	list-style:circle;
	padding:10px 5px 0px 15px;
	margin:0px;
}

.productDetail .middle .body .features ul li
{

}


.productDetail .middle .body .code
{
	float:left;
	position:relative;
	border-top:2px white solid;
	height:20px;
	padding:5px;
	width:212px;
	text-align:right;
	font-size:1.1em;
	font-weight:bold;
}




