/* @group Global and Structure */

*{
	margin: 0;
	padding: 0;
}

body{
	background: url(images/mg_multi_logo_bg.jpg) repeat;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: white;
}

#container{
	width: 800px;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #ACACAC;
	background: #000000;
}

p{
	color: #FFFFFF;
}

a{
	color: #FFFFFF;
}

a:hover{
	background: #FFFFFF;
	color: #000000;
}

#footer {
	width: 800px;
	padding: 10px;
	border: 1px solid #FFF;
	margin: 10px auto;
	background: #000000;
}

#footer p {
	text-align: right;
}

p#copyright {
	width: 100%;
}

/* @group Header */

#header{
	background: url(images/madgods.jpg) no-repeat;
	margin-bottom: 20px;
}

#madgods-title{
	position: relative;
	height: 160px;
	margin-bottom: 10px;
	text-indent: -5000px;
}

#madgods-title a{
	display: block;
	position: absolute;
	width: 800px; 
	height: 160px;
}

#madgods-title a:hover{
	color: none;
	background: none;
}

ul.nav{
	margin-left:0px;
	list-style-type: none;
	border: 1px solid #FFFFFF;
	padding: 10px;
}

ul.nav li{
	display: inline;
	padding: 10px;
	position: relative;
}

.nav li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}

.nav li a:hover{
	background: #000000;
	text-decoration: underline;
}

li.active-nav, .nav li ul{
	background: #FFFFFF;
}

li.active-nav a, .nav li ul li a{
	color: #000000;
}

li.active-nav a:hover{
	background: #FFFFFF;
}

.nav li ul{
	padding-top: 10px;
	position: absolute;
	display: none;
	top: .5em;
	left: 0;
	width: 120%;
	font-size: 12px;
}

.nav li ul li{
	display: block;
}

.nav li > ul{
	top: auto;
	left: auto;
}

.nav li:hover{
	background: #FFFFFF;
}

.nav li:hover a{
	color: #000000;
}

.nav li:hover a:hover{
	background: none;
}

.nav li:hover ul{
	display: block;
}

/* @end */






.breadcrumbs{
	margin: 10px 0;
}


/* @end */

/* @group Product Styles */

.productmain{
	width: 180px;
	padding: 10px;
	float: left;
	margin:0 5px;
}

.productmain img{
	border: 1px solid #FFFFFF;
}

.singleproduct{
	width: 20%;
	float: left;
}

.singleproduct img{
	border: 1px solid #FFFFFF;
	padding: 5px;
}

#productpage{
	padding-top: 20px;
}

#productpage .description p{
	margin-top: 10px;
}

#productdetails{
	width: 500px;
	margin-left: 40px;
}

#productdetails .description{
	width: 350px;
}

.price-info{
	font-size: 20px;
	color: #e51526;
	text-align: right;
	border-bottom: 1px solid #ACACAC;
}

#productpage .description ul{
	font-size: 12px;
	margin: 15px 0 15px 15px;
}

#productimages{
	width: 250px;
	text-align: center;
}

#productcontrols{
	width: 200px;
	border: 1px solid #ACACAC;
	padding: 10px;
}

p.list-info{
	font-size: 12px;
	margin-top: 5px;
}

p.list-info a {
	color: #FFFFFF;
}

p.list-info a:visited{
	color: #FFFFFF;
}

span.small-price{
	color: #279722;
}

/* @end */




/* @group Utilities */
.left{float: left;}
.right{float: right;}
.border{
	border: 1px solid #ACACAC;
	padding: 5px;
}
.hlist{
	list-style-type: none;
}

.hlist li{
	float: left;
}

/* @group Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/*Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* @end */

/* @end */

/* @group Pages */
.page-title{
	font-size: 25px;
	margin: 25px 0;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
	width: 50%;
}


/* @group Front */
#frontproducts{
	margin-top: 10px;
}

p.front-caption{
	width: 90%;
	float: left;
	margin-top: 10px;
}

/* @end */



/* @end */

/* @group Throwaway */

.cta-placeholder{
	display: none;
	border: 1px solid #ACACAC;
	height: 40px;
	width: 150px;
	float: right;
	margin-right: 20px;
	color: #FFFFFF;
}

/* @end */