/* CSS Document */

/* DOCUMENT INFORMATION -----------------------------------

TITLE:			Default screen display styles
LAST UPDATED:	21th June 2008
AUTHOR:			Wade Womersley, Andrew Routledge

NOTES:			The 1st section will reset any variance
			across all browsers making them all
			appear very similar, however it also means
			everything needs its own custom style!
			Retrieved from various sources over the net

-- CONTENTS -----------------------------------------------

	=1:		[STANDARDS / HTML]
	=2:		[LINKS]
	=3:		[COMMON ELEMENTS]
	=4:		[MAIN.TPL COLUMN]
	=5:		[SIDEBAR COLUMN]
	=6:		[FOOTER]
	=7:		[LISTS]
	=8:		[FORMS]
	=9:		[IMAGES]
	=10:	[MISC]	
	
---------------------------------------------------------*/


/*------=1:	[STANDARDS / HTML] -----------------------------*/

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	background: white;
	line-height: 1;
	color: #666666;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
color:#2d3738;
font-size: 20px;
}
	h1.full {
	padding: 10px 10px 0 20px;
	text-align: left;
	}

h2 {
color:black;
font-size:15px
}

h3 {
color:black;
font-size:9pt;
}

.pad10 { padding: 10px; }

/*------=2:	 [LINKS] ---------------------------------------*/
a {
	text-decoration: none;
	color: #feab05;
}
a:active {
	color: #feab05;
}


/*------=3:	 [COMMON ELEMENTS] -----------------------------*/

hr {
	height: 1px;
	background-color: #ccc;
	color: #ccc;
	border: 0px;
	width: 90%;
}

.floatLeft { float: left; }
.floatRight { float: right; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

.clearBoth {
	clear: both;
}





p { line-height: 1.3em; }

.bold {	font-weight: bold; }


/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}


/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/*------=4:	 [MAIN.TPL] ------------------------------*/



/*------=5:	 [index] ------------------------------*/



body {
	background-color: #1e2128;
}

#backgroundContainer {
	background:url(../images/topTile.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #ffffff;
	width:100%;

}	

	

#container {
	margin:0 auto;
	width:1024px;
	background:url(../images/header_background.jpg);
	background-repeat:no-repeat;
	
}		

#header {
	position: relative;
	float:left;
	width:1024px;
}
	#header .languagebox {
		position: absolute;
		top: 8px;
		right: 100px;
	}
	
	#headerTop {
		position: relative;
		float: left;
		height: 150px;
		border: 0px solid #ff0000;
		width: 500px;
		
	}
	
	#headerTop img#logo{
		position: absolute;
		top: 20px;
		left: 70px;
	}
	
	#introTxt {
		position: relative;
		height: 220px;
		width: 500px;
		margin-top: 155px;
		margin-bottom: 40px;
	}
	
	#introTxt img {
		position: absolute;
		top: 60px;
		left: 100px;
	}

#header .altText {
	position:absolute;
	left:-99999px;
}		

#headerImage {
	float:right;
}

	.selectedPage {
		background: url('../images/page_selected.gif') no-repeat;
		background-position: center bottom;
	}

#phone {
	margin-right: 70px;
	float:right;
	font-size:20px;
}	

#products {
	float: left;
	background:url(../images/bg_tile.gif);
	width: 890px;
	margin: 5px 0 0 77px;
}
	.productPodNormal {
		position: relative;
		float: left;
		margin: 0 0 0 15px; /* 21px */
		border-bottom: 3px solid #4c5667;		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
		.productPodNormal img {
			margin: 3px 0 0 3px;
			border: 5px solid #808080;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		
		.productPodNormal .productMicroInfo {
			position: absolute;
			bottom: 0px;
			left: 0px;
			height: 50px;
			width: 100%;
		}
		
		.productPodNormal .productMicroInfo p {
			padding: 7px;
			text-align: left;
		}
		
	.productPodMini {
		position: relative;
		float: left;
		margin: 0 0 10px 15px;
		border-bottom: 3px solid #4c5667;		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
		
	.productPodMiniYellow {
		position: relative;
		float: left;
		margin: 0 0 10px 15px;
		background: url('../images/productBoxYellow.gif') no-repeat;
		width: 101px;
		height: 223px;
	}
	
		.productPodMiniYellow img, .productPodMini img {
			margin: 0 0 0 3px;
		}
		
		.productPodMiniYellow .productMicroInfo, .productPodMini .productMicroInfo {
			position: absolute;
			bottom: 0px;
			height: 50px;
			width: 100%;
		}
		
		.productPodMiniYellow .productMicroInfo p, .productPodMini .productMicroInfo p {
			padding: 7px;
			text-align: left;
			font-size: 11px;
		}
	


#textLeft {
	font-size:8pt;
	text-align:justify; 
	width:350px;
	float:left;
	margin-left:65px;
	margin-top:20px;
	padding: 10px;
}

#textRight {
	font-size:8pt;
	width:400px;
	float:left;
	margin-top:12px;
	margin-left:40px;
	text-align: left;
}	

#footer {
	margin: 0 auto;
	width: 1024px;
	height: 126px;
	background:url(../images/footer_ground.png);
	background-repeat:no-repeat;
	background-position:bottom;
	position: relative;
}



