/**********************************

Use: Core CSS styling
Author: Katalogue



***********************************/
/* Links
-----------------------------------*/

a:link {
	color: #333333;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #999999;
}
a:active {
	color: #666666;
}


/* Layout
-----------------------------------*/
#contentWrapper {
	position: relative;
	top: 510px;
	margin:0 auto;
	padding:0;
	text-align:center;
	width: 100%;	
	xoverflow: hidden;
	clear: both;
	background-color: #666666;
}

#clientBlock {
	float: right;
	height: 625px;
	padding: 0; 
	margin: 0;
	background-color:#666666;
}

.listWrapper {
	overflow: hidden;
	background: #FFF url(../images/contentGradient.gif) no-repeat 0 0;
	width: 100%;
	height: 270px;
}

.listLeft {
	float: left;
	text-align: left;
	width: 65%;
	
}

.listRight {
	float: left;
	text-align: left;
	width: 35%;
}

.listLeft h3, .listRight h3 {
	font: normal 1.2em "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #ea1f59;
	padding: 3px 20px;
}

.listLeft ul, .listRight ul {
	list-style: none;
	padding: 10px 0;
	height:	300px;
}

.listLeft li, .listRight li {
	padding: 1px 20px;
	font: normal 1.2em "Times New Roman", Times, serif;
}

p.listLeft {
	width: 95%;
	padding: 1px 20px;
	font: normal 1.2em "Times New Roman", Times, serif;
}

p.detail {
	padding: 9px 20px;
	font-size: 12px;
}

p.spec {
	padding: 1px 20px;
	font-size: 12px;
}

.listLeft ul {
	border-right: 1px solid #cccbcb;
}

.listRight h4 {
	font: normal 1.2em "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333333;
	padding: 7px 20px;
}

.listLeft h5 {
	font: normal 1.2em "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 10px 20px;
	
}
