
#container {

	padding-bottom: 100px;
	#padding-bottom: 0;
}

#container.homeone { background:url('../images/home1.jpg') no-repeat 490px top; }
#container.hometwo { background:url('../images/home2.jpg') no-repeat 490px top; }
#container.homethree { background:url('../images/home3.jpg') no-repeat 490px top; }


ul#shopNav {
	float: left;
}

/*best belts - image replacement technique*/
h2#bestBelts {
	background: url(../images/summer_collection.jpg) no-repeat 0 0;
	width: 308px;
	height: 33px;
	float: left;
	margin-left: 10px;
}

h2#bestBelts span {
	visibility: hidden;
}

#gallery {
	margin-top: 10px;
}

.GEditContainer, .GEditContainer * {
	width: 520px;
	
}
.home1{
	background:url(../images/home1.jpg) 469px 116px no-repeat;
}
.home2{
	background:url(../images/home2.jpg) 430px 116px no-repeat;
}
.home3{
	background:url(../images/home3.jpg) 412px 116px no-repeat;
}
.home4{
	background:url(../images/home4.jpg) 377px 225px no-repeat;
}
* {
	font-family: tahoma;
}

body {
	padding: 0;
	margin: 0;
}

a img {
	border:0;
	}

/* various page titles */
h2.pageTitle {
	border-bottom:2px solid black;
	padding:0;
	margin:0;
	font-family:arial;
	font-weight:bold;
	font-style:italic;
	color:black;
	line-height:14px;
	font-size:23px;
	margin-top:2px;
}

/* Site container */
#container {
	width: 950px;
	margin: 0 auto; 	
	min-height: 800px;
	_height: 800px;
	
}

/*site logo w/ image replacement technique*/
h1#logo, h1#logo * {
	padding:0;
	margin:0;
}
h1#logo a {
	display: block;
	width: 191px;
	height: 89px;
	background: url(../images/logo.gif) no-repeat 0 0;
	text-decoration: none;
}

h1#logo span {
	visibility: hidden;
}

#topRightBar a#logout {
	color: #fff;
	text-decoration:none;
}


/* sign-in form and top list container */
#topRightBar {
	background-color: #ed3681;
	
	width: 360px;
	height: 116px;
	
	position:absolute;
	right: 0;
	
}


#topRightBar, #topRightBar * {
	margin: 0;
}

/* sign-in form*/
#topRightBar #loginFormWrapper {
	width: 174px;
	padding: 8px 5px;
	float: left;
	height: 100px;
	_height: auto;
	background-color: #2f1d16;
	
}

#topRightBar #loginFormWrapper form {
	
	width: 174px;
	text-align: center;
	
}

/*form title - image replacement technique*/
#topRightBar #loginFormWrapper form h2 {
	background: url(../images/signInHeader.gif) no-repeat 0 0;
	width: 160px;
	height: 26px;
}


#topRightBar #loginFormWrapper form h2 span {
	visibility: hidden;
}


#topRightBar #loginFormWrapper form p {
	margin-top: 2px;
}

#topRightBar #loginFormWrapper form p.last {
	margin-top: -1px;
}

/*user name/password*/
#topRightBar #loginFormWrapper form p input {
	color: #d0d0e3;
	width: 158px;
	
}

/*continue button*/
#topRightBar #loginFormWrapper form p.last input {
	background-color: #ed3681;
	color: #fff;
	border: none;
	margin-top:5px;
	width: 56px;
	height: 18px;
	
	
}

/*forgot passwd*/
#topRightBar #loginFormWrapper form p.last a {
	color: #ed3681;
	text-decoration: none;
	font-size: 11px;
	margin-right: 10px;
}

#topRightBar #topListWrapper {
	overflow: hidden;
	zoom: 1;
	width: 166px;	
}


#topRightBar #topListWrapper ul {
	list-style:none;
	float: left;
	width: 120px;
	margin-top: 30px;
	margin-bottom: 25px;
	_margin-left: 22px;
	text-align: right;
	
}

#topRightBar #topListWrapper ul li a {
	color:  #2f1d16;
	font-size: 11px;
}

/*my shopping bag items*/
#topRightBar #topListWrapper a#myShoppingBagItems {
	display: block;
	background: url(../images/shopbag.gif) no-repeat 0 0 ;
	padding-left:15px;
	color: #2f1d16;
	float: left;
	clear: both;
	width: 150px;
	margin-left: 6px;
}

#topRightBar #topListWrapper a#myShoppingBagItems span {
	color: #fff;
}

#topRightBar #topListWrapper * {
	font-size: 12px;
	text-decoration: none;
}

/* =============== */
/* =Top Navigation */
/* =============== */


ul#topNav, ul#topNav li {
	padding:0;
	margin:0;
}
ul#topNav {
	list-style: none;
	clear: both;
}

ul#topNav li {
	display: inline;
	border-left: 1px solid #b1b1b1;
	padding-bottom:3px;
}

ul#topNav li a {
	text-decoration: none;
	font-size: 12px;
	margin-right: 8px;
	margin-left: 6px;
	color: #b1b1b1;
	
}


