/* CSS Document */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body {
	padding:0;
	margin:0;
}
body{	
	text-align:center;
	min-width:1000px;/* for mozilla*/
	background-color: #FFF;
	color: #000000;
}
#outer{
	height:99.9%;
	min-height:100%;
	width:1000px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(images/2colcentredbg.jpg) repeat-y center center;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:1000px;
	height:155px;
	overflow:hidden;
	color: #000000;
	z-index:50;
	margin-top: 3px;
	background-color: #FFFFFF;
}
#left {
	position:relative;/*ie needs this to show float */
	width:193px;
	float:left;
	padding-top:210px;
	font-family: tahoma;
	font-size: 11px;
}
hr {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFA22F;
	height: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
}
ol {
	padding-top: 2px;
	padding-bottom: 2px;
}
#left p {padding-left:3px;padding-right:2px}


#footer {
	width:1000px;
	clear:both;
	height:39px;
	color: #FFFFFF;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	margin-bottom: 0px;
	background-image: url(images/footer.gif);
	padding-top: 0px;
	background-position: left top;
}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:800px;
	float:right;
	padding-top:210px;/*make room for header*/
	font-family: tahoma;
	font-size: 11px;
	line-height: 16px;
}
#contentleft
	{
	width:560px;
	float:left;
	padding:10px;
	}
#contentright 
	{
	width:193px;
	float:right;
	}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

* {margin:0;padding:0}
#outer1{
	width:193px;
	position:relative;
	background-color: #f8ecc6;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#outer1 ul{
	list-style:none;
	background-image: url(images/bg_contentcentre.gif);
	background-repeat: repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#outer1 li{
	position:relative;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#outer1 li a{
	text-decoration:none;
}
#tl,#bl{
	width:193px;
	height:22px;
	position:absolute;
	background-image: url(images/bg_contentbox.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#outer1 #button {
	margin-left: -3px;
}
#tl{left:0;top:0;}
#bl{
	left:0;
	bottom:0;
	background-image: url(images/bg_contentbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	color:#fff;
	background-color: #FFFFFF;
}
#outer2 {
	width:1000px;
	background: url(2borders.gif) repeat-y center top;
	border:1px solid #999;
	position:relative;
}
#outer2 img#top {
	position:absolute;
	left:50%;
	top:-1px;
	margin-left:-25px;
}
#outer2 img#bottom {
	position:absolute;
	left:50%;
	bottom:-1px;
	margin-left:-25px;
}
* html #outer2 img#bottom {bottom:-2px}


#right1 {
	width:49.9%;
	float:right;
	position: absolute;
}
#right p {margin-left:26px}
#left1 {
	width:50%;
	float:left;
	position:relative;
}
#left1 p {margin-right:26px}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}

#test {
	margin-top:20px;
	width:30%;
	min-height:200px;
	display:table;
	border-spacing:25px;
}
* html #test {height:200px}
#l{
width:40%;
border:1px solid red;
display:table-cell;
}
* html #l {float:left;height:100%;}
#r {
width:40%;
border:1px solid red;
display:table-cell;
}
* html #r {float:right;height:100%;}

#navbar {
	width:985px;
	float:left;
	height: 28px;
	position: absolute;
	top: 160px;
	background-image: url(images/footer.gif);
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 11px;
	padding-left: 15px;
}
#navbar a {
	color: #FFFFFF;
	text-decoration: none;
}

#main {
	margin: 20px 0px;
}
div.left {
	float: left;
	margin-right: 20px;
	width: 100px;
	margin-bottom: 30px;
}
div.left p {
	text-align: center;
}
img {
	border: 0px none;
}
div.center {
	width: 600px;
}
.clear {
  clear : both;
}
#outer #centrecontent #contentleft #main .left img {
	height: 150px;
	width: 100px;
	border: 1px solid #FFFFFF;
}
#prod {
	border: 1px solid #75A900;
	padding: 8px;
	margin-bottom: 5px;
}
h1 {
	font-size: 11px;
}
#outer #centrecontent #contentleft #product {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
#outer #centrecontent #contentleft #usefulinfo ul {
	margin: 0px;
	list-style-type: none;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}
#outer #centrecontent #contentleft #usefulinfo ul li a {
	display: block;
	padding: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8CB800;
	border-right-color: #8CB800;
	border-bottom-color: #8CB800;
	border-left-color: #8CB800;
	font-weight: bold;
	text-decoration: none;
	color: #FC950A;
}
h3 {
	font-size: 12px;
	color: #009933;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FC950A;
}


#outer #centrecontent #contentleft #usefulinfo ul li a:hover {
	display: block;
	padding: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8CB800;
	border-right-color: #8CB800;
	border-bottom-color: #8CB800;
	border-left-color: #FF0000;
	background-color: #CCCCCC;
	color: #70A701;
}

#contentleft li{
margin-left:45px;
}
