html, body {
	margin:0;
	padding:0;
	height: 100%;
}

body {
	font-size: 11px;
	color: #47494A;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #E4EAE8;
	background-image: url(/image/background.jpg);
	background-repeat: repeat-x;
}

#container{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#header{
	width: 990px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}

#title{
	width: 990px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(/image/titlebar.jpg);
	background-repeat: repeat-x;
}

#lowerTitle{
	width: 990px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
        padding-top: 5px;
	background-color: #F5F5F5;
}

#searchDetail{
        margin-right: 3px;
        float: right;
        border: solid 1px #F5F5F5;
}

#searchGo{
        float: right;
        width: 24px;
        height: 20px;
        background-image: url(/image/searchButton.jpg);
        color: #FFFFFF;
        font-size: 10px;
        font-weight: bold;
        margin-right: 7px;
}

#breadcrumb{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.1em;
}

.titleItem{
	float: left;
	height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
        width: 120px;
	background-image:url(/image/titlebar.jpg);
	background-repeat: repeat-x;
}

.homeTitleItem{
	float: left;
	height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
        width: 80px;
	background-image:url(/image/titlebarBack.jpg);
	background-repeat: repeat-x;
}

.raceTitleItem{
	float: left;
	height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
        width: 80px;
	background-image:url(/image/titlebarBack.jpg);
	background-repeat: repeat-x;
}

.titleItemSep{
	border-right: #FFFFFF 1px solid;
	width: 7px;
	height: 30px;
	font-size: 0px;
	float: left;
}

.basketItem{
	float: right;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-image:url(/image/titlebar.jpg);
	background-repeat: repeat-x;
}

.basketItemSep{
	background-image:url(/image/titleItemSep.jpg);
	background-repeat:no-repeat;
	width: 2px;
	height: 25px;
	font-size: 0px;
	float: right;
}

.menu{
	width: 988px;
        margin-top: 29px;
	position: absolute;
	border: 1px solid #92A19B;
	display: none;
	color: #47494A;
	font-weight: normal;
	background-color: #FDFDFD;
        z-index: 2;
}

.vat{
	float: right;
	width: 35px;
	height: 18px;
	color: #FFFFFF;
	margin-left: 3px;
	text-align: center;
	font-size: 1.0em;
        padding-top: 2px;
        background-image: url(/image/vatActive.png);
        background-repeat: no-repeat;
	font-weight: normal;
}

.inactiveVat{
	float: right;
	width: 35px;
	height: 18px;
	margin-left: 3px;
	text-align: center;
	font-size: 1.0em;
	cursor: pointer;
        padding-top: 2px;
	font-weight: normal;
        background-image: url(/image/vat.png);
        background-repeat: no-repeat;
}

.currency{
	float: right;
	width: 16px;
	height: 18px;
	color: #FFFFFF;
	margin-left: 3px;
	text-align: center;
	font-size: 1.0em;
        padding-top: 2px;
        background-image: url(/image/currencyActive.png);
        background-repeat: no-repeat;
	font-weight: normal;
}

.inactiveCurrency{
	float: right;
	width: 16px;
	height: 18px;
	margin-left: 3px;
	text-align: center;
	font-size: 1.0em;
	cursor: pointer;
	font-weight: normal;
        padding-top: 2px;
        background-image: url(/image/currency.png);
        background-repeat: no-repeat;
}

.basketMenu{
	width: 228px;
	position: absolute;
	border: 1px solid #92A19B;
	display: none;
	margin-left: -113px;
	color: #47494A;
	font-weight: normal;
	background-color: #FDFDFD;
        z-index: 2;
}

.itemsMenu{
	width: 228px;
	position: absolute;
	border: 1px solid #92A19B;
	display: none;
	margin-left: 0px;
	color: #47494A;
	font-weight: normal;
	background-color: #FDFDFD;
        z-index: 2;
}

.wishMenu{
	width: 228px;
	position: absolute;
	border: 1px solid #92A19B;
	display: none;
	margin-left: 0px;
	color: #47494A;
	font-weight: normal;
	background-color: #FDFDFD;
        z-index: 2;
}

