@import url("content.css");
@import url("product.css");
@import url("modal.css");

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Arial', sans-serif;
	background-image: url("../../gradient?width=1&height=50&colors=44270b,663200&fractions=0,100");
	background-repeat: repeat-x;
	color: #3c4544;
	background-color: #663200;
	padding-bottom: 20px;
	font-size: 90%;
}

img {
	border: 0;
}

#nav {
	background-color: #3c4544;
	color: white;
	padding: 2px;
	height: 100%;
}

#newsletter {
	background-color: #3c4544;
	color: white;
	padding: 2px;
}

#newsletter h2 {
	height: 24px;
	font-size: 100%;
	background-image: url("../../gradient?width=1&height=20&colors=7ed002,54c106,61daa0d,4abb07&fractions=0,49,50,100");
	background-repeat: repeat-x;
	text-transform: uppercase;
	padding: 2px;
	font-weight: bold;
}

#newsletter>form {
	font-size: 90%;
	margin-left: 2px;
}

#nav a {
	color: #ffffff
}

.menuHeader {
	background-image: url("../../gradient?width=1&height=20&colors=fbbb68,fa8208,f86e03,fa7d07&fractions=0,49,50,100");
	background-repeat: repeat-x;
	height: 24px;
	line-height: 20px;
	padding-left: 2px;
	font-weight: bold;
}

#nav ul {
	margin-bottom: 15px;
}

#nav ul li {
	text-transform: uppercase;
	list-style: none;
}

#nav ul li>ul li {
	text-transform: uppercase;
	font-size: 90%;
	list-style: none;
	margin-left: 4px;
}

#nav ul a {
	display: block;
	text-decoration: none;
}

#nav li a {
	text-decoration: none;
}

#nav ul a:hover {
	color: #FF8000
}

#shopping {
	float: right;
	position: relative;
	top: 0;
	margin-right: 28px;
	width: 250px;
	height: 43px;
	background-repeat: repeat-x;
}

#shopping a {
	display: block;
	height: 40px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	vertical-align: middle
}

.shoppingHeaderNormal {
	background-image: url("shoppingHeader.jpg");
	background-position: top;
}

.shoppingHeaderHover {
	background-position: bottom;
}

#column1 {
	float: left;
	font-size: 90%;
	width: 158px;
}

#logo {
	padding: 0px;
	margin-bottom: 0px;
	height: 90px
}

#header {
	font-weight: bold;
	color: white;
}

#HomeLink {
	display: block;
	text-indent: -700px;
	position: relative;
	margin-left: 16px;
	width: 350px;
	height: 70px;
	background-image: url("SchultzClothing.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
}

#headerImage {
	height: 150px;
}

#main {
	position: relative;
	margin-left: 176px;
	width: 602px;
}

#shopping #cart {
	position: absolute;
	left: 40px;
	top: 8px;
	width: 120px;
	font-size: 70%;
	font-weight: normal;
	text-align: center;
}

#shopping #checkout {
	position: absolute;
	top: 0px;
	left: 164px;
	width: 80px;
}

#checkout a {
	display: block;
	color: #ffffff;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	vertical-align: middle;
}

#main p {
	margin-bottom: 20px;
}

#gallery {
	margin: 0;
	
}

#gallery li {
	float: left;
	display: block;
	width: 175px;
	background-color: white;
	list-style: none;
	margin: 10px;
	text-align: center;
}

#gallery li a {
	display: block;
	border: solid 1px gray;
	padding: 5px 0px;
}

.cartHeader {
	color: #FFFFFF;
	background-image: url("../../gradient?width=1&height=24&colors=d7d7d7,9a9a9a,7c7c7c,808080&fractions=0,49,50,100");
	background-repeat: repeat-x;
	border-top: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
}

#gallery li div {
	font-weight: bold;
	padding: 5px;
	background-image: url("../../gradient?width=1&height=30&colors=d7d7d7,9a9a9a,7c7c7c,808080&fractions=0,49,50,100");
	background-repeat: repeat-x;
	background-color: #808080;
	color: white;
	border: solid 1px gray;
	border-top: 0px;
}

label {
	font-weight: bold;
	color: #FF6600;
}

.productName {
	font-size: 140%;
	text-transform: lowercase;
}

.highlight {
	color: #FF6600;
}

.small {
	font-size: 90%;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#footer ul {
	
}

#footer li {
	display: inline;
}

/**
Classes for the buttons, applies images and layouts for links or buttons to look the same
*/
.button {
	display: block;
	background: url("button.jpg");
	background-repeat: no-repeat;
	background-position: top;
	line-height: 31px;
	height: 31px;
	width: 100px;
	font-weight: bold;
	border: 0;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size: 9pt;
}

.blackButton {
	background-position: top left;
}

.greenButton {
	background-position: top right;
}

.hoverButton {
	background-position: bottom left;
}

#FreeGear {
	background-color: #3c4544;
	text-align: center;
	padding-bottom: 20px;
}

.freeButton {
	display: block;
	background: url("FreeGearButton.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 110px;
	height: 110px;
	width: 110px;
	font-weight: bold;
	border: 0;
	color: #663200;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	text-indent: -900px;
	font-size: 9pt;
	margin: 0 auto;
}

.freeButtonHover {
	background-position: top;
}

.top {
	vertical-align: top;
}

.error {
	color: red;
}

#shippingOptions label {
	color: #3c4544;
	font-weight: bold;
}

.discount {
	color: #FF6600;
	font-weight: bold;
}

.leftAlign {
	text-align: left;
}

.rightAlign {
	text-align: right;
}

.lastColumn {
	width: 200px;
	}

.bold {
	font-weight: bold;
}