#footerImageTop {
	position: absolute;
	top:-236px;
	left:790px;
	background-image:url(../images/footer_image_top.png);
	background-color:transparent;
	z-index:5;
	width:243px;
	height:366px;
}	


 			


ul#mainNav  {
	position: absolute;
	bottom: -6px;
    margin: 0;
    margin-left: 60px;
}

	ul#mainNav li  {
	       margin-left:10px;
		   font-size:12px;
		   float: left;
		   height: 20px;
		   width: 80px;
		   text-align: center;
	}


ul#headerNav  {
      margin: 0;
      padding-top: 50px;
	  padding-left: 75px;
	 
}

	ul#headerNav li  {
	       margin-left:10px;
		   font-size:12px;
		   float: left;
		   font-weight: bold;
		   
	}

ul#wigit  {
      margin: 0;
}

	ul#wigit li  {
	      list-style-image: url('../images/wigit.gif');
		  list-style-position:inside;
		  font-size:9pt;
		  float: left;
	}

ul#bottomNav  {
	
	  position: absolute;
	  bottom: 70px;
	  left: 30px;
	  
      clear:both;
	  margin-top: 50px;
	  margin-left: 70px;
}

	ul#bottomNav li  {
	       margin-left:10px;
		   font-size:8pt;
		   float: left;
		   
	}   


/*------=6:	 [Content1] ------------------------------*/

#contentArea {
	width: 100%;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

	#footerImageBottom {
		position: absolute;
		bottom: -80px;
		right: 0;
		background-image:url(../images/footer_image_bottom.png);
		background-color:transparent;
		width:424px;
		height:290px;
		z-index: -10;
	}	

#content1 {
	float:left;
	width:1024px;
	height:553px;
	background:url(../images/content1Background.gif);
}

.content {
	background:url(../images/bg_tile.gif);
	width: 890px;
	margin: 5px 0 0 77px;
	text-align: left;
	float: left;
}
	.content p {
		padding: 0 10px 10px 10px;
		line-height: 15pt;
	}
	
	.content h2 {
		padding: 0 0 0 10px;
		margin: 10px 0 10px 0;
		font-weight: bold;
	}
	
	.content ul {
		padding: 0 0 0 10px;
		margin: 10px 0 10px 10px;
		list-style-type: disc;
		list-style-position: inside;
	}
	
	.content li {
		margin: 5px 0 5px 10px;
	}
	
	#lhsColumn {
		float: left;
		width: 420px;
	}
	
	#rhsColumn {
		float: right;
		width: 420px;
	}
	
	.contactFrm {
		margin: 10px;
	}
	
	.contactFrm p {
		margin: 10px 0 10px 0;
	}
	
	.contactFrm label {
		width: 100px;
		float: left;
		margin: 5px 0 0 10px;
	}
	
	.contactFrm input, .contactFrm select, .contactFrm textarea {
		float: left;
		width: 200px;
		margin: 5px;
	}
	
	.contactFrm input.submit {
		margin-left: 115px;
	}

.productBox {
	float:left;
	background:url(../images/productBox.gif);
	background-repeat:no-repeat;
	width:101px;
	height:223px;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-top: 5px;
}


.productBoxV2 {
	float: left;
	padding: 0 5px 0 5px;
}
	.productBoxV2 img {
		background-color: #808080;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 5px;
	}
	
	.productGroup h1 {
		margin: 10px;
		font-weight: normal;
	}

.productBox520 {
	float:left;
	background:url(../images/productBox.gif);
	background-repeat:no-repeat;
	width:101px;
	height:223px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-top: 5px;
}

.productBoxTube {
	float:left;
	background:url(../images/productBoxTube.gif);
	background-repeat:no-repeat;
	width:101px;
	height:223px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-top: 5px;
}

.productBoxTube520 {
	float:left;
	background:url(../images/productBoxTube.gif);
	background-repeat:no-repeat;
	width:101px;
	height:223px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-top: 5px;
}

	

