HTML
{
	height: 100%;
}

BODY {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	background-color: #EEE;
	height:100%;
	margin:0;
}

#container {
	position: relative;
	min-height: 100%;
}

* html #container
{
	height: 100%;
}
#productDescription
{
	width:400px;
	font-size:14px;
	text-align:center;
	margin: 0 auto;
	vertical-align:top;
	margin-top:0;
	
}
#header {
	width:100%;
   	border-bottom: 1px solid #DDD;
   	font-weight: bold;
	background: #F1F1F1;
	z-index:1;
	height:108px;
	overflow:auto;
	padding-top:15px;
}
#aboutUsText{
	color:#000081;
}

#tabs {
	width:780px;
	margin: 0 auto;
	position:relative;
	z-index:9999;
	margin-top:-27px;
	color:#FFFFFF;
}
.articleboxouter {
    width: 90%;
	margin-left:5%;
	vertical-align:middle;
} 

.mainpiccontrol
{
    border: 1px #000099 solid;
    float: right;
	vertical-align:top;
    margin-right: 10px;
}

a {
	text-decoration: none;
	padding: 0;
	margin: 0;
    color: #000099;
	border:none;
}

a:hover {
	text-decoration: underline;
}

.articleboxinner {
    line-height: 20px;
	margin-left: 0px;
    color: #000099;
	margin-top:20px;
    padding: 15px 0px 0px 6px;
    background: #fbfbfb;
    border:1px solid #efefef;
    text-align: justify;
    height: auto;
	min-height:220px;
}

#cartcontains{
	position:absolute;
	top:57px;
	left:75%;
}
#titleFont{
font:Arial, Helvetica, sans-serif;
font-size:26px;
width:780px;
margin:0 auto;
text-align:left;
}
#thefooter{
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font-weight: bold;
	background: #F1F1F1;
	color: #000099;
	width: 100%;
	height:70px;
	position: relative;
	margin-top: -70px;
}
#clearfooter{
	clear:both;
	height:68px;
}
#mainboxes{
	width:821px;
	margin: 0 auto;
	position: relative;
	text-align:center;
}
/* CSS tabs */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#tabs dl {
	float:left;
	width: 130px;
	text-align:left;
}
#tabs dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background:url(IMG/top.png);
	height:25px;
	margin: 1px;
}
#tabs dd {
	display: none;
}
#tabs li {
	text-align: center;
	background:url(IMG/drop.png);
	height:20px;
}
#tabs li a, #tabs dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#tabs dt a:hover, #tabs dt a:focus {
	background: url(IMG/toph.png);
}
#tabs li a:hover, #tabs li a:focus {
	background: url(IMG/droph.png);
}
/* End of CSS tabs */