@CHARSET "ISO-8859-1";
/* CSS Document for Gore-Tex Travel Footwear
Copyright (c) 2008
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #353535;
	background: #ddddcc;
}

h1 {
	font-size: 24px;
	color: #666;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	color: #000;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #003dea;
	text-decoration: none;
}
a:hover {
	color: #666;
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}

/* Containers =========================== */
#wrap {
	width: 904px;
	margin: 0 auto;
	background: url('../images/bg.gif') 0 0 repeat-y;
}
#container {
	width: 900px;
	margin: 0 auto;
}

#top-nav {
	padding: 5px 30px;
	line-height: 2em;
	height: 25px;
}
	#top-nav a {
		color: #353535;
		font-size: 12px;
	}
	
#header {
	height: 332px;
	background: url('../images/header.gif') 0 0 no-repeat;
}

#content {
	padding: 25px 110px;
}

#footer {
	border-top: 1px solid #636363;
	padding: 15px 30px;
	text-align: center;
	font-size: 10px;
}
	#footer ul {
		margin: 0 0 15px 0;
		padding: 0;
		list-style: none;
	}
		#footer ul li {
			display: inline;
		}
			#footer ul li a {
				font-weight: bold;
				font-size: 12px;
				border-right: 1px solid #353535;
				padding-right: 5px;
				margin-right: 3px;
				color: #ae986a;
			}
			#footer ul li a.none {
				margin: 0;
				padding: 0;
				border: none;
			}
			
/* Footwear Page Styles ====================== */
.footwear-container {
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
	padding: 5px;
}
.footwear-image {
	width: 135px;
	float: left;
}
.footwear-image img {
	border: 1px solid #666;
}
.footwear-short {
	width: 500px;
	float: left;
	padding: 0 0 0 10px;
}
h2.footwear-name {
	font-size: 18px;
	font-weight: normal;
	color: #666;
	text-transform: capitalize;
}