#container	{
	margin: 0 auto;
	text-align: left;
	width: 770px;
}

#mainnav	{
	height: 40px;
}

#mainnav	li	{
	float: left;
}

#content	{
	background: url(../images/content-bg.jpg) top center no-repeat #fff;
	padding: 1em 7px 2em 8px;
}

.content	{
	color: #666;
	font-size: 0.8em;
	padding: 1.2em 1.5em;
}

.content	h2	{
	border-bottom: 1px solid #666;
	color: #333;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 0.5em;
	padding: 0.1em;
}

.content	h4	{
	font-size: 1.4em;
	margin: 0.3em 0.1em;
}

.content	ul	{
	margin: 0.7em 1.5em 1.5em;
}

.content	ul	li	{
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

.product-list	li	{
	border-bottom: 1px solid #ccc;
	display: block;
	margin-bottom: 1em;
	padding: 1em;
}

.product-list	li	img	{
	float: left;
	margin-right: 4px;
}

.product-list	li	.product-d	{
	margin-left: 92px;
}

.product-list	li	h3	{
	font-size: 1.3em;
	font-weight: bold;
}

.product-list	li	.description	{
	font-size: 0.85em;
	line-height: 1.2em;
}

.product-list	li	.price	{
	font-size: 1.2em;
}

.content	.clear	{
	clear: left;
}


/* product page */
.short-product-list	{
	border-right: 1px solid #ccc;
	float: left;
	margin: 0.2em 0.4em;
	padding: 0.3em 1em 0.3em 0;
	width: 175px;
}

.short-product-list	h3	{
	border-bottom: 1px solid #666;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
}

.short-product-list	ul	{
	font-size: 0.9em;
	margin: 0.4em;
	position: relative;
}

.short-product-list	ul	li	{
	background: url(../images/short-list-bg.gif) top left no-repeat transparent;
	display: block;
	line-height: 1.2em;
	padding-left: 13px;
}

.product	{
	margin-left: 198px;
	padding: 0 10px 1.2em;
}

.product	h1	{
	border-bottom: 2px solid #666;
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: -1px;
}

.product	.image	{
	float: left;
	padding: 1em 0;
	text-align: center;
	width: 175px;
}

.product	.description	{
	font-size: 0.85em;
	line-height: 1.3em;
	margin-left: 180px;
	padding: 1em 0;
}

.product	.description	#priceholder	{
	background-color: #eee;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 0.1em;
}
.product	.description	.price	span	{
	color:#f00;
}

.product	.description	.price	.discount	{
	color: #f00;
	font-size: 1.3em;
}

.product	.description	.price	.your	{
	font-size: 1.1em;
	font-weight: bold;
}

.product	.description	.price	.your	span	{
	color: #f00;
	font-size: 1.3em;
}

.product	hr	{
	background: none;
	border: 0;
	border-top: 1px dotted #ccc;
	height: 1px;
	margin: 0.2em 0;
	padding: 0;
}

.product	.description	.details	{
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: left;
}

.product	.description	.details	p	{
	margin: 0 0 1em;
}

.product	.description	.details	ul	{
	list-style-type: square;
}
/* product page */


/* footer */
#footer-promos	{
	height: 150px;
	padding: 0 13px 0 14px;
}

#footer-promos	li	{
	float: left;
}

#footer	{
	background: url(../images/footer-bg.jpg) top center no-repeat transparent;
	color: #666;
	font-size: 0.7em;
	padding: 5em 2em 3em;
	text-align: right;
}
/* footer */
/* Alliances */
#alliances	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1em auto;
}

#alliances	h2	{
	color: #669;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 1em;
	text-align: center;
}

#alliances	ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#alliances	ul	li	{
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 15px;
}

#alliances	ul	li	img	{
	float: left;
}

#alliances	ul	li	p	{
	margin-left: 140px;
}
/* Alliances */