.productBoxTubeLong {
	float:left;
	background:url(../images/productBoxTube_long.gif);
	background-repeat:no-repeat;
	width:101px;
	height:340px;
	padding-left: 6px;
	padding-top: 6px;
}

.productBoxTubeLongFat {
	float:left;
	background:url(../images/productBoxTube_longfat.gif);
	background-repeat:no-repeat;
	width:202px;
	height:340px;
	padding-left: 5px;
	padding-top: 10px;
}

	.productBoxTubeLong img {
	
	}	
	
	
	
.productBoxText {
	float:left;
	font-size:8pt;	
	margin-left: 3px;
	margin-top:5px;
	text-align:left;
}



.productGroup {
	float:left;
	/* width:265px; */
	margin-top:30px;
	margin-left:20px;
}

	.productGroup .fatPod {
		margin-left:20px;
	}

.productGroup520 {
	float:left;
	width:135px;
	margin-top:30px;
	margin-left:30px;
}

	.productGroup520 h1 {
		font-size:17px;
		font-weight:bold;
	}	

	.productGroup520 h1 {
			text-align:left;
	}
	
.productGroup1000 {
	float:left;
	width:220px;
	margin-top:30px;
	margin-left:25px;
	margin-bottom:20px;
}

	.productGroup1000 h1 {
			text-align:left;
	}

.productContainer {
	float:left;
	margin-bottom: 131px;  /* -- */
}

.fatPod {
	position: relative;
	float: left;
	text-align: center;
	margin-bottom:20px;
}
	.fatPod img {
		background-color: #808080;
		padding: 4px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}


.fatPodOrange {
	position: relative;
	float: left;
	background:url(../images/fat_pod_orange.gif);
	background-repeat:no-repeat;
	width: 231px;
	height: 225px;
	text-align: center;
	padding: 4px 0 0 0;
}

.fatPod img {
	margin: 0 auto;
}

.fatPodOrange img {
	padding-top:2px;
	margin: 0 auto;
}






#banner2 {
	float:left;
	
}

#content1Text {
	float:left;
	margin-left:65px;
	margin-top:10px;
}		
	
#contentFooter {
	width: 1024px;
	height: 360px;
	background:url(../images/contentFooter.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}

#bottomTile {
	position: relative;
	z-index: 5;
	float:left;
	width: 100%;
	height: 100%;
	background:url(../images/bottomTile.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#banner1 {
	float:left;
	background:url(../images/banner1.png);
	background-repeat:no-repeat;
	margin-bottom:2px;
	width:243px;
	height:183px;
	text-align:left;
}

	#banner1 ul   {
		position:relative;
		top:120px;
		left:10px;
	}
	
	#banner1 ul li {
		list-style-image:url(../images/wig.png);
		list-style-position:inside;	
	}		
	
	#banner1 a {
		color:#2d3738;
	}	
	
	#banner1 ul li a:hover {
	    color:#feab05;
	} 


/*------=7:	 [Content2] ------------------------------*/	



#content2 {
	height:559px;
	width:1024px;
	float:left;
	background:url(../images/content2Background.gif);
	padding-left: 60px;
}
	
#contentFooter2 {
	width: 1024px;
	height: 186px;
	background:url(../images/contentFooter2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;	
}	

