/* CSS Document */
html, body {
	background: #000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#fff;
	}

a{
	color:#fff;
	text-decoration:underline;
}

a:hover{
	color:#999;
}


#container{
	width:816px;
	margin:0 auto;
}

/*  HEADER */

h1{
	display:block;
	float:left;
	text-indent:-10000px;
	height:165px;
	width:450px;
	margin:0;
	padding:0;
	background: url(images/logo.jpg) top left no-repeat;
}

div#ShoppingCartIcon{
	display:block;
	float:right;
	width:90px;
	height:20px;
	padding-left:20px;
	background: url(images/cart.jpg) top left no-repeat;
	font-weight:bold;
	margin-top:130px;
}

#header{
	width:754px;
	height:366px;
	background: #000;
	margin:0;
	padding:0px 30px 20px 30px;
	_padding:0px 30px 5px 30px;
	background: url(images/bg_header.gif) top left no-repeat;
}

#flash{
	padding-top:4px;
	clear:left;
}

#menu{
	margin-top:6px;
	background: url(images/bg_menu.jpg) top left no-repeat;
	height:1px;
}

ul#mm{
	display:block;
	float:left;
	list-style-type:none;
	padding-left:0;
	margin:3px 0 0 0 ;
	position:relative;
}

ul#mm li{
	background: url(images/separator.jpg) center left no-repeat;
	display:block;
	float:left;
	position:relative;
}

ul#mm li a{
	background:none;
	text-decoration:none;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	padding:1px 6px;
	display:block;
	text-transform:uppercase;
	border-left:1px solid #7C8487;
	border-right:1px solid #7C8487;
	margin-left:1px;
}

ul#mm li a:hover{
	color:#8FB5CC;
}

ul#mm li ul{
	display:none;
	/*margin-top:10px;*/
}

ul#mm li:hover ul,
ul#mm li.over ul {
	display: block;
	position: absolute;
	left: 0px;
	top: 15px;
	background: #000;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1000;
	}

ul#mm{
	background: #000;
}

ul#mm li ul li{
	text-transform:capitalize;
	clear:left;
	width:auto;
	border-bottom:1px solid #848D92;
	width:120px;
	background: #000;
}

ul#mm li ul li a{
	display:block;
	text-transform:capitalize;
	font-weight:normal;
	padding:0px 5px;
	height:22px;
	width:auto;
	margin-left:0px;
	line-height:18px;

}

/*  // HEADER */

/* CONTENT */

	#content{
		padding:20px 40px 20px 40px;
		background: url(images/bg_content.gif) top left repeat-y;
		margin:0px;
		line-height:13px;
		color:#fff;
	}

	#content p {
		text-align:justify;
	}

	#content img{
		margin:4px;
	}

	#content h2{
		font-size:11px;
		padding-left:20px;
		background: url(images/h2.gif) center left no-repeat;
		margin:3px 0;
	}

	#content h3{
		font-size:10px;
		text-transform:uppercase;
		margin:3px 0;
	}

	#spotlight img{
		border:none;
		width: 140px;
		padding:0px 3px;
	}

/* // CONTENT */

/* FOOTER */

	#footer{
		text-align:center !important;
		background: url(images/bg_footer.gif) top left no-repeat;
		margin:0;
		padding:10px 0;
	}

/* // FOOTER */

/* HOME */

	#column1{
		display:block;
		float:left;
		width:287px;
		padding:0;
		margin:0;
	}

	#column2{
		display:block;
		float:left;
		width:400px;
		border-left:1px solid #808080;
		margin-left:20px;
		padding-left:20px;
	}

	div#collection{
		padding:0;
		height:80px;
		margin:10px 0 0 0;
	}

	div#collection div.ProductThumb{
		display:block;
		float:left;
		width: 90px;
		height:130px;
		color:#cacaca;
		font-style:italic;
		text-align:center;
	}

	div#collection div.ProductThumb div.ImageThumb img{
		border:none;
		max-width:80px;
		width: expression(this.width > 80 ? 80: true);
		max-height:90px;
		height: expression(this.height > 90 ? 90: true);
	}
	div#collection div.ProductThumb div.Link{
		height:25px;
	}

	div#featured img{
		max-width:287px;
		width: expression(this.width > 287 ? 287: true);
		padding-top:5px;
	}


