/* Exact Trak Layout CSS Document */
/* catch all */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #e6e6e6 url(../images/im-bkg-tile.gif) repeat-x;
}
/* utility divs */
.floatEnder {
	clear: both;
}
/* layout divs */
.wrapper {
	background: url(../images/im-bkg.gif) no-repeat 0 0;
}
.container {
	width: 980px;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
}
/* left area */
.leftArea {
	float: left;
	width: 182px;
	margin-left: 12px;
}
.navArea {
	background: #1c4595 url(../images/im-navbar-top.gif) no-repeat 0 0;
	padding: 7px 15px 0px 15px;
}
.navAreaBase {
	background: #1c4595 url(../images/im-navbar-bottom.gif) no-repeat 0 0;
	margin-bottom: 20px;
}
.contactArea {
	background: #fff url(../images/im-contact-bar-top.gif) no-repeat 0 0;
	padding: 13px 15px 0px 15px;
}
.contactAreaBase {
	background: #fff url(../images/im-contact-bar-bottom.gif) no-repeat 0 0;
}
.shoppingBasketArea {
	background: #fff url(../images/im-contact-bar-top.gif) no-repeat 0 0;
	padding: 13px 15px 0px 15px;
}
.shoppingBasketAreaBase {
	background: #fff url(../images/im-contact-bar-bottom.gif) no-repeat 0 0;
	margin-bottom: 20px;
}
/* menu style */
ul#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	list-style-type: none;
}
ul#nav li {
	padding: 9px 0px 8px 0px;
	border-bottom: 1px dotted #fff;
}
/* breadcrumb area */
.breadcrumbArea {
	padding: 0px 27px 20px 27px;
}
/* main area */
.mainArea {
	float: left;
	width: 786px;
	background: #fff url(../images/im-body-bkg-tile.gif) repeat-y;
	margin-top: 20px;
	height: auto;
}
.mainAreaHolder {
	min-height: 700px;
	height: auto;
}
.mainAreaContent {
	padding: 0px 27px;
}
.hpCategoryArea {
	padding: 20px 0px;
}
.hpCategoryFloat {
	float: left;
	width: 175px;
	min-height: 114px;
	height: auto;
}
.hpCategoryFloatContent {
	padding: 42px 0px 0px 12px;
}
.hpCategoryFloat#phones {
	background: url(../images/im-hp-phones.gif) no-repeat 0 0;
}
.hpCategoryFloat#laptops {
	background: url(../images/im-hp-laptops.gif) no-repeat 0 0;
	margin-left: 10px;
}
.hpCategoryFloat#gadgets {
	background: url(../images/im-hp-gadgets.gif) no-repeat 0 0;
	margin-left: 10px;
}
.hpCategoryFloat#gps {
	background: url(../images/im-hp-gps.gif) no-repeat 0 0;
	margin-left: 10px;
}
.hpPromoArea {
	padding: 57px 0px 50px 0px;
}
.hpPromoFloat {
	float: left;
	width: 360px;
	min-height: 190px;
	height: auto;
}
.hpPromoFloatContent {
	padding: 10px 25px 10px 15px;
}
.hpPromoFloat#comingSoon {
	background: url(../images/im-hp-coming-soon-bkg.jpg) no-repeat 0 0;
}
.hpPromoFloat#PoM {
	background: url(../images/im-hp-product-month-bkg.jpg) no-repeat 0 0;
	margin-left: 10px;
}
.hpPromoFloat#Offer {
	background: url(../images/im-hp-offer-bkg.gif) no-repeat 0 0;
	margin-left: 10px;
}
.productTitleImage {
	float: right;
	margin: 0px 0px 10px 10px;
}
.productsArea {
	padding: 10px 0px;
}
.productsFloat {
	float: left;
	width: 360px;
	min-height: 190px;
	height: auto;
	background: url(../images/im-products-bkg.gif) no-repeat 0 0;
}
.productsFloat#margin {
	margin-left: 10px;
}
.productsFloatContent {
	padding: 7px 20px 0px 20px;
}
.productDetailArea {
	width: 320px;
	margin-top: 10px;
}
.productDetail {
	float: left;
	width: 193px;
}
.productFunctions {
	float: left;
	width: 117px;
	margin-left: 10px;
}
.productPriceArea {
	float: right;
	width: 175px;
	margin-left: 10px;
	background: #cacaca url(../images/im-buy-now-box-bkg.gif) no-repeat 0 0;
}
.productPriceContent {
	padding: 10px;
	text-align: center;
}
.productPriceFooter {
	background: url(../images/im-buy-now-box-footer.gif) no-repeat 0 0;
}
.productImageFloat {
	float: right;
	width: 322px;
	margin: 0px 0px 10px 10px;
	text-align: center;
}
/* downloads area */
.downloadHolder {
	width: 730px;
	background: url(../images/im-download-bar.gif) no-repeat;
	margin: 10px 0px;
}
.downloadText {
	float: left;
	width: 555px;
}
.downloadContent {
	padding: 12px 0px 0px 20px;
}
.downloadIcon {
	float: left;
	width: 175px;	
}
/* footer area */
.footerArea {
	text-align: right;
	padding: 5px 20px 5px 0px;
}