body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}

body a:link { color: #333333; text-decoration: none; }
body a:visited { color: #333333; text-decoration: none;}
body a:hover { color: #666666; text-decoration: none; }
form { margin:0px; }
p { margin-top: 3px; margin-bottom:8px; }

h1 {color: #333333; font-size:18px; font-weight: normal; margin-top: 15px; margin-bottom: 15px;}
h2 {color: #666666; font-size:16px; font-weight: normal; margin-top: 15px; margin-bottom: 15px; line-height:18px; }
h3 {color: #666666; font-size:14px; font-weight: normal; margin-top: 15px; margin-bottom: 15px; line-height:18px; margin-bottom:5px; margin-top:5px;}
h4 { background-color: #939393; color:#000000; padding-top:3px; padding-left:10px; padding-bottom:3px; font-size: 10px; line-height: 15px; margin-bottom:5px; }

input[type="button"]  { border:1px solid #666666; font-size:10px; }
input[type="submit"]  { border:1px solid #666666; font-size:13px; }


/*DIV STYLES BY ID*/
/*Padding must be subtracted from a DIV's width or height before applied.*/
/*Define text & link styles for footer & nav bars here.*/

#container {
	width: 100%;
	position: relative;
	margin-left: auto;
 	margin-right: auto;
}

#mainBackground {
	position: relative;
	width: 100%;
	
	background-color: #FFFFFF;
}
	
#header {
	width: 900px;
	position: relative; 
	margin-left: auto;
 	margin-right: auto;
}
	
#mainContent { 
	width: 900px;;
	position: relative;
	margin-left: auto;
 	margin-right: auto;
	background-color: #EDEDEE;
}

#mainContent2 { 
	width: 900px;;
	position: relative;
	margin-left: auto;
 	margin-right: auto;
	background-color: #FFFFFF;
}
	
	
	
#nav {
	width: 900px;;
	height: 20px;
	position: relative;
	margin-left: auto;
 	margin-right: auto;
	
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #939598; 
}
	
#nav a:link { color: #939598; text-decoration: none; }
#nav a:visited { color: #939598; text-decoration: none; }
#nav a:hover { color: #FFFFFF; text-decoration: none; }

#footer {
	width: 900px;
	height: 20px;
	position: relative;
	margin-left: auto;
 	margin-right: auto;
	padding-top: 4px;
	
	font-size: 10px;
	font-weight: bold;
	color: #939598; 
}

#footer a:link { color: #939598; text-decoration: none; }
#footer a:visited { color: #939598; text-decoration: none; }
#footer a:hover { color: #FFFFFF; text-decoration: none; }
#line { background-color:#cccccc; margin-top:5px; margin-bottom:5px; height:1px; }

#itemsInCart { position:absolute; top:-20px; right:10px; }

#navHeading { background-color:#000000; padding-left:5px; padding-top:1px; padding-bottom:1px; font-size:9px; color:#FFFFFF; font-weight:bold; margin-bottom:4px; margin-top:7px; }

.currentNav { color: #FFFFFF; }
.currentNav a:link { color: #FFFFFF; text-decoration: none; }
.currentNav a:visited { color: #FFFFFF; text-decoration: none; }
.currentNav a:hover { color: #FFFFFF; text-decoration: none; }

.sideNav { padding-left: 7px; font-size: 9px; font-weight: bold;}
.sideNav a:link { text-decoration: none; }
.sideNav a:visited { text-decoration: none; }
.sideNav a:hover { text-decoration: none; color: #000000; }
.sideNav p { margin-top: 1px; margin-bottom:1px; }

.sideNav ul { margin-left:15px; padding-left:0px; margin-top:0px; list-style-type: square; margin-bottom:5px; }

.sizeChart {
	border-top: 1px solid #000000; border-bottom: 1px solid #000000; font-size: 10px;
}

.sizeChartRow {
	border-bottom: 1px solid #CCCCCC
}

.mybutton a { border:1px solid #cccccc; font-size:10px; padding-left:10px; padding-right:10px; padding-top:2px; padding-bottom:2px; }
.mybutton a:hover { border:1px solid #333333; }


/*TEXT SIZE AND COLOUR STYLES*/

.text9 { font-size:9px; line-height:13px; }
.text10 { font-size:10px; line-height:14px; }
.text11 { font-size:11px; line-height:15px; }
.text12 { font-size:12px; line-height:16px; }
.text13 { font-size:13px; line-height:17px; }
.text14 { font-size:14px; line-height:18px; }
.text18 { font-size:18px; line-height:22px; }

.black { color: #000000 }
.white { color: #ffffff }
.grey { color: #999999 }
.blue { color: #FF3300 }

.errors { font-size:12px; color:#FF0000; }
.compulsory { font-size:18px; color:#FF0000 ; font-weight: bold; }

.imageLeft {  border:1px #000000 solid; margin-right:10px; float:left }
.imageRight {  border:1px #000000 solid; margin-right:10px; float:right }

#credit {
	position: absolute;
	padding-top: 4px;
	
	font-size: 8px;
	font-weight: bold;
	color: #333333; 
	right:20px;
	top:3px;
}

#credit a:link { color: #333333 text-decoration: none; }
#credit a:visited { color: #333333; text-decoration: none; }
#credit a:hover { color: #FFFFFF; text-decoration: none; }