/* colours used:

#000 - black
#171717 - really dark grey
#333 - dark grey
#999 - grey
#ccc - light grey
#fff - white
#fc3 - yellow
#039 - blue

*/

body {
	margin: 0px;
	background: #171717 url('../images/bg_main_tile.gif') repeat top left;
	color: #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 11px;
	line-height: 2.5ex;
}

strong {
	color: white;
	font-weight: bold;
}

h1,h2,h3 {
	color: #fc3;
	font-family: Helvetica;
	font-weight: bolder;
}
/* CLEARFIX */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

a img {
	border: none;
}

a {
	color: #fc3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


#container1 {
	background-image: url('../images/bg_top_tile.gif') ;
	background-repeat: repeat-x;
	width: 100%;
	height: 380px;
	margin: 0px;
	padding-top: 20px;
}


#container2 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;

}

/* NAV BAR */

#navBar {
	height: 15px;
	float: left;
	padding: 40px 0px 0px 30px;
}

#navBar ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

#navBar ul li { float: left; }

#navBar ul li a
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	float: left;
	height: 15px;
	margin: 0px;
	padding: 0px;
	width: 80px;
	text-align: center;
}
/* hax0r the widths of the nav buttons */
#navBar ul li #homenav {
	width: 60px;
}
#navBar ul li #dypnav {
	width: 120px;
}
#navBar ul li #samplesnav {
	width: 100px;
}
#navBar ul li #accnav {
	width: 100px;
}
#navBar ul li #aboutnav {
	width: 70px;
}
#navBar ul li #newsnav {
	width: 60px;
}


#navBar li a:hover
{
	color: #fff;
}

#navBar ul li a.current {
	color: #fc3;
}


/* homepage, top box */
#container2 #b1_top {
	background-image: url('../images/topbox_top_900.gif');
	background-repeat: no-repeat; 
	background-position: top left;
	height: 6px;
	width: 900px;
}
#container2 #b1_middle {
	background-color: #000;
	background-image: url('../images/topbox_bg.jpg');
	background-repeat: no-repeat;
	background-position: 5px 0px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	width: 898px;
	height: 238px;
}
#container2 #b1_bottom {
	background-image: url('../images/topbox_bottom_900.gif');
	background-repeat: no-repeat; 
	background-position: bottom left;
	height: 6px;
	width: 900px;
}
#logo { 
	float: left;
	padding: 10px 0px 0px 10px; 
}
#mainHeadingHome, #mainHeadingDYP, #mainHeadingSamples, 
#mainHeadingAcc, #mainHeadingAbout, #mainHeadingNews,
#mainHeadingPrivacy, #mainHeadingSitemap {
	background-repeat: no-repeat;
	background-position: 0px 10px;
	width: 500px;
	height: 50px;
	margin-left: 20px;
}
#mainHeadingHome {
	background-image: url('../images/main_heading_home.gif');
	float: left;
	padding-top: 50px;	
}
#mainHeadingDYP {
	background-image: url('../images/main_heading_dyp.gif');
}
#mainHeadingSamples {
	background-image: url('../images/main_heading_samples.gif');
}
#mainHeadingAcc {
	background-image: url('../images/main_heading_acc.gif');
}
#mainHeadingAbout {
	background-image: url('../images/main_heading_about.gif');
}
#mainHeadingNews {
	background-image: url('../images/main_heading_news.gif');
}
#mainHeadingPrivacy {
	background-image: url('../images/main_heading_privacy.gif');
}
#mainHeadingSitemap {
	background-image: url('../images/main_heading_sitemap.gif');
}

h1 {
	display: none;
}
#mainHeadingHome p {
	font-size: 12px;
}
#sticker {
	background-image: url('../images/sticker.gif');
	background-repeat: no-repeat;
	background-position: 20px 0px;
	width: 102px;
	height: 106px;
	float: left;
	padding: 0px 20px 0px 20px;
}
#sticker * {
	display: none;
}
#oneTwoThreeText {
	background-image: url('../images/123text.gif');
	background-repeat: no-repeat;
	width: 206px;
	height: 106px;
	float: left;
}
#oneTwoThreeText * {
	display: none;
}

.spacer {
	height: 10px;
}

/* homepage, main box */
#container2 #b2_top {
	background-image: url('../images/topbox_top_900.gif');
	background-repeat: no-repeat; 
	background-position: top left;
	height: 6px;
	width: 900px;
}
#container2 #b2_middle {
	background-color: #000;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	width: 898px;
}
#container2 #b2_bottom {
	background-image: url('../images/topbox_bottom_900.gif');
	background-repeat: no-repeat; 
	background-position: bottom left;
	height: 6px;
	width: 900px;
}

#internal_col1 {
	width: 430px;
	padding: 20px 10px 20px 20px;
