body {
	margin: 0;
	padding: 0;
	background: url(../images/background.jpg) repeat-x;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 20px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a {
	color: #4386A0;
}
p {
	margin: 0 0 10px 0;	
}
#wrapperheader {
	width: 1000px;
	margin: 0 auto;
}
.logo {
	margin: 25px 0 0 0;
	border: 0;
}

/* Navigation */
#navigation {
	background: url(../images/nav_bg.png) no-repeat;
	width: 1000px;
	height: 50px;
	margin: 25px 0 0 0;
}
ul.nav {
	padding: 0px;
	list-style-type:none;
	width: 1000px;
	margin: 0;
}
ul.nav li a {
	color: #fff;
	line-height: 50px;
	height: 50px;
	text-decoration: none;
	font-size: 115%;
	font-weight: bold;
	margin: 0 20px;
	border-bottom: none;
	text-shadow: 0 1px 0 #000;
}
ul.nav li {
	float: left;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	background: url(../images/nav_link_bg.png) right no-repeat;
}
ul.nav li:hover {
	background: url(../images/nav_hover.png) right repeat-x;
}
ul.nav li.current {
	background: url(../images/nav_hover.png) right repeat-x;
}
#wrappercontent {
	width: 1000px;
	padding: 0 8px 30px 8px;
	margin: 0 auto;
	background: url(../images/content_bg.png) no-repeat;
}
#widecontent {
	width: 970px;
	margin: 0 15px;
}
#leftcontent {
	width: 650px;
	margin:0;
	padding: 0 15px;
}
#rightcontent {
	width: 280px;
	margin: 0 15px 0 0;
	padding: 0;
	float: right;
}
#footer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 120px;
	font-size: 85%;
	color: #CCC;
	background: url(../images/footer_bg.jpg) top repeat-x #2D89AD;
}
#footer_wrapper {
	margin: 0 auto;
	color: #FFF;
	padding: 0 0 0 0;
	width: 990px;
	height: 100px;
	text-align: center;
	line-height: 40px;
	background:url(../images/footer_wrapper_bg.jpg) top center no-repeat;
}
#headcontent {
	float: right;
	margin: 10px 0 0 0;
	width: 380px;
	text-align: right;
}
#headcontent a {
	background: #fff;
	margin: 0 5px 0 0;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	padding: 4px 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#headcontent a.contact {
	background: #C00;
	color: #FFF;
}
#headcontent a:hover {
	background: #eee;
}
#headcontent a.contact:hover {
	background: #900;
}
/* 2010 Release */

.product_box {
	float: left;
	background: #B7B7B7 url(../images/prod_background.jpg) no-repeat top;
	width: 210px;
	height: auto;
	padding: 0;
	margin: 0 5px 20px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}
.product_box h3 {
	color: #fff;
	text-shadow: 0 1px 0 #000;
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 30px;
	font-size: 130%;
	text-align: center;
}
.product_box ul {
	padding: 0 0 0 30px;
	list-style: none;
}
.product_box li {
	list-style: url(../images/li.png);
	padding: 4px 0;
}
.order a {
	border-top: 1px solid #FFF;
	display:block;
	width: 150px;
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 1px 0 #333;
	text-decoration: none;
	font-size: 120%;
	height: 33px;
	line-height: 33px;
	padding: 0 0 0 60px;
	background: url(../images/ordernow.jpg) 0 0 no-repeat;
}
.order a:hover {
	background-position: 0 -33px;
}
.enquire a {
	border-top: 1px solid #FFF;
	display:block;
	width: 150px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 0 #546D12;
	text-decoration: none;
	font-size: 120%;
	height: 33px;
	line-height: 33px;
	padding: 0 0 0 60px;
	background: url(../images/enquirenow.jpg) 0 0 no-repeat;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.enquire a:hover {
	background-position: 0 -33px;
}
.price {
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}
em.red {
	color: #900;
	font-style: normal;
	font-size: 120%;
}
.launcher {
	margin: 20px 0 0 0;	
}
#popup 
{
	height:100px; 
	width:280px; 
	background: url(../images/ipad_slider.jpg) no-repeat right;
	position:absolute;
	bottom:100px;
	left:-284px;
}
.close {
	color: #666;
	font-size: 80%;
	margin: 260px 0 0 0;
	float: right;
}