@charset "utf-8";

/* CSS Document */
html { 
	font-size: 100%;
}

body { 
	font-size: 62.5%;
}
h1 {
	font-size:45px;
}

h2, h5, p {
	font-size:12px;
}

 h3 {
	 font-size:16px;
}

h4 {
	font-size:11px;
}

h6 {
	font-size:14px;
}

#bg {
	background:url(../images/textbga.png) no-repeat;
	width:720px;
}

#text {	
	width:700px;
	margin:10px;
	padding:10px;
}

#text p {
	font-size:18px;
}

#text h2 {
	font-size:23px;
	color:#FF0000;
}

html, body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background:url(../images/Background.jpg) no-repeat;
	background-color:#000;
	color:#eee;
	text-align:center;
}

#header {
	top:0px;
	left:0px;
	height:54px;
	background:url(../images/BannerGrad.png) repeat-x;
}

#header img {
	width:405px;
	height:72px;
	float:left;
	margin-left:5px;
	border:none;
}

#content {
	height:1240px;
	width: 720px;
	margin:0 auto;
	text-align:left;
	padding-top:55px;
}

#text, #TandCs p {
	font-size:18px;
}


ol, ul {
	font-size:18px;
}



#text h2 {
	font-size:22px;
	color:#FF0000;
}

#buttons {
	clear:both;
	height:60px;
	margin-top:20px;
}

#shop, #contact, #faq, #home {
	float:right;
	width:40px;
	height:40px;
	padding:10px 5px 0px 5px;
}

#shop {
	margin-right:2%;	
	display:inline;
}

#TandCs {
	float:left;
	padding-left:25px;
	padding-bottom:20px;
	color:#eeeeee;
}

#footer {
	clear:both;
	margin-left:3%;
	height:35px;
	bottom:0px;
	text-align:left;
}

#footer P {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
}

