body {
	background-color: #FFF;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

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

a {
	color: #1c91cf;
	text-decoration: none;
}

a:hover {
	color: #cf1c7a;
}

img { 
	border: 0;
}

.link {
	background-color: transparent;
	border-color: #1c91cf;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
}

#container {
	width: 917px;
	height: 100%;
	position: relative;
}

/* Nav */
#logoBar {
	height: 48px;
	left: 0px;
	top: 97px;
	text-align: left;
	position: absolute;
	z-index: 2;
}

#navTop {
	left: 167px;
	height: 81px;
	position: absolute;
	z-index: 3;
}

/* Left */
#left {
	top: 0px;
	left: 0px;
	width: 721px;
	position: absolute;
	text-align: left;
}

/*
#content {
	padding: 10px 30px 10px 30px;
	text-align: left;
	position: relative;
}
*/

/* Footer */
#footer {
	background-color: #d7e2e8;
	width: 693px;
	height: 28px;
	margin-bottom: 200px;
	position: relative;
	text-align: left;
}

#footer a { border: 0; }

#footer .bgL {
	left: 0px;
	position: absolute;
}

#footer .bgR {
	right: 0px;
	position: absolute;
}

#footer .text {
	color: #FFF;
	left: 100px;
	top: 6px;
	position: absolute;
}

/* Sidebar */
#sideBar {
	top: 0px;
	right: 0px;
	width: 193px;
	position: absolute;
	text-align: left;
}

#sideBar .dots {
	width: auto;
	height: 1px;
	background: transparent url(../images/sidebar/dots.gif) repeat-x;
	margin-top: 10px;
}

#cart {
	background: transparent url(../images/common/cartBg.gif) no-repeat;
	font-size: 12px;
	margin: 44px 0 0 0;
	padding: 16px 26px 0px 26px;
	text-align: left;
	width: auto;
	height: 48px;
}

#cart a {
	border: 0;
	color: #1c91cf;
	text-decoration: none;
}

#cart a:hover {
	color: #cf1c7a;
}

#sideNav {
	margin-top: 14px;
	text-align: left;
}

#sideNav ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 1px 1px;
}

#sideNav li {
	height: 16px;
}

#sideNav ul {
	padding-bottom: 15px;
}

#sideNav a {
	border: 0;
	color: #e40067;
	text-decoration: none;
}

#sideNav a:hover {
	color: #2796d1;
}

#newsletter {
	color: #b3bcc1;
	font-size: 12px;
	margin: 10px 0 15px 0;
	position: relative;
}

#newsletter h2 {
	font-size: 12px;
	font-weight: normal;
	height: 18px;
	margin: 0;
	padding: 0;
}

#newsletter .info {
	top: -16px;
	left: 72px;
	position:relative;
}

#newsletter .field {
	background: transparent url(../images/sidebar/field_bg.gif) no-repeat;
	width: 191px;
	height: 22px;
	margin-top: -12px;
	position: relative;
}

#newsletter input {
	background-color: transparent;
	border: 0;
	color: #b3bcc1;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size:10px;
	margin: 5px 0 0 8px;
	padding: 0;
	width: 161px;
}

#join-btn {
	position: absolute;
	top: -1px;
	right: 11px;
	width: 16px;
	height: 16px;
}

#newsletter-info {
	background: transparent url(../images/sidebar/info_bg.png) no-repeat;
	color: #FFF;
	display: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	padding: 28px 28px 30px 38px;
	position: absolute;
	
	text-align: left;
	top: 174px;
	left: 550px;
	width: 195px;
	height: 60px;
	z-index: 3;
}

* html #newsletter-info {
	background: transparent url(../images/sidebar/info_bg_ie.png) no-repeat;
}