/* CSS Document */
BODY {
margin:0px;
padding:0px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #000;
background: #FFF;
}

#wrap {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
width:100%;
}

/* Header section */

#header {
background:#FFF;
margin:0px;
font-size: 11px;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #000000;
border-bottom: 1px dotted #333;	
 }

/* Left Column positioning */

#leftcolumn {
width:170px;
float:left;
background-color:#EBE8DE;
border-right-width:3px;
border-bottom-width:3px;
border-left-width:0px;
border-top-width:0px;
border-style:solid;
border-right-color:#EFEEEE;
border-bottom-color:#EFEEEE;
border-left-color:#fff;
}

/* Main Column positioning */

#main {
margin-left: 180px;
margin-right: 420px;
min-width: 350px;
top: -10px;
padding: 10px 0px 0px 10px;
}

#mainwide {
margin-left: 180px;
padding: 10px 20px 0px 10px;
}

.maincontent {
border-top-style:dotted;
border-top-width:1px;
border-top-color:#989898;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color:#333;
margin: 10px 0px 10px 10px;
}

.maincontent img { 
max-width: 400px;
max-height: 600px;
}

/* Cross-Sell Column positioning */

#crosssell {
margin-right: 10px;
background-color:#fff;
text-align:left;
padding:10px 10px 0px 15px;
}

/* Right Column positioning */

#rightcolumn {
margin-right: 10px;
background-color:#fff;
text-align:left;
padding:10px 10px 0px 15px;
}

/* Footer positioning */

#footer {
background-image:url(images/footer.gif);
background-repeat: no-repeat;
height:100px;
width:100%;
margin:0px;
padding-bottom:5px;
clear:both;
}

/* Cross-sell positioning */

#crosssellcol {
width:180px;
position: absolute;
right: 220px;
min-height:30px;
background-color:#fff;
padding:0px;
}

/* Right positioning */

#rightcol {
width:180px;
position: absolute;
right: 20px;
min-height:30px;
background-color:#fff;
padding:0px;
}

/* Right content */

.rcontent {
background-color:#EEE;
width:184px;
margin-left:auto;
margin-right:auto;
border-left-style:solid;
border-left-width:5px;
border-left-color:#9FB5FF;
min-height:30px;
margin-top:-10px; 
margin-bottom:0px;
font-family: tahoma, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666;
padding:5px 3px 10px 5px;
text-align: left;
}

.rightshadow {
text-align:right;
width:168px;
height:7px;
padding:0px;
margin-top:0px;
margin-bottom:5px;
float:right;
}
.rightshadow img {padding:0px;margin:0px;float:right;}

/* Left content */

.lwrap {
width:170px;
margin-top:15px;
margin-bottom:0px;
margin-right:auto;
margin-left:auto;
padding:0px;
}

.lcontent {
border-left-style:solid;
border-left-color:#F89961;
border-left-width:5px;
width:165px;
margin:0px 0px 0px 0px;
font-family: Arial, Helvetica, sans-serif;font-size:11px;
color:#666666;
text-decoration:none;
text-align:left;
font-weight:normal;
padding:5px 0px 5px 5px;
background-color: #EEE;
}

.leftshadow {
width:170px;
height:6px;
padding:0px;
margin-top:0px;

}
.leftshadow img {padding:0px;margin:0px;float:right;}

.separator {
border-top-width:1px;
border-top-style:dotted;
border-top-color:#989898;
margin-right:5px;
margin-left:5px;
margin-top:5px;
}

/* News boxes */

.newsheader{
background-image:url(images/left_subh.gif);
background-position:top;
background-repeat:no-repeat;
width:182px;
margin-left:auto; margin-right:auto; margin-top:15px;margin-bottom:0px;
height:17px;
text-align:right;
padding:1px 5px 0px 0px;
font-family: tahoma, Arial, Helvetica, sans-serif;font-size:10px;
color:#000;
font-weight:bold;
letter-spacing: 0.25em; 
}
.newscell {
background-color:#EEE;
width:182px;
margin-left:auto; margin-right:auto; margin-top:-1px;margin-bottom:0px;
min-height:30px;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#666;

}