ul#topNav li.selected a {
	color: #2f1d16;
	
}

/* ===================================================== */
/* Content Wrapper contains: navigation, gedits, etc...  */
/* ===================================================== */

#contentWrapper {
	width: 100%;
	zoom:1;
	margin-top: 25px;
	min-height: 440px;
	_height: 440px;
}

/* ===================================== */
/* Shop Categories & Product =Navigation */
/* ===================================== */

ul#shopNav, ul#shopNav ul {
	list-style: none;
	padding:0;
	margin:0;	
	background-color: #fff;
}

/*categories*/
ul#shopNav li {
	width: 200px;
	background: #2f1d16 url(../images/button_bullet.gif) no-repeat 185px 8px;
	margin-bottom: 2px;
	#margin-bottom: 1px;
	_margin-bototm: 0px;
}

ul#shopNav li a {
	text-indent: 10px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 18px;
	padding-top: 2px;
	padding-bottom: 1px;
}

/*selected category*/
ul#shopNav li.selected {
	background-color: #ed3681;
	background-image: url(../images/shop_bullet.gif) !important;
}

/* selected product (sub category)*/
ul#shopNav li.selected ul li.selected {
	background-color: #fff;
}

ul#shopNav li.selected a {
	color: #fff;
}

ul#shopNav li.selected ul li.selected a {
	color: #ED3681 !important;
}


/* products */
ul#shopNav li ul {
	padding-left: 20px;
	background-color: #fff;
}

ul#shopNav li ul li {
	width: 180px;
	background-image: none;
	background-color: #fff;
}

ul#shopNav li ul li a {
	color: #000 !important;
}

/* ============== */
/* =GEdit content */
/* ============== */

.GEditContainer {
	min-height: 100px;
	width: 550px;
	_height: 100px;
}

.GEditContainer, .GEditContainer * {
	font-family: tahoma;
	font-size: 12px;
	line-height: 1.6em;
}

.GEditContainer h2, .GEditContainer h2 * {
	font-size: 14px !important;
}

.GEditContainer h1, .GEditContainer h1 * {
	font-size: 16px !important;
}

.GEditContainer p {
	padding: auto !important;
	margin-top: 1em;
	#margin-top: auto !important;
}



/* ======================== */
/* Scrollable =Gallery List */
/* ======================== */
#gallery {
	width: 490px;
	height: 94px;
	zoom: 1;
	float: left;
	clear: both;
	
}

/*back/next arrows*/
#gallery img#next, #gallery img#back {
	display:block;
	float: left;
	margin-top: 41px;
}

/*thumbnails container*/
#gallery #galleryListContainer {
	overflow: hidden;
	width: 445px;
	/*_width: 442px;*/
	zoom: 1;
	float: left;
	height: 94px;
	
}



#gallery #galleryListContainer ul {
	list-style: none;
	zoom: 1;
	margin:0;
	padding:0;
	white-spacing:nowrap;
	/*width: 4000px;*/
}

#gallery #galleryListContainer ul li {
	float:left;
	height: 94px;
	
}

/*thumbnail image surrounding anchor*/
#gallery #galleryListContainer ul li a {
	display: block;
	float: left;
	height: 88px;
	
	
}

#gallery #galleryListContainer ul li a:hover {
	border-bottom: 2px solid black;
}

/* ======================== */
/*  =Bottom Navigation Box  */
/* ======================== */
#bottomBox {
	float: left;
	clear: both;
	width: 300px;
	background: url(../images/bottom.gif) repeat-x;
	zoom: 1;
	height: 109px;
	position:relative;
	padding-left:500px;

	left:-500px;
}

#bottomBox ul {
	list-style: none;
	height: 72px;
	width: 210px;
	margin-left: 2px;
	margin-top: 15px;
	padding:0;
	float: left;
	clear: both;
}

#bottomBox ul li {
	float: left;
	display: block;
	width: 95px;
	_height: 10px;
	margin:0;
	padding:0;
}

#bottomBox ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	display: block;
	width: 100%;
}

/*mailing list form*/
#bottomBox form {
	float: left;
	clear: both;
	font-size: 11px;
	color: #000;
	padding-top: 5px;
	padding-left: 5px;
}

#bottomBox form input {
	font-size: 11px;
}

#bottomBox form input.email {
	color: rgb(185, 185, 213);
	border: 1px solid #e2e2e2; 
	width:100px;
	_width: 120px;
}

#bottomBox form input.submit {
	background-color: #ed3681;
	border: 1px solid #f26ba2;
	color: #fff;
}

/* "no items found in this category" container */
.noItems {
	clear: both;
}

.credit
	{
	display:block;
	float:left; position:relative; left:170px;
	margin-top:-37px; 
	#margin-top:-21px;
	border:0;
	}
.credit img
	{
	
	border:0;
	}
/* page content container */
#main {
	width:770px; 
	height:429px;
	position:absolute;
	margin:0 auto;
	z-index:2;
}

 