#bottomTile2 {
	float:left;
	width: 100%;
	background:url(../images/bottomTile2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.productViewerHolder {
	float:left;
	margin-left: 20px;
	margin-top: 20px;
}

.productViewerBackgroundV2 {
	float:left;
	margin: 10px 0 0 0;
}
	.productViewerBackgroundV2 img {
		background-color: #808080;
		padding: 5px;
		border-radius: 5px;
		
	}

.productViewerBackground {
	float:left;
	background:url(../images/productViewerBackground.gif);
	width:268px;
	height:475px;
	margin-top:10px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:40px;
	background-repeat:no-repeat;
}

	.productViewerBackground h2 {
		display:none;
	}	

.productViewerHolderBottom {
	float: left;
	width: 450px; 
	height: 150px;
	margin: 20px 0 0 20px;
}
	.productViewerHolderBottom .background {
		float: left; 
		width: 450px; 
		height: 150px; 
		background-color: #808080;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
		.productViewerHolderBottom .background img {
			margin: 5px 0 0 8px;
		}
	
		
		
.productViewerText {
	float:left;
	margin-top:18px;
	margin-left:60px
}	


.productTable {
	background:url(../images/tableBackground.gif);
	width: 550px;
	float:left;
	margin-left:5px; 
	margin-top:10px; 
	height: auto;
}

	.productTable ol {
		margin: 0 0 0 0;
		padding: 0;
	}
	.productTable ol li {
		margin: 0 0 0 0;
		padding: 0 150px 0 150px;
	}
	
		
table.stats {
	width: 560px;
	margin-left:5px;
	margin-top:8px;
	border-collapse: collapse;
}
table.stats th {
	background: #000 url('../images/bottomTile.gif') repeat-x;
	background-position: bottom;
	color: #fff;
	padding: 3px;
	
	font-size: 11px;
	font-weight: bold;
	text-align:center;

}

table.stats td 
{
	background-color: #dedede;
	border-right: 1px solid #939393;
	padding: 4pt;
	font-size: 11px;
	border-bottom: 1px solid #fff;
}

table.stats tr.selectedCell td {
	background: #ffc144;
}

table.stats td.noBorder 
{
	border: 0;
	border-bottom: 1px solid #fff;
}

table.stats td.topBorder 
{
	border-style:solid;
	border-top: 2px solid #FF6600;
}	

table.stats tr.topBorder td
{
	border-top: medium solid #ffc144;
}	
	
#info {
	float:left;
	background:url(../images/infoBox.gif);
	height:166px;
	width:410px;
	margin-left:15px;
	margin-top:5px;
}	

#infoTxt {

	margin-left:20px;
	margin-top:40px;
	margin-right:20px;
	font-size:8px;
	text-align:left;
}

ul#bottomNav2  {
      clear:both;
	  float:left;
	  margin-top: 95px;
	  margin-left: 70px;
}

ul#bottomNav2 li  {
       margin-left:10px;
	   font-size:8pt;
	   float: left;
	   
} 	

#contentTop {
	
	height:18px;
	width:1024px;
	float:left;
	background:url(../images/contentTop.gif);
	
}

#contentBot {
	height:541px;
	width:1024px;
	float:left;
	background:url(../images/contentBot.gif);
}

	.sidePodHolder {
		float: left;	
		width: 375px;
		margin: 0px 20px 30px 15px;
	}

	.sidePodHolder h1 {
		margin: 0 0 10px 0;
	}
	
	.flat_large {
		float: left;
		background:url(../images/flat_large.jpg) no-repeat;
		width: 467px;
		height: 193px;
	}
	.flat_large img {
		margin: 7px;
	}
	
	.flat_large .productBoxText p {
		line-height: 10px;
	}
	
	.sidePod {
		float: left;
		background:url(../images/side_pod.png) no-repeat;
		width: 364px;
		height: 150px;
	}
	
	.sidePod img {
		margin: 4px;
	}
	
	.sidePod .productBoxText p {
		line-height: 10px;
	}


#tubeLeft {
	float:left;
	width:120px;
	/*height:380px;*/
	margin-left:25px;
}


#tubeMiddle {
	float:left;
	width:360px;
	height:380px;	
}

#tubeRight {
	float:left;
	width:200px;
	height:380px;
	margin-left:40px;
}

	
#bannerHolder {
	float:left;
	margin-top:50px;
}

#banner3 {
	margin-top:70px;
	
}

.squareButtons {
	width:500px;
	margin-left:85px;
}

	.squareButtons img {
		float: left;
		padding-left: 20px;
		cursor: pointer;
	}
	
.pName {
	width:210px;
}

.largeSidePod {
	background:url(../images/big_side_pod.gif);
	height:292px;
	width:607px;
	margin-top:10px;
	padding-top:4px;
	padding-left:4px;
	background-repeat:no-repeat;
}
	
.info {
	text-align: left;
	padding: 0 0 0 10px;
}
/*------=8:	 [LISTS] ---------------------------------------*/
ol, ul {
	list-style: none;
}

/*------=9: [FORMS] ---------------------------------------*/
form {margin-bottom: 0px;}

input.checkbox { width: 15px;}
.text { width: 220px; }
.tiny { width: 40px; }
.small { width: 80px; }
.med	{ width: 180px; }
.xlarge { width: 350px; }


textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

	
/*------=10: [IMAGES] --------------------------------------*/

img {border: 0px; display: block;}	
img.inline { display: inline; }

img.imgBox { margin: 3px; padding: 2px; border: 1px solid #404040; }


/*------=11: [MISC] ----------------------------------------*/

.red { color: #cc0000; }
.green { color: #00FF00; }
.blue { color: #00CC00; }
.black { color: #000000; }
.white { color: #FFFFFF; }
.grey { color: #666666; }
.amber { color: #FF6600; }


