
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

html {
	font-size: 100%; /* Force IE to 16pts */
}

body {
	background: #4b4242;
	text-align: center;
	font-size: 0.75em; /* 12pts */
	font-family: Georgia, Times, Arial, Sans-Serif;
}

#content {
	width: 450px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
	color: #fff;
}

#content img.rightImage {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#content p {
	margin-bottom: 1em;
}

#content .nav {
	list-style-type: none;
}

#content h1 a {
	width: 460px;
	height: 63px;
	display: block;
	text-indent: -500000px;
}

#content h1 {
	width: 460px;
	height: 63px;
	background: url('../images/global/legs-on-logo.gif') no-repeat top left;
}

#content h2 {
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #f3505e;
}

#pTerms #content h3 {
	margin-bottom: 1em;
	color: #f3505e;
	font-size: 1em;
}

#pTerms #content .txtContent a {
	color: #f3505e;
	text-decoration: underline;
}

#content ul.nav {
	width: 460px;
	float: left;
	border-top: 1px solid #372e2e;
	border-bottom: 1px solid #372e2e;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 33px;
}

#content ul.nav li {
	float: left;
	margin-left: 15px;
	display: inline; /*IE6 dbl margin */
}

#content ul.nav li a {
	display: block;
	text-indent: -30000px;
}

#content ul.nav li#home a {
	background: url('../images/global/nav_home.gif') no-repeat;
	width: 53px;
	height: 33px;
}

#content ul.nav li#home.active a,
#content ul.nav li#home a:hover {
	background: url('../images/global/nav_home_over.gif') no-repeat;
}

#content ul.nav li#about a {
	background: url('../images/global/nav_about.gif') no-repeat;
	width: 72px;
	height: 33px;
}

#content ul.nav li#about.active a,
#content ul.nav li#about a:hover {
	background: url('../images/global/nav_about_over.gif') no-repeat;
}

#content ul.nav li#products a {
	background: url('../images/global/nav_products.gif') no-repeat;
	width: 98px;
	height: 33px;
}

#content ul.nav li#products.active a,
#content ul.nav li#products a:hover {
	background: url('../images/global/nav_products_over.gif') no-repeat;
}


#content ul.nav li#shop a {
	background: url('../images/global/nav_shop.gif') no-repeat;
	width: 62px;
	height: 33px;
}

#content ul.nav li#shop.active a,
#content ul.nav li#shop a:hover {
	background: url('../images/global/nav_shop_over.gif') no-repeat;
}

#content ul.nav li#contact a {
	background: url('../images/global/nav_contact.gif') no-repeat;
	width: 82px;
	height: 33px;
}

#content ul.nav li#contact.active a,
#content ul.nav li#contact a:hover {
	background: url('../images/global/nav_contact_over.gif') no-repeat;
}


#content .hpGrid ul {
	clear: both;
	float: left;
	list-style-type: none;
	background: #fff;
	width: 458px;
	margin: 0;
}

#content .hpGrid ul {
	margin: 0;
}

#content .hpGrid ul li {
	float: left;
	display: inline;
	width: 146px;
	height: 217px;
	margin-left: 5px;
	padding-bottom: 5px;
}

#content .hpGrid ul li.topRow {
	margin-top: 5px;
}

#content .hpGrid ul li a {
	float: left;
}

#content .footer {
	clear: both;
	text-align: center;
	color: #110f0f;
	padding-top: 10px;
	font-size: 1em;
}

#content .footer a {
	color: #110f0f;
	text-transform: uppercase;
}

#content .footer a.active,
#content .footer a:hover {
	color: #f3505e;
}

#content .footer p.copyright {
	border-top: 1px solid #372e2e;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 458px;
	margin-bottom: 5px;
}

#content .txtContent {
	clear: both;
	padding-top: 10px;
}

#pContact .txtContent {
	font-size: 1.166em; /* 14pt */
}

#pContact .txtContent p a,
#pContact .txtContent p span {
	color: #f3505e;
}

#content .productList {
	list-style-type: none;
}

#content .productList li {
	clear: both;
	border-bottom: 1px solid #f3505e;
	overflow: visible;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#content .productList li img.floatLeft {
	float: left;
	margin-right: 10px;
	padding-bottom: 35px;
}

#content .txtContent p.intro {
	padding-bottom: 20px;
	border-bottom: 1px solid #f3505e;
}

#content .txtContent p.intro a {
	color: #f3505e;
	text-decoration: underline;
}

