/* RESET and SETUP
__________________________________________ */

/* reset everything */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* including this */

:focus {
	outline: 0;
}

/* the basics */

body {
	background-color: #31b0e5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
input, select, textarea, button {
	font-family: inherit;
	font-size: inherit;
}
select, textarea {
	background-color: #FFF;
}
a {
	color: #a4e9fa;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
sup {
	/*font-size: 0.75em;*/
	font-size: 13px;
}

/* container setup */

.content {
	margin:0 auto;
	width: 955px;
}

/* text */

h2 {
	margin-bottom: 0.5em;
	color: #a4e9fa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
}
h3 {
	margin-bottom: 0.83em;
	color: #fff;
	font: bold 1.8em Arial, Helvetica, sans-serif;
}
h4 {
	margin-bottom: 1.27em;
	color: #a4e9fa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
p {
	margin-bottom: 1.27em;
	font-size: 1.1em;
	line-height: 1.27em;
	color: #fff;
}


/* defaults color belongs to home */

.bag {
	background: #fff url(../images/bag.background.gif) 0 0 repeat;
}
.main {
	width:100% !important;
	margin:0;
	height:100% !important;
}
.signup {
	width:100% !important;
	margin:0;
	background: #a9368c url(../images/signup.background.gif) 0 0 repeat;
}
.main .content {
	background-color: transparent;
	background-position: 150px 100%;
	background-repeat: no-repeat;
}
.footer .content {
	padding:10px 0px 20px 0px;
	margin:0 auto;
	width: 897px;
}
.signup .content {
	background: #a9368c url(../images/signup.background.gif) 0 0 repeat;
	margin:0 auto;
	width: 897px;
}


/* BAG
__________________________________________ */

.bag {
	height: 3.5em;
}
.bag .content {
	width: 897px;
}
.bag .content a {
	display: block;
	float: right;
	padding-left: 25px;
	width: auto;
	height: 3.5em;
	background: transparent url(../images/bag.bag.gif) 0 50% no-repeat;
	line-height: 3.5em;
	font-weight: bold;
	color: #a11f6d;
}


/* GLOBAL HEADER
__________________________________________ */

.main .header {
	position: relative;
	margin-left: 13px;
	margin-right: 29px;
	padding-top: 15px;
	height: 60px;
	background-color: transparent;
	background-position: 245px 0;
	background-repeat: no-repeat;
	z-index: 1001;
}

/* logo */

.header h1 {
	float: left;
	width: 207px;
}
.header h1 a {
	display: block;
	height: 80px;
	background: transparent url(../images/sporture.logo.home.png) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

/* navigation */

.header ul.navigation {
	float: right;
	margin-top: 9px;
	list-style-type: none;
	height: 36px;
}
.header ul.navigation li {
	float: left;
	height: 36px;
}
.header ul.navigation li a {
	display: block;
	height: 36px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.header ul.navigation li a:hover {
	background-position: 0 -36px;
}
.header ul.navigation li.nav-design {
	width: 95px;
}
.header ul.navigation li.nav-shop {
	width: 105px;
}
.header ul.navigation li.nav-find {
	width: 92px;
}
.header ul.navigation li.nav-get {
	width: 94px;
}
.header ul.navigation li.nav-design a {
	background-image: url(../images/nav.home.design.gif);
}
.header ul.navigation li.nav-shop a {
	background-image: url(../images/nav.home.shop.gif);
}
.header ul.navigation li.nav-find a {
	background-image: url(../images/nav.home.find.gif);
}
.header ul.navigation li.nav-get a {
	background-image: url(../images/nav.home.get.gif);
}


/* FOCUS
__________________________________________ */

.focus {
	z-index: 1000;
}


/* SIGN UP
__________________________________________ */

.signup h6 {		
	float: left;
	margin-right: 1em;
	color: #fff;
	font-size: 1.2em;
	line-height: 31px;
}
.signup p {		
	float: left;
	margin: 0 1.5em 0 0;
	color: #e2f6ff;
	font-size: 1.10em;
	line-height: 31px;
}
.signup fieldset {		
	float: right;
	margin: 6px 9px 6px 0;
	width: 180px;
	xheight: 19px;
	background: transparent url(../images/signup.form.background.gif) 0 0 no-repeat;
}
.signup fieldset input {		
	float: left;
	margin: 0 0 4px 7px;
	padding-top: 2px;
	width: 150px;
	height: 17px;
	color: #b7469b;
	background-color: transparent;
}
.signup fieldset input.subscribe {		
	float: right;
	margin: 3px 5px 5px 0;
	padding: 0;
	width: 13px;
	height: 13px;
}
.signup fieldset span.footerThanks,
.signup fieldset span.footerError {
    color: #FFF;
    float: left;
    display: visible;
    white-space: nowrap;
}



/* FOOTER
__________________________________________ */

.footer {
	color: #fff;
	font-weight: bold;
	width:100% !important;
	margin:0 auto;
	height:100%;
	align:center;
	font-size: 9px;
}
.footer .content p {
	clear: both;
	margin-bottom: 2px;
	font-weight: normal;
}
.footer ul {
	list-style-type: none;
	color: #fff;
}
.footer ul li {
	float: left;
	padding: 0 6px;
	border-left: 1px solid #a7e1f9;
}
.footer ul li.fnav_about {
	padding-left: 0;
	border-left: 0;
}
.footer ul li a {
	color: #fff;
}
.footer ul li a:hover {
	color: #c4eafa;
}


/* FORM ELEMENTS
__________________________________________ */

/* fields */

.field {
	margin-right: 4px;
	margin-bottom: 2px;
	height: 1%;
}
.field label {
	display: block;
    clear: left;
	margin-bottom: 7px;
	color: #a4e9fa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
.field label span {
	color: #fff;
}
.field input,
.field select {
	display: block;
	margin-bottom: 8px;
	width: 100%;
	color: #440377;
}
.field input {
	padding: 4px 3px 3px;
}
.field select {
	padding: 3px 0 2px;
}

/* buttons */

input.applyPromo,
input.addToBag,
input.calculatebestmatch,
input.checkout,
input.continue,
input.continueShopping,
input.customizeThisDress,
input.placeOrder,
input.reviewOrder,
input.update {
	display: block;
	margin-left: -2px;
	height: 35px;
	cursor: pointer;
}
input.applyPromo,
input.checkout,
input.continue,
input.continueShopping,
input.customizeThisDress,
input.placeOrder,
input.reviewOrder,
input.update {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div.button {
	height: 35px;
}
div.button a {
	height: 35px;
}

.field input.applyPromo {
	width: 72px;
    position: relative;
    top: -10px;
}
.promotionCode fieldset div {
    margin-top: -17px;
}
input.addToBag {
	width: 115px;
	
}
input.chooseSize
{
	float:right;
}
input.calculatebestmatch {
	width: 176px;
    height: 34px;
}
input.checkout {
	width: 105px;
}
input.continue {
	width: 105px;
	background-image: url(../images/button.continue.gif);
}
input.customizeThisDress {
	width: 178px;
}
input.placeOrder {
	width: 121px;
	background-image: url(../images/button.placeorder.gif);
}
input.reviewOrder {
	width: 131px;
	background-image: url(../images/button.revieworder.gif);
}
input.continueShopping {
	width: 172px;
    height: 34px;
}
input.designDress {
	width: 172px;
}
input.update {
	width: 80px;
}
div.continueShopping {
	width: 167px;
}


input.change,
input.remove {
	padding-left: 9px;
	background: transparent url(../images/bullet.subnav.gif) 0 50% no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	cursor: pointer;
}

.field.promotionCode
{
    width: 210px;
    margin: 0;
	float:right;
    position: relative;
    left: 15px;
}
.field.promotionCode div
{
	color: #fff;
	clear:left;
	display:block;
}
.field.promotionCode span.error
{
	color: #fff;
	clear:left;
    position: relative;
    top: -6px;
	font-weight:bold;
	display:block;
}
.field input.codeValue
{
	float:left;
	width:120px;
}


/* CLEAR FLOATS
__________________________________________ */

.header:after,
.content:after,
.focus:after {		
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

