@charset "utf-8";
/* CSS Document */
body {
	font-family: Calibri, sans-serif;
	font-size: 14px;
	color: #3E3E3E;
	font-weight:400;
}
input[type="text"], textarea {
	resize: none;
}
a {
	color: #333333;
	text-decoration: none;
	font-family: Calibri, sans-serif;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #333333;
	outline: none;
}
img {
	border: none;
	outline: none;
}
* {
	margin: 0px;
	padding: 0px;
}
.clr {
	clear: both;
}
#wrapper {
	width: 980px;
	margin: auto;
	padding:0 10px;
	background:#FFF;
	box-shadow:0px 0px 5px 0px #CCC;
}

#header {
	width: 980px;
	height:100px;
	background:url(../images/header_bg.jpg) top right no-repeat;
	}
#logo {
	width:350px;
	height:55px;
	float:left;
	margin-top:25px;
	}
#right_header {
	float:right;
	text-align:right;
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	margin-top:20px;
	}
#right_header a{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	}
#right_header a:hover{
	text-decoration:underline;
	}
#navigation {
	width: 980px;
	height:42px;
	background:url(../images/nav_bg.jpg) top left repeat-x;
	}
#navigation ul li{
	list-style:none;
	float:left;
	}
#navigation ul li a{
	padding:11px 30px 14px 30px;
	background:url(../images/rightsep.png) top left no-repeat, url(../images/leftsep.png) top right no-repeat;
	display:block;
	font-size:14px;
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:0 1px 1px #e7e7e7;
	}
#navigation ul li a.home{
	background:url(../images/leftsep.png) top right no-repeat;
	}
#navigation ul li a.home:hover{
	background:url(../images/leftsep.png) top right no-repeat, url(../images/nav_hoverbg.jpg) top right repeat-x;
	}
#navigation ul li a:hover{
	background:url(../images/rightsep.png) top left no-repeat, url(../images/leftsep.png) top right no-repeat, url(../images/nav_hoverbg.jpg) top right repeat-x;
	}
#banner {
	width:990px;
	height:292px;
	margin:10px 0 0 0;
	}
#banner img{
	
	}
#main_container {
	width:980px;
	margin-top:20px;
	}
#main_container h2{
	background:url(../images/dotted_pattern.jpg) top left repeat-x;
	height:28px;
	padding:5px 0 0 10px;
	border:solid 1px #CCCCCC;	
	color:#a54686;
	font-size:18px;
	margin-bottom:10px;
	text-transform:uppercase;
	box-shadow:0 0 3px 3px #FFF inset;
	}
#main_container h2 span{
	display:block;
	background:url(../images/corpak_icon.png) center center no-repeat;
	width:25px;
	height:23px;
	margin-right:10px;
	float:left;
	}
#main_container p{
	line-height:20px;
	text-align:justify;
	font-size:14px;
	}
#main_container li{
	font-size:14px;
	}
#main_container p a{
	color:#4a7933;
	}
#main_container p a:hover{
	text-decoration:underline;
	}
#main_container h4 {
	margin:10px 0 7px 0;
	font-size:16px;
	color:#666666;
	}
#left_container {
	float:left;
	width:634px;
	margin-right:30px;
	}
#right_container {
	float:left;
	width:314px;
	border:solid 1px #c8c6c6;
	background:url(../images/enquiry_titlebg.jpg) top left repeat-x;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
#enquiry_form {
	padding:0px 15px 10px 15px;
	}
#enquiry_form h3{
	font-size:18px;
	font-weight:normal;
	color:#a54686;
	padding:5px 0px;
	margin-bottom:7px;
	}
#enquiry_form td {
	padding:7px 0;
	}
#enquiry_form td input[type="text"], #enquiry_form td input[type="email"], textarea{
	padding:0 10px;
	border:solid 1px #cbcaca;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	height:32px;
	box-shadow:0px 0px 2px 0px #E0E0E0 inset;
	width:264px;
	color:#626263;
	font-size:14px;
	font-family:Calibri, sans-serif;
	}
a.button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #6f2d75;
	background-image: -webkit-linear-gradient(bottom, #8c3a71, #a54686);
	background-image: -moz-linear-gradient(bottom, #8c3a71, #a54686);
	background-image: -o-linear-gradient(bottom, #8c3a71, #a54686);
	background-image: linear-gradient(to top, #8c3a71, #a54686);
	padding:7px 25px;
	font-size:16px;
	color:#FFF;
	}
a:hover.button {
	background-color: #6f2d75;
	background-image: -webkit-linear-gradient(top, #8c3a71, #a54686);
	background-image: -moz-linear-gradient(top, #8c3a71, #a54686);
	background-image: -o-linear-gradient(top, #8c3a71, #a54686);
	background-image: linear-gradient(to bottom, #8c3a71, #a54686);
	}
#footer {
	border-top: solid 2px #a54686;
	padding:7px 0;
	text-align:center;
	margin-top:25px;
	font-size:12px;
	color:#515050;
	line-height:25px;
	}
#footer a{
	color:#515050;
	font-size:14px;
	font-weight:bold;
	margin:0 10px;
	}
#footer a:hover{
text-decoration:underline;
color:#a54686;
	}
#main_container ul li, #main_container ol li {
	padding-bottom:5px;
	}
#product_table td {
	padding:5px 0px;
	}
#product_table td img{
	padding:5px;
	border:solid 1px #E1E1E1;	
	}
#product_table td strong {
	font-size:14px;
	color:#4f8030;
    }