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

@import url(type.css);

/*----I SHALL RESET YOU ------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

h1,h2,h3,h4,h5,h6 { font-size : 100%; }

ol,ul { list-style : none; }

address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

table { border-collapse : collapse; /*border-spacing : 0;*/ }

fieldset,img {
	border : 0;
}

caption,th { text-align : left; }

q:before, q:after { content :''; }

/*---THERE, YOU HAVE BEEN RESET------*/

* {margin:0;padding:0;} 

html, body, #wrap {height: 100%;}

html {
text-align:center;	
}

body {
position:relative;
width:950px;
margin:0 auto;
text-align:left;
}

body > #wrap {height: auto; min-height: 100%;}

div#footer{
position:relative;
width:950px;
background:transparent url(../images/footer-bg.jpg) no-repeat center;
border-top:#666 2px solid;
height:auto;
margin-top: -150px; /* negative value of footer height */
height: 150px;
clear:both;
}

div#info{
position:absolute;
margin:30px 40px;
}

/* CLEAR FIX*/
.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 */


/*----------------------------HEADER--------------------------------*/
div#header-nav{
position:relative;
width:100%;
height:150px;
border-bottom:#333 3px solid;
}

	div#header-nav img{
	position:absolute;
	margin:20px 173px;
	width:776px;
	height:72px;
	}
	
	div#header-nav h1{
	position:absolute;
	margin:5px 10px;
	}
	
	div#header-nav blockquote{
	position:absolute;
	margin:15px 550px;
	width:400px;	
	}
	
	div#header-nav ul{
	position:absolute;
	margin:105px 200px;
	list-style:none;
	width:750px;
	}
	
	div#header-nav li{
	float:left;
	padding:0 40px;
	}

div#top-info{
width:100%;
height:50px;
background:transparent url(../images/top-nav-bg.jpg) repeat-x;
margin:0 auto;
}

/*---------------------------BEGIN CONTENT-------------------------------*/

div#content {
position:relative;
width:950px;
height:100%;
padding-bottom:150px;
}	

	div#content.frontpage ul;{
	position:absolute;
	list-style:none;
/*        list-style:disc;*/
	width:950px;
	}
	
	div#content li{
	float:left;
	width:450px;
	padding:10px 10px 20px 10px;
	}
	
	div#content p{
	padding-top:5px;
	}
	
			div#content ol.faq{
			list-style:square;
			width:80%;
			margin-left:10px;
			padding-right:50px;
			}
			
			div#content li.faq{
			float:left;	
			font-family: Arial, Helvetica, sans-serif;
			font-size:.75em;
			font-weight:bold;
			line-height:1.5em;
			color:#333;
			padding:5px;
			}
			
			div#content a,div#purchase a,div#info a {
			text-decoration:none;
			color:#FF8000;
			}
			
			div#content a:hover,div#purchase a:hover{
			color:#666;
			}
			
			div#content img{
			width:16px;
			height:20px;
			}
			
			div#content img.purchase{
			width:90px;
			height:49px;
			float:right;
			clear:left;
			}

div#products{
position:relative;
width:950px;
margin:10px 0 30px 0;
}

div#content-about-us, div#content-purchase,div#content,div#products{
padding-bottom:150px;
}

.left{
float:left;
display:inline-block;
width:49%;	
text-align:center;
padding:20px 0 0 0;
}

.right{
float:right;
display:inline-block;
width:49%;	
clear:right;
text-align:center;
}

div#about-us,div#purchase,div#content{
position:relative;
width:950px;
margin:10px 0 50px 0;
float:left;
}

div#sub-story{
float:left;
width:550px;
margin:0 20px;
}

div#content .board {
width:448px;
height:243px;
margin-top:5px;
border:2px #CCC solid;
-moz-box-shadow:0 0 6px #AAAAAA;
-webkit-box-shadow:0 0 6px #AAAAAA;
box-shadow:0 0 3px #AAAAAA;
}

div#footer-logo{
position:absolute;
margin:10px 850px;
}
