html,body {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	}
body {
	font-family: arial;
	font-size: 12px;
	background: #CDCCCC url('media/bg_body.gif') repeat-x;
	}
.c {
	clear: both;
	}
	
img {
	border: 0;
	}

a {
	color:#063048;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

.holder {
	width: 950px;
	margin: 0 auto;
	}

#footer {
	background: #fff url('media/icopal_small.gif') no-repeat 5px center;
	border: 1px solid #898989;
	height: 41px;
	text-align: center;
	color:#990000;
	padding: 10px 0 3px 0;
	margin-top: 10px;
	}
	
.product {
	border: 1px solid #063048;
	background: #fff url('media/bg_box.jpg') no-repeat left bottom;
	width: 308px;
	height: 213px;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	}
	
.product .productTitle {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-top:5px;
	}
	
.product .productTitle a {
	color:#000;
	text-decoration: none;
	}
	
.product .handy {
	position: absolute;
	bottom: 5px;
	right: 10px;
	display: block;
	width: 130px;
	height: 41px;
	padding-top: 15px;
	background: url('media/hand.png') no-repeat right center;
	color:#000;
	text-decoration: none;
	}

.product .productDescription {
	color:#aaa;
	font-size:11px;
	padding-right: 5px;
	}

.margins1 {
	margin-right: 10px;
	}
.margins0 {
	margin-left: 10px;
	}
	
#productHolder {
	overflow: hidden;
	margin-top:10px;
	}
	
.centerInfo {
	border: 1px solid #063048;
	background: #fff url('media/bg_center.gif') repeat-x left bottom;
	width: 308px;
	height: 213px;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	}
	
	
.centerInfo h2 {
	margin: 7px 0 0 0;
	color:#006600;
	font-size:24px;
	}
	
.centerInfo h3 {
	margin: 4px 0 0 0;
	color:#006600;
	font-size:16px;
	}
	
.centerInfo #centerImage {
	padding: 10px 0;
	}
.centerInfo p {
	margin: 0;
	font-size: 16px;
	}

.leftSide {
	width: 265px;
	float: left;
	overflow: hidden;
	}
	
.rightSide {
	width: 685px;
	float: left;
	overflow: hidden;
	}

#mainProductInfo {
	height:110px;
	background:#427B1D;
	padding: 20px 20px;
	}
		
#mainProductInfo .productTitle {
	margin: 0;
	color:#fff;
	font-size:25px;
	font-weight: normal;
	}
	
#mainProductInfo .productDescription {
	font-size: 16px;
	color:#fff;
	}
	
#blueInfo {
	color:#fff;
	background:#059DDE;
	height: 27px;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0 0 20px;
	}
	
#menu {	
	background: #F0F0F0 url('media/gradient.jpg') repeat-x top left;
	padding: 20px 5px 20px 25px;
	}
	
#menu a {
	display: block;
	background: url('media/arrow.gif') no-repeat center left;
	padding: 4px 0 5px 25px;
	}
	
#mainContent {
	padding: 20px 20px;
	}
	
.childHolder {
	border: 1px solid #427B1D;
	padding: 15px;
	margin-bottom:10px;
	}
	
.childTitle {
	background:#427B1D;
	margin: 0;
	color:#fff;
	font-size:23px;
	padding: 5px 10px;
	float:left;
	}
	
a#backLink {
	margin-top:10px;
	text-align: center;
	padding: 3px 0;
	display: block;
	color:#fff;
	background: #990000 url('media/back.gif') no-repeat center left;
	}
a#backLink:hover {
	background: #FF0000 url('media/back.gif') no-repeat center left;
	text-decoration: none;
	}
	
.fileBox {
	padding-left: 20px;
	}
.fileBox a {
	display: block;
	padding: 3px 22px;
	}
	
.fileBox a.iconjpg { background: url('media/icon_jpg.gif') no-repeat center left; }
.fileBox a.icondoc { background: url('media/icon_doc.gif') no-repeat center left; }
.fileBox a.iconpdf { background: url('media/icon_pdf.gif') no-repeat center left; }
.fileBox a.iconxls { background: url('media/icon_xls.gif') no-repeat center left; }
.fileBox a.iconppt { background: url('media/icon_ppt.gif') no-repeat center left; }