.newscell p {padding:0.1em 0.6em 0.1em 0.6em; margin-top:0px;}

 /* Top navigation */


#topnav ul
{
padding-left: 0;
margin-left: 5px;
margin:0px 0px 0px 0px;
background-color: #9FB5FF;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
height: 18px;
}

#topnav ul li { display: inline; }

#topnav ul li a
{
padding: 0.2em 1em;
background-color: #9FB5FF;
color: #FFF;
text-decoration: none;
float: left;
border-right: 1px solid #EEE;
}

#topnav ul li a:hover
{
background-color: #F89961;
color: #fff;
}

form {margin: 0;padding: 0;
}

/* Link properties */

A:link {
	color: #333;
	text-decoration: none;

}

A:visited {
	color: #333;
	text-decoration: none;

}

A:active {
	color: #333;
	text-decoration: none;

}

A:hover {
	color: #9FB5FF;
	text-decoration: none;

}

/* Bullet list */

ul {
list-style-image:url(images/bullet.gif);
list-style-type:none;
}

p img {margin-left:5px;}


/* Paint box */

.paintbox { 
	width: 100%;
	height: 60px;
	border: 3px black solid;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
}

/* Option images */

a.pop-up {
	color: orange;
	text-decoration: none;
}
a.pop-up img {height: 0; width: 0; border-width: 0;}
a.pop-up:hover img {
	position: absolute; 
	top: 30%; 
	left: 20%; 
	height: 150px; 
	width: 200px;
	border: 3px orange solid;
}

a.chain {
	color: orange;
	text-decoration: none;
}
a.chain img {height: 0; width: 0; border-width: 0;}
a.chain:hover img {
	position: absolute; 
	top: 30%; 
	left: 20%; 
	height: 130px; 
	width: 300px;
	border: 3px orange solid;
}  

a.pop-up50 {
	color: orange;
	text-decoration: none;
}
a.pop-up50 img {height: 0; width: 0; border-width: 0;}
a.pop-up50:hover img {
	position: absolute;
	top: 30%; 
	left: 20%; 
	height: 50px; 
	width: 50px;
	border: 3px orange solid;
} 

/* Price text colour */
SPAN.price {
COLOR: #FF0000;
}

/* Main text headings */

h1
{font-family: tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#9FB5FF;
text-decoration:none;
font-weight:bold;
margin:3px 5px 5px 3px;}

h2
{font-family: tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#9FB5FF;
text-decoration:none;
font-weight:bold;
margin:5px 5px 5px 3px;
padding:5px 0px 0px 5px;}

h3
{font-family: tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#026ED3;
text-decoration:none;
font-weight:bold;
margin:5px 5px 5px 3px;
text-align:right;
}

ol h2
{font-family: tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#9FB5FF;
text-decoration:none;
font-weight:bold;
margin:5px 5px 5px -50px;
padding:5px 0px 0px 5px;}

#faq p {
margin:10px 20px 10px 30px;
text-align:justify;
}

/* Footer text */

.footertext {
font-family: tahoma, Arial, Helvetica, sans-serif;
margin:0px 0px 0px 100px;
padding:45px 0px 0px 0px;
font-size:10px;
color:#666666;
}

/* Titles */

.t1 {
font-family: tahoma, Arial, Helvetica, sans-serif;
font-size:14px;
color:#336699;
text-decoration:none;
font-weight:bold;
}

.t2 {
font-family: tahoma, Arial, Helvetica, sans-serif;
font-size:14px;
color:#96968A;
text-decoration:none;
font-weight:bold;
}

.t3 {
font-family: tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
color:#336699;
text-decoration:none;
font-weight:bold;
}

hr.review {
height: 0;
border-width: 1px 0 0 0;
border-style: dashed;
border-color: #006AC8;
}

.catimage img { max-height: 100px; max-width: 100px; }

.catname { text-align: center; }

.detailimage { text-align: center; vertical-align: top; width: 30%; }

.prodimage img { max-height: 150px; max-width: 150px; }

.logo { text-align:center; margin: 10px; }

.detailinfo { vertical-align: top; width: 70%; }

