/*---------------------------------------------------------------------------------

CREATOR DETAILS

Author: 
Company: Attitude Design Ltd
Web Address: www.attitudedesign.co.uk
Date:

---------------------------------------------------------------------------------*/




/*---------------------------------------------------------------------------------
GLOBAL RESET
---------------------------------------------------------------------------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family: Georgia, Times, serif;

}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*---------------------------------------------------------------------------------
GLOBAL FONT CONSISTENCY (http://developer.yahoo.com/yui/fonts/#using)
---------------------------------------------------------------------------------*/

body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}


/*---------------------------------------------------------------------------------
GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
---------------------------------------------------------------------------------*/

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1.2em 0 0.2em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
	color: #c8cfa6;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

a:link		{ color: #eee4c1; text-decoration: none; font-weight: bold; 	font-family: Georgia, Times, serif;
}
a:visited	{ color: #eee4c1; text-decoration: none; font-weight: bold; 	font-family: Georgia, Times, serif;
}
a:hover		{ color: #bd0d3d; text-decoration: underline; font-weight: bold; 	font-family: Georgia, Times, serif;
}
a:active	{ color: #eee4c1; text-decoration: none; font-weight: bold; 	font-family: Georgia, Times, serif;
}

p, li {
	line-height: 1.3em;
	color: #f5f0de;
	font-family: 'Trebuchet MS', sans-serif;
	margin: 0 0 8px 0;
	font-size: 90%;
}

/*---------------------------------------------------------------------------------
Global Layout
---------------------------------------------------------------------------------*/

body {
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	margin-top: 0;
	padding: 0;
	width: 100%;
	background: url('../images/bg.jpg') top center no-repeat #020202;
}



---------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------
Global Divs
---------------------------------------------------------------------------------*/

div {
	text-align: left;
	margin: 0;
	padding: 0;
}

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

.end {
	padding: 0;
	margin: 0;
}

.hr {
	width: 100%;
	float: left;
	border-bottom: #58add5 solid 1px;
	height: 1px;
}

.half_left {
	float: left;
	width: 49%;
}

.half_right {
	float: right;
	width: 49%;
}
/*---------------------------------------------------------------------------------
Layout Styles
---------------------------------------------------------------------------------*/



#container {
	width: 900px;
	padding: 0 25px 0 25px;
	margin: 0 auto;
	font-size: 1.2em;
}

#topnav {
	width 100%;
}

#topnav ul{
	float: left;
	margin: 20px 0;
}

#topnav li{
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#topnav li a{
	float: right;
	list-style-type: none;
	margin: 0 0 0 20px;
}

#header {
	width: 900px;
	background: url('../images/impossiblebottlelogo.jpg') top left no-repeat;
	height: 300px;
	float: left;
}

#header h1{
	height:1px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: none;
}

#pagecontents {
	width: 851px;
	margin: 0 24px;
	float: left;
	background: url('../images/page_bg.jpg') top center no-repeat #2a2b25;
}	

.page_inner {
	padding: 20px 40px 100px 40px;
	margin: 0;
	float: left;
	width: 771px;
}


.full_block {
	margin: 20px 4px;
	width: 707px;
	float: left;
}


.third {
	margin: 0 4px;
	width: 248px;
	float: left;
}

.third ul{
	margin: 0 0 0 20px;
	padding: 0;
}

.third .third.product_title {
	width: 248px;
	height: 51px;
	float: left;
}

.third .product_one {
	background: url('../images/title_1.jpg') top left no-repeat;
	width: 248px;
	height: 51px;
	float: left;
}

.third .product {
	background: url('../images/title.jpg') top left no-repeat;
	width: 248px;
	height: 51px;
	float: left;
	margin: 10px 0 0 0;
}

.third .product_two {
	background: url('../images/title_2.jpg') top left no-repeat;
	width: 248px;
	height: 51px;
	float: left;
}

.third .product_three {
	background: url('../images/title_3.jpg') top left no-repeat;
		width: 248px;
	height: 51px;
	float: left;
}

.third .product_title h2{
	height:1px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: none;
}

.third .product_image {
	background: url('../images/product_bg.jpg') top left repeat-y;
	width: 218px;
	height: 330px;
	float: left;
	padding: 0 16px;
}

.third .product_footer {
	background: url('../images/product_footerbg.jpg') top left repeat-y;
	float: left;
	width: 218px;
	padding: 30px 16px;
}

.third .product_footer p{
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.two_thirds {
	width: 506px;
	float: left;
	margin: 0 4px;
}

.two_thirds .third.product_title {
	width: 506px;
	height: 51px;
	float: left;
}

.two_thirds .product_large {
	background: url('../images/titlelarge.jpg') top left no-repeat;
	width: 506px;
	height: 51px;
	float: left;
}

.two_thirds .product_one_large {
	background: url('../images/titlelarge_1.jpg') top left no-repeat;
	width: 506px;
	height: 51px;
	float: left;
}

.two_thirds .product_two_large {
	background: url('../images/titlelarge_2.jpg') top left no-repeat;
	width: 506px;
	height: 51px;
	float: left;
}

.two_thirds .product_three_large {
	background: url('../images/titlelarge_3.jpg') top left no-repeat;
	width: 506px;
	height: 51px;
	float: left;
}

.two_thirds .product_title h2{
	height:1px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: none;
}

.two_thirds .product_image {
	background: url('../images/product_bglarge.jpg') top left repeat-y;
	width: 506px;
	height: 640px;
	float: left;
	padding: 0 16px;
}

.two_thirds .product_footer {
	background: url('../images/product_footerbglarge.jpg') top left repeat-y;
	float: left;
	width: 506px;
	height: 43px;
	padding: 0;
}

.two_thirds .product_footer p{
	padding: 0;
	margin: 0;
}

.italic {
	font-style:italic;
	font-size: 80%;
	font-weight: normal;
}

.catchphrase{
	font-style:italic;
	font-size: 90%;
	font-weight: normal;
	padding: 0;
	color: #704b4b;
	margin: 0 0 20px 0;
}


#footer {
	margin: 30px 0 0 0;
	float: left;
	width: 100%;
}

#footer img{
	margin: 10px 0 30px 0;
}

#footer p, #footer a{
	color: #704b4b;
	font-size: 90%;
}

#footer a:hover{
	color: #FFF;
}

.buy_now {
	margin: 30px 0 10px 0;
}

table, tr, th, td {
	border: none;
	color: #FFF;
}

th {
text-align: right;
}

.submitbutton {
	margin: 30px 0 0 0;
}


.half_right .buy_now{
	margin: 0;
	padding: 0;
}



.half_right  .submitbutton {
	margin: 10px 0 0 0;
	padding: 0;
}

.price {
	font-size: 90%;

}

.header_left {
	float: left;
	width: 60%;
}
.header_right {
	float: right;
	width: 40%;
}