/*	border: 1px solid blue; */
	float: left;
}
#internal_col2 {
	width: 400px;
	padding: 20px 20px 20px 10px;
/*	border: 1px solid red; */
	float: left;
}

/* internal box 1 */
.b3_top {
	background-image: url('../images/darkgreybox_top_400.gif');
	background-repeat: no-repeat; 
	background-position: top left;
	height: 5px;
	width: 400px;
}
.b3_middle {
	background-color: #171717;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	width: 378px;
	padding: 10px;
}
.b3_bottom {
	background-image: url('../images/darkgreybox_bottom_400.gif');
	background-repeat: no-repeat; 
	background-position: bottom left;
	height: 5px;
	width: 400px;
}
/* internal box 2 */
.b4_top {
	background-image: url('../images/greybox_top_400.gif');
	background-repeat: no-repeat; 
	background-position: top left;
	height: 5px;
	width: 400px;
}
.b4_middle {
	background-color: #333;
	width: 360px;
	padding: 5px 20px 5px 20px;
}
.b4_bottom {
	background-image: url('../images/greybox_bottom_400.gif');
	background-repeat: no-repeat; 
	background-position: bottom left;
	height: 5px;
	width: 400px;
}

#ukn1 {
	background-image: url('../images/ukn1text.gif');
	background-repeat: no-repeat;
	width: 380px;
	height: 32px;
}
#ukn1 h2 {
	display: none;
}

#secureBox {
	background-image: url('../images/padlock.gif');
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding-left: 48px;
	width: 340px;
}
#oneHundredPercentText {
	background-image: url('../images/100percenttext.gif');
	background-repeat: no-repeat;
	float: left;
	height: 41px;
	width: 170px;
}
#oneHundredPercentText * {
	display: none;
}

#paymentText {
	float: left;
	padding: 0px 5px 0px 10px;
}
#paymentText p {
	color: #fc3;
	padding: 0px;
	margin: 0px;
}

#checkoutLogos {
	float: left;
}
#checkoutLogos p {
	display: none;
}

.ticklist { list-style-type: none; padding: 0px; margin: 0px; }
.ticklist li { 
	padding: 5px 20px 10px 60px;
	height: 50px; 
	background: url(../images/tickbutton.gif) no-repeat 0px 0px; 
}


/* footer */
#container2 #footer_top {
	background-image: url('../images/greybox_top_900.gif');
	background-repeat: no-repeat; 
	background-position: top left;
	height: 5px;
	width: 900px;
}
#container2 #footer_middle {
	background-color: #333;
	width: 870px;
	height: 23px;
	padding: 0px 15px 0px 15px;
}
#container2 #footer_middle #footer_left {
	width: 600px;
	height: 10px;
	float:left;
	vertical-align: top;
}
#container2 #footer_middle #footer_right {
	width: 270px;
	height: 10px;
	float:left;
	text-align: right;
}
#container2 #footer_bottom {
	background-image: url('../images/greybox_bottom_900.gif');
	background-repeat: no-repeat; 
	background-position: bottom left;
	height: 5px;
	width: 900px;
}
#container2 #footer_middle #footer_left #copyright {
	float: left;
	padding: 3px 20px 0px 0px;
}
#container2 #footer_middle #footer_left #validLogos {
	float:left;
	padding: 4px 0px 0px 0px;
}
#container2 #footer_middle #footer_left #validLogos img {
	padding-right: 10px
}
/* footer nav */
#container2 #footer_middle #footer_right ul {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	list-style-type: none;
	text-align: left;
}

#container2 #footer_middle #footer_right ul li { float: left; }

#container2 #footer_middle #footer_right ul li a
{
	color: #ccc;
	float: left;
	height: 15px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	text-align: center;
}
#container2 #footer_middle #footer_right ul li a:hover {
	color: #fff;
}


/* internal page top box */
#container2 #b1_middle2 {
	background-color: #000;
	background-image: url('../images/topbox_bg2.jpg');
	background-repeat: no-repeat;
	background-position: 5px 0px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	width: 898px;
	height: 88px;
}

.maincontent {
	padding: 1px 20px 0px 20px ; margin: 0px; border: none;
}

/* shopping cart  bar */
#container2 .greyBar_top {
	background-image: url('../images/greybox_top_900.gif');
	background-repeat: no-repeat; 
	background-position: top left;
	height: 5px;
	width: 900px;
}
#container2 .greyBar_middle {
	background-color: #333;
	width: 870px;
	height: 15px;
	padding: 0px 15px 0px 15px;
	text-align: right;
}
#container2 .greyBar_bottom {
	background-image: url('../images/greybox_bottom_900.gif');
	background-repeat: no-repeat; 
	background-position: bottom left;
	height: 5px;
	width: 900px;
}

 