/**
* global options
*/
body {

	margin: 10px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center; /* IE 5.5 Hack to make the division center */

}

.blackLink{
	color:black;
}

.disabled{
	color:#cccccc;
}

table {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

input, select {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/**
* text equivelents on headings
*/
h1, h2, h3, h4{

	text-indent: -999em;
	font-size: 1px;
	display: none;

}

/**
* main division setup
*/
#container {

	width: 717px;
	padding: 0px;
	margin: 0 auto;
	text-align: left; /* IE 5.5 counter for the division alignment bug */

}

#header {
	width: 717px;
	height: 135px;	
	background: url("../images/headings/header.jpg");
	background-color: #000;
	background-repeat:no-repeat;

}

#basket {

	padding: 113px 64px 0px ;
	text-align: right;
	font-weight: bold;

}

#menu {

	clear: both;
	height: 20px;
	margin: 8px 0px;
	font-weight: bold;
	font-size: 9px;

}

.line {
	clear: both;
	height: 1px;
	font-size: 1px;
	margin-bottom: 8px;
	background-color: #FFD400;

}

#contentContainer{
	position:relative;
	margin:0px;
	height:auto !important;
	height:0px;
	width: 717px;
}

#leftContent {
	float: left;
	width: 141px;
	margin-right: 9px;
	margin-bottom: 18px;
}

.linkList li {
	line-height:15px;
}

#linkSection {
	width: 567px;
	position:absolute;
	bottom:20px;
	height:140px;
	left:150px;
}

#rightContent {
	float: left;
	width: 567px;
	height:auto !important;
	height:0px;
	margin-bottom: 160px;
}

#popupContent {
	float: left;
	width: 717px;
	height:auto !important;
	height:0px;
	margin-bottom: 10px;

}

#footer {

	height:121px;
	clear: both;
	padding: 0px!important;
	margin:0px!important;
	font-weight: bold;
	text-align: center;
	background-color: #FFD400;
	background-repeat: no-repeat;	
	background-image:url(/images/headings/footer-b.jpg); 
	
	
}

#footer p {
	color:#bbb;
	font-size:9px !important;
	margin:0px!important;
	font-family:Helvetica,Arial,sans-serif;
	padding:73px 3px 0px !important;
	width: 707px;
	line-height:normal;
}

/**
* menu setup
*/
#menu ul {

	padding: 0px;
	margin: 0px;
	list-style-type: none;

}

#menu li {

	width: 129px;
	float: left;
	clear: right;
	padding: 4px;
	background-color: #000000;

}

#menu a {

	width: 129px;
	color: #fff;
	text-decoration: none;

}

#menu a:hover {

	text-decoration: underline;

}

.menuMargin {

	margin-left: 8px;

}

/**
* left content
*/
#leftContent ul, #leftContent li {

	padding: 0px;
	margin: 0px;
	list-style-type: none;

}

#leftContent li {

	line-height: 20px;
	padding-left: 10px;
	background: url("../images/underline.gif") bottom left repeat-x;

}

li#one, li#two, li#three {

	padding-left: 0px;

}

li#one a {

	display: block;
	height: 20px;
	padding-left: 30px;
	background-color: #CC0000;
	background: url("../images/1.gif") no-repeat;

}

li#two a {

	display: block;
	height: 20px;
	padding-left: 30px;
	background-color: #CC0000;
	background: url("../images/2.gif") no-repeat;

}

li#three a {

	display: block;
	height: 20px;
	padding-left: 30px;
	background-color: #CC0000;
	background: url("../images/3.gif") no-repeat;

}

li a {

	color: #000000;
	text-decoration: none;

}

li a:hover {

	color: #CCCCCC;
}

#date {

	padding: 5px;
	font-weight: bold;
	text-align: center;
	font-size:10px !important;
	background-color: #000;
	color:#fff;
	font-family:Helvetica,Arial,sans-serif;
}

#bestSellers {

	height: 35px;
	margin: 10px 0px;
	background-color: #000000;
	background: url("../images/headings/bestSellersBg.gif");

}

#online {

	height: 34px;
	margin: 20px 0px 10px;
	background-color: #FFD400;
	background: url("../images/headings/onlineBg.gif");

}

#vanVaults {

	height: 34px;
	margin: 20px 0px 10px;
	background-color: #FFD400;
	background: url("../images/headings/vanVaultsBg.gif");

}

#locksAndChains {

	height: 34px;
	margin: 20px 0px 10px;
	background-color: #FFD400;
	background: url("../images/headings/locksAndChainsBg.gif");

}

#RegisterOnline {

	height: 34px;
	margin: 20px 0px 10px;
	background-color: #FFD400;
	background: url("../images/headings/registerOnlineBg.gif");

}

#links {

	height: 34px;
	margin: 20px 0px 10px;
	background-color: #FFD400;
	background: url("../images/headings/linksBg.gif");

}

#onTour {

	height: 34px;
	margin: 20px 0px 10px;
	background-color: #FFD400;
	background: url("../images/headings/onTourBg.gif");

}

p.leftText {

	padding: 0px 10px;
	margin: 0px;
}

/**
* right content
*/
#range {
	background-color: #000;
	color:#fff;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 10px;

}

/**
* general
*/
br.clear {
    clear:both;
    text-indent: -999em;
    font: 1px/1px sans-serif; /* stop IE from revealing unnecessary bg */
    height: 0.01em;
}

#loseIt {
	width: 403px;
	height: 78px;
	background: url("../images/loseIt.gif");
}

p {
	line-height: 15px;
}

a {
	color: #767A7D;
	text-decoration: none;
        outline: none;
}

a:hover {
	text-decoration: underline;
}

.flo {
	float: left;
}

.whiteMenu {
	background-color: #000000;
	color: #FFFFFF;
	padding-left:5;
	height: 25px;
}

/* START style for footer */

p#footerHref, p#footerHref a {


        text-decoration:none;

        font:10px "Arial", "Sans-serif";

        color:#767A7D;


}

/* END style for footer */
