/* CSS Document */
body {
/*  'Telly Tubbies' background !
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
*/
	margin:0px;
	padding:0px;
	background:#a8ce77 url(images/blue_green_bg.jpg) top left repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:-moz-scrollbars-vertical;
}
form {
	padding:0px;
	margin:0px;
}
img {
	border:0px;
}
#container_main {
	width:760px;
	margin:15px auto;
	border:20px #ffffff solid;
	background-color:#ffffff;
}
#header {
	width:760px;
	height:42px;
	padding-left:18px;
	padding-bottom:10px;
}
#logo {
	float:left;
	width:252px;
	height:42px;
}
#details {
	float:left;
	padding-left:218px;
	padding-top:5px;
	height:31px;
	width:176px;
}
#details a{
	color:#484848;
	text-decoration:none;
}
#nav {
	margin:0px 0px 10px 0px;
	padding:0px;
	/* must use 'font' to correlate with CubeCart layout.css, else CSS will break causing excess button height */
	font:10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#nav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
#nav ul li {
	float:left;
	margin:0px 1px;
	border-top:1px solid #C0C0C0;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #C0C0C0;
}
#nav ul li a {
	display:block;
	/* Set menu bar item spacing with second padding value */
	padding:6px 11px;
	background-color:#667777;
	color:#ffffff;
	text-decoration:none;
}
#nav ul li a:hover {
	background-color:#ffffff;
	color:#333333;
}
#mainhead {
	width:100%;
	height:128px;
/*	background-color:#9ba81c; olive drab */
	background-color:#ffffff;
}
#content_main {
	width:760px;
	padding-top:10px;
	padding-bottom:25px;
}
#left {
	float:left;
	width:183px;
}
#welcome {
	width:168px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
	padding-top:30px;
	padding-right:15px;
/*	background-color:#9ba81c; olive drab */
	background-color:#a8ce77;
	text-align:right;
	margin-bottom:5px;
}
#products {
	width:161px;
	padding:11px;
	background-color:#e5e5e5;
	margin-bottom:5px;
}
#products p{
	padding:8px 0px 0px 1px;
	margin:0px;
}
#products a {
	color:#363636;
	text-decoration:underline;
}
#moreinfo {
/*	float:right; "the Firefox and IE8 breaker ! ... thanks TG ! ... StratoNET (21/08/2009) */
	text-align:right;
	padding-top:4px;
}
#recommendations {
	width:161px;
	padding:11px;
	background-color:#afd1f6;
	margin-bottom:5px;
}
#recommendations p{
	margin:0px;
	padding:0px;
}
#middle {
	float:left;
	padding-left:12px;
	padding-right:16px;
	width:355px;
}
#title {
	width:355px;
	height:19px;
	padding-top:9px;
	background-image:url(images/line.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#text {
	width:330px;
	text-align:justify;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
}
#more-green {
	float:right;
	text-align:right;
	width:100px;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
}
#right {
	float:left;
	width:194px;
}
#newsletter {
	width:169px;
	height:25px;
	text-align:right;
	padding-right:14px;
	padding-top:17px;
	background-color:#63bad0;
/*	margin-bottom:4px; removed 17/08/2009 StratoNET, News moved to left */
}
#signup {
	width:161px;
	height:48px;
	background-color:#e5e5e5;
	color:#363636;
	padding:11px;
	margin-bottom:5px;
}
#signup p {
	padding-bottom:4px;
	margin-bottom:0px;
}
.input {
	width:117px;
	height:12px;
	background-image:url(images/inputbg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border:0px;
	padding:2px;
	margin:0px;
	font-size:10px;
}
/* ... class NOT in use 08/08/2009 - StratoNET
.submit {
	width:49px;
	height:16px;
	background-image:url(images/submit.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border:0px;
	padding:0px;
	margin:0px 0px 0px 2px;
}
*/
#vat {
	padding:10px;
	background-color:#e4f1ff;
	margin-bottom:5px;
}
#right h3 {
	margin:0px;
	padding:0px;
	font-family:Myriad Web, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:capitalize;
	color:#4c4c4c;
	font-weight:normal;
	padding-bottom:9px;
}
#standards {
	width:184px;
	padding:10px 0px 10px 10px;
	background-color:#afd1f6;
}
#wras {
	float:left;
	margin-bottom:5px;
	width:174px;
}
#footer {
	clear:both;
	font-size:11px;
	border-top:10px solid #e5e5e5;
	padding-top:15px;
	color:#333333;
	text-align:center;
}
#footer p {
	line-height:20px;
}
#footer a {
	color:#333333;
	text-decoration:none;
}
#footer a:hover {
	color:#333333;
	text-decoration:underline overline;
}
#sub {
	float:left;
	width:548px;
	padding-left:12px;
	padding-right:16px;
	padding-bottom:10px;
	color:#312f2f;
}
#title2 {
	width:548px;
	height:19px;
	padding-top:9px;
	background-image:url(images/line2.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#text2 {
	width:540px;
	padding-top:9px;
	padding-left:16px;
	padding-right:17px;
}
#features td {
	padding-bottom:4px;
}
#video {
	height:160px;
	padding:15px;
	border:2px solid #808080;
	margin-bottom:5px;
}
#video_text {
	height:30px;
	padding:4px;
	background-color:#afd1f6;
	border-right:solid #808080 1px;
	border-bottom:solid #808080 1px;
}
#video_text a {
	color:#505050;
	text-decoration:none;
}
#copyright {
	margin-top:10px;
}
#copyright a {
	color:#606060;
}