/* // HOME */


/* MAILING LIST */



/* // MAILING LIST */


/* Product area */

div.CategoryThumb, div.ProductThumb, div.ThumbImage{
	display:block;
	float:left;
	width:176px;
	height:194px;
	text-align:center;
	border:1px solid #666;
	margin:1px;
	background:#333333;
	padding:2px;
}

div.ProductThumb div.ImageThumb{
	height:160px;
}

div#galleryAlbum div.ThumbImage label{
	clear:left;
	width: 170px;
	display:block;
}

div.CategoryThumb img, div.ImageThumb a img, div.ThumbImage img{
	max-height:157px;
	height: expression(this.height > 157 ? 157: true);
	max-width:157px;
	width: expression(this.width > 157 ? 157: true);
}

div#Image {
	display:block;
	float:left;
}

div#Image img{
	max-width:300px;
	width: expression(this.width > 300 ? 300: true);
}

div#Title, div#Description{
	display:block;
	float:left;
	width:300px;
}

/* // Product area */

/* Product detail */
div#DisplayProductPrice, div#Title, div#ShoppingForm{
	display:block;
	float:left;
	width:350px;
	margin-left:10px;
}

div#Title{
	font-size:13px;
	font-weight:bold;
}

div#ShoppingForm input.UpdateCart, div#ShoppingForm input#idremove, input.ChangeButton, input.Button{
	background:#999;
	color:#f5f5f5;
	font-weight:bold;
	border:none;
	margin-top:5px;
}

div#DisplayProductImage, div#DisplayProductPrice{
	margin-top:10px;
}

/* // Product detail */

/* Cart */
table#ListTable{
	padding:2px;
}

table#ListTable td, table#ListTable th{
	margin:1px;
	background: #333;
	vertical-align: top;
}
table#ListTable #ShoppingForm{
    width: 200px;
}

div#ShoppingCartForm label{
	display:block;
	width:120px;
	float:left;
}

div#ShoppingCartForm input{
	background:#333;
	border:1px solid #999;
	margin:1px;
	padding:2px;
	font-size:10px;
	width:200px;
	color:#fff;
}

div#ShoppingCartForm select{
	background:#333;
	border:1px solid #999;
	margin:1px;
	padding:2px;
	font-size:10px;
	width:205px;
	color:#fff;
}

input#idsubmit{
	width:80px !important;
	margin-top:10px;
	margin-left:120px !important;
}

div.BillingHead, div.ShippingHead, div.CardFormTitle{
	margin:20px 0px 10px 0px;;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #999;
	padding:3px;
	color:#999;
}

.ItemTotal, .SubTotal, .GstTotal, .TotalDiv{
    float: right;
    clear: both;
}
.ItemTotalHead, .SubTotalHead, .TotalHead{
    font-weight: bold;
    float: left;
    text-align: right;
    width: 150px;
}
.ItemTotalText, .SubTotalText, .TotalText{
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 10px;
}
#CartForm{
    clear: both;
    height:30px;
}
#CartForm .ButtonDiv{
    float: left;
    margin-right: 10px;
}
#InputCardExpireDate .InputMonth{
    margin-right:10px;
    width:100px;
}
#InputCardExpireDate .InputYear{
    width: 95px;
}

/* // Cart */

div.paging{
	clear:both;
	width:600px;
	margin:10px 0px;
}
div.paging ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

div.paging ul li{
	display:block;
	float:left;
	padding: 0px 3px;
}

div#galleryAlbum{
	clear:left;
}
