html { height: 100%; }
body { min-height: 100%; height: 100%; overflow:hidden;}

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000;
	background-color:#CD2609;
	border-top:2px solid #000;
	}
h2 {
	margin: 0 0 18px 0;
	font-size: 18px;
	font-weight:normal;
	letter-spacing:-1px;
	text-decoration:none;
	color:#C82506;
	border-bottom:1px solid #F78F08;
	padding:0 0 18px 0;
	}	
p {
	margin:0 0 18px 0;
	line-height:19px;
	}
a {
	color: #bbb;
	text-decoration:none;
	}
a:hover {
	color:#C82506;
	text-decoration:none;
	border-bottom:1px solid #F78F08;
	padding:0 0 6px 0;
	}
#wrapper {
	margin:0 auto 0 0;
	height:752px;
	width:100%;
	background-color: #CD2609;
	}
#header{
	width:100%;
	position:absolute;
	padding:45px 0 0 0px;
	z-index:4;
	}
#header-inner{
	padding:14px 0 0 60px;
	min-height:100px;
	background: transparent url(../images/bg.png);	
	border:2px solid #ddd;
	/*
	background: url(../images/header_bg.png) repeat-y;	
	*/
	}
#logo {
	width:450px;
	height:50px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	}
#nav {
	font-size:18px;
	margin:5px 0 0 2px;
	line-height:22px;
	letter-spacing:-1px;
	}
#nav li {
	display:inline;
	margin-right:18px;
	}
	
#about{
	/*font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;*/
	width:290px;
	position:absolute;
	top:67px;
	right:70px;
	}
.bit {
	float:right;
	width:290px;
	text-align:left;
	}
#contact {
	margin:30px 0 0 50px;
	}
#contact p a:hover {
	border-bottom:1px solid #F78F08;
	}
.americana {
	font-family: "American Typewriter", Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	}
.madein {
	font-size:10px;
	}



#content{
	width: 100%;
	position: absolute;
	top: 480px;
	right: 0;

	}

/*#content {
	position:absolute;
	top: 50%;
	left: 50%;
	width:750px;
	height:750px;
	margin-top: -350px; 
	margin-left: -250px;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
}*/

.titleHead	 {
	color:#C82506;
	border-bottom:1px solid #F78F08;
	text-decoration:none;
	padding-bottom:2px;
	margin: 0 20px 0 0;
	font-weight:bold;
	}

.clear {
	clear:both;
}

/* CSS3 */
.rounded-10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
._shadow {
	-moz-box-shadow:  5px 5px 20px rgba(0,0,0,0.8);
	-webkit-box-shadow: 5px 1px 20px rgba(0,0,0,0.8);
	}
.transparent_class {
	opacity: 0.95;
	filter:alpha(opacity=93);
	}

/*Supersize Plugin Styles*/
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(../images/loader.gif);
		}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}

