@charset "utf-8";
/* Visual Soft - Test Website by Stuart Blackett - stuartblackett@googlemail.com */

body {
	background: url(images/background.jpg) top center repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/******************** Site Classes ***********************************/

ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	padding: 0px 0px 9px 0px;
	list-style-image: url(images/bullet-point.gif);
	background-image: url(images/blank.gif);

}

.subcatli {
	padding: 0px 0px 5px 0px;
	background: url(images/bullet-point.gif) no-repeat;
	background-position: center left;
	background-image: url(images/blank.gif);
}

.topnavli {
	margin: 0;
	padding: 0;
	display: inline;
}


/******************** Links Properties ***********************************/
a { text-decoration: none; color: #666666; }

a:hover { color: #cc99cc; }


/******************** END Links Properties *******************************/

.centralimage {
	position: absolute;
	left: -2px;
}

.button {
	background: url(images/button-bg.jpg);
	color: #FFFFFF;
	border: none;
}

.searchbox {
	border-top: ridge;
	color: #cccccc;
	font-size: 9px;
	width: 145px;
}

.subscribebox {
	border-top: ridge;
	color: #cccccc;
	font-size: 9px;
	width: 145px;
}

/******************** END Site Classes ***********************************/

/******************** Holding DIV ***********************************/

#container {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 1200px;
}

/******************** END Holding DIV ***********************************/

/******************** Site Logo & Top Section ***********************************/


#site-logo {
	position: absolute;
	margin: 0px;
	top: 0px;
	z-index: 1;
	visibility: visible;
	left: 48px;
}

#shoppingbag {
	position: absolute;
	width: 323px;
	height: 54px;
	left: 775px;
	top: 23px;
}
	#items {
	position: absolute;
	color: #7e686f;
	top: 37px;
	width: 158px;
	left: 941px;
	font-weight: bold;
	}

#topmenu {
	position:absolute;
	background-image: url(images/top-menu-bg.gif);
	width:100%;
	height:31px;
	top: 99px;
	left: 0;
}
	#top-links {
	position: absolute;
	left: 243px;
	top: 108px;
	width: 482px;
	z-index: 2;
	font-weight: bold;
	}
	#search {
	position: absolute;
	width: 280px;
	height: 25px;
	left: 911px;
	top: 6px;
	z-index: 4;
	}

/******************** End Site Logo & Top Section ***********************************/

/******************** Left Side Menus ***********************************/

#categoriesholder {
	position: absolute;
	background: url(images/categories_bg.jpg);
	width: 196px;
	height: 298px;
	left: 89px;
	top: 126px;
}
	#categories {
	position: absolute;
	width: 127px;
	height: 203px;
	left: 72px;
	top: 69px;
	}

#brandsholder {
	position: absolute;
	background: url(images/brands_bg.jpg);
	width: 196px;
	height: 295px;
	left: 88px;
	top: 415px;
}
	#brands {
	position: absolute;
	width: 127px;
	height: 203px;
	left: 71px;
	top: 90px;
	}

#secure-shopping {
	position: absolute;
	background: url(images/secure_shopping.jpg);
	width: 151px;
	height: 147px;
	left: 130px;
	top: 713px;
}

/******************** End Left Side Menus ***********************************/

/******************** Central Section ***********************************/

#main {
	position: absolute;
	left: 284px;
	top: 134px;
}

#centralads-holder {
	position: absolute;
	width: 792px;
	height: 149px;
	left: 289px;
	top: 560px;
	background-image: url(images/central-ads-bg.jpg);
}

	#promoimages {
	position: absolute;
	width: 792px;
	height: 130px;
	top: 8px;
	left: 11px;
	}

	#subcategories {
	position: absolute;
	background-image: url(images/subcats-bg.jpg);
	width: 791px;
	height: 147px;
	top: 714px;
	left: 286px;
	}
	
		#topbrands {
		position: absolute;
		width: 200px;
		height: 100px;
		top: 45px;
		left: 18px;
		}
	
		#topcategories {
		position: absolute;
		width: 200px;
		height: 100px;
		left: 221px;
		top: 45px;
		}
	
		#specialoffers {
		position: absolute;
		width: 200px;
		height: 100px;
		top: 45px;
		left: 415px;
		}
	
		#thecompany {
	position: absolute;
	width: 200px;
	height: 100px;
	top: 45px;
	left: 620px;
		}

/******************** End Central Section ***********************************/

/******************** Site Footer ***********************************/

#footer {
	position: absolute;
	background: url(images/footer_bg.jpg);
	width: 993px;
	height: 90px;
	left: 91px;
	top: 849px;
}
	#visualsoft {
	position: absolute;
	left: 847px;
	top: 62px;
	}
	
	#footerlinks {
	position: absolute;
	top: 62px;
	left: 63px;
	width: 484px;
	}
	
	#newsletter {
	position: absolute;
	top: 18px;
	left: 196px;
	width: 352px;
	}

/******************** End Site Footer ***********************************/

/******************** End CSS File ***********************************/
