@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/bg.gif) 0px 0px repeat #373235;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#conatiner {
	width: 912px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#header {
	width: 912px;
	height: 120px;
	top: 0px;
	left: 0px;
	margin: 0px;
	text-align: left;
}

#logo {
	width: 253px;
	height: 53px;
	float: left;
	margin-top: 25px;
	padding: 0px;
}

#social {
	width: 349px;
	height: 53px;
	background: url(../images/social-bg.gif) 0px 0px no-repeat #FFFFFF;
	float: right;
	margin-top: 25px;
	padding: 0px;
}

#social img {
	float: left;
	display: block;
	margin: 15px 8px 0px 8px;
}

#header-bar {
	width: 912px;
	height: 15px;
	background-color: #E46804;
	margin-top: 10px;
	float: left;
}

#main-feature-body {
	width: 912px;
	height: 488px;
	background: url(../images/main-feature-bg.gif) 0px 0px no-repeat #000000;
	margin: 0px;
	padding: 0px;
}

#main-packshot {
	width: 360px;
	height: 360px;
	position: relative;
	top: 52px;
	left: 27px;
	float: left;
	background-color: #373235;
}

#main-details {
	width: 290px;
	height: 360px;
	position: relative;
	top: 52px;
	left: 0px;
	float: left;
	overflow: auto;
	margin-left: 50px;
}

#main-details p {
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#main-details p a {
	color: #E46804;
	text-decoration: none;
}

#main-details p a:hover {
	color: #E46804;
	text-decoration: underline;
}

#main-buy-panel {
	width: 160px;
	height: 360px;
	position: relative;
	top: 52px;
	left: 0px;
	float: left;
	margin-left: 37px;
}

#main-buy-panel ul {
	width: 160px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	text-align: left;
}

#main-buy-panel li {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	display: block;
}

#sub-feature-body {
	width: 912px;
	height: 172px;
	background: url(../images/single-feature-bg.gif) 0px 0px no-repeat #000000;
	margin-top: 25px;
	padding: 0px;
}

#sub-packshot {
	width: 150px;
	height: 150px;
	position: relative;
	top: 10px;
	left: 10px;
	float: left;
	background-color: #373235;
}

#sub-details {
	width: 520px;
	height: 150px;
	position: relative;
	top: 10px;
	left: 0px;
	float: left;
	overflow: auto;
	margin-left: 25px;
}

#sub-details p {
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#sub-details p a {
	color: #E46804;
	text-decoration: none;
}

#sub-details p a:hover {
	color: #E46804;
	text-decoration: underline;
}

#sub-buy-panel {
	width: 160px;
	height: 150px;
	position: relative;
	top: 35px;
	left: 0px;
	float: left;
	margin-left: 27px;
}

#sub-buy-panel ul {
	width: 160px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	display: block;
	text-align: left;
}

#sub-buy-panel li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	display: block;
}

#footer {
	width: 912px;
	height: 20px;
	background-color: #000000;
	margin-top: 25px;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #999999;
	padding: 5px;
}

.title-orange {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #E46804;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.title-white {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
}




/* Clear float method 
-------------------------------------------- */

.clearfix:after,

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

.clearfix,
.clearfix_act {display:inline-block;}

/* Hide from IE Mac \*/

.clearfix,
.clearfix_act {display:block;}

/* End hide from IE Mac */

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0;
}