.whiteBold:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.whiteBold:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.whiteBold:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.whiteBold:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}

.white:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.white:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.white:active {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.white:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}

.std:link {
	color: #47494A;
	font-weight: normal;
	text-decoration: none;
}

.std:visited {
	text-decoration: none;
	font-weight: normal;
	color: #47494A;
}

.std:active {
	text-decoration: none;
	font-weight: normal;
	color: #47494A;
}

.std:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #47494A;
}

.stdBold:link {
	color: #47494A;
	font-weight: bold;
	text-decoration: none;
}

.stdBold:visited {
	text-decoration: none;
	font-weight: bold;
	color: #47494A;
}

.stdBold:active {
	text-decoration: none;
	font-weight: bold;
	color: #47494A;
}

.stdBold:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #47494A;
}

.grey:link {
	color: #888888;
	font-weight: normal;
	text-decoration: none;
}

.grey:visited {
	text-decoration: none;
	font-weight: normal;
	color: #888888;
}

.grey:active {
	text-decoration: none;
	font-weight: normal;
	color: #888888;
}

.grey:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #888888;
}

.greyBold:link {
	color: #888888;
	font-weight: bold;
	text-decoration: none;
}

.greyBold:visited {
	text-decoration: none;
	font-weight: bold;
	color: #888888;
}

.greyBold:active {
	text-decoration: none;
	font-weight: bold;
	color: #888888;
}

.greyBold:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #888888;
}

.blue:link {
	font-weight: normal;
	text-decoration: none;
        color: #0066CC;
}

.blue:visited {
	text-decoration: none;
	font-weight: normal;
        color: #0066CC;
}

.blue:active {
	text-decoration: none;
	font-weight: normal;
        color: #0066CC;
}

.blue:hover {
	text-decoration: underline;
	font-weight: normal;
        color: #0066CC;
}

.blueBold:link {
	font-weight: bold;
	text-decoration: none;
        color: #0066CC;
}

.blueBold:visited {
	text-decoration: none;
	font-weight: bold;
        color: #0066CC;
}

.blueBold:active {
	text-decoration: none;
	font-weight: bold;
        color: #0066CC;
}

.blueBold:hover {
	text-decoration: underline;
	font-weight: bold;
        color: #0066CC;
}

.crossBold:link {
	font-weight: bold;
	text-decoration: none;
        color: #0066CC;
}

.crossBold:visited {
	text-decoration: none;
	font-weight: bold;
        color: #0066CC;
}

.crossBold:active {
	text-decoration: none;
	font-weight: bold;
        color: #0066CC;
}

.crossBold:hover {
	text-decoration: none;
	font-weight: bold;
        color: #0066CC;
}

.red:link {
	color: #C00000;
	font-weight: normal;
	text-decoration: none;
}

.red:visited {
	text-decoration: none;
	font-weight: normal;
	color: #C00000;
}

.red:active {
	text-decoration: none;
	font-weight: normal;
	color: #C00000;
}

.red:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #C00000;
}

.redBold:link {
	color: #C00000;
	font-weight: bold;
	text-decoration: none;
}

.redBold:visited {
	text-decoration: none;
	font-weight: bold;
	color: #C00000;
}

.redBold:active {
	text-decoration: none;
	font-weight: bold;
	color: #C00000;
}

.redBold:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #C00000;
}

#center{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#links{
        width: 960px;
        margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
        text-transform: capitalize;
        border-top: solid 1px #F5F5F5;
}

#footer{
        width: 960px;
        margin-top: 25px;
        padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
        text-align: center;
        padding-bottom: 10px;
        border-top: solid 1px #F5F5F5;
}

#left{
	float: left;
	width: 200px;
}

#right{
	float: right;
	width: 760px;
        background-color: #FFFFFF;
}

.leftMenuSectionHeader{
	font-size: 1.1em;
	font-weight: bold;
        padding-bottom: 4px;
	padding-top: 4px;
}

.leftMenuSectionDept{
	font-size: 1.2em;
	font-weight: bold;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #F5F5F5;
}

#featuredBrands{
    width: 760px;
    margin-top: 10px;
    clear: left;
    float: left;
}
