/*standard css*/
html{
	font-size:100.01%;
	height:100%;
}
body,h1,h2,h3,h4,p,ul,ol,li,form,img{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}
/*structural elements*/
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	background:url(../images/dragons.jpg) left top repeat #000;
	height:100%;
}
#container{
	background:url(../images/main_back.gif) center top no-repeat;
	width:100%;
	min-height:100%;
	text-align:center;
}
#logo{
	margin-top:114px;
	padding-left:4px;
}
#navContainer{
	height:29px;
	margin-top:20px;
	border-bottom:#10fff8 solid 3px;
}
#navigation{
	width:516px;
	text-align:center;
	margin: 0px auto;
	height:29px;
}
#imageContainer{
	border-bottom:#10fff8 solid 3px;
}
#mainPic{
	width:560px;
	text-align:left;
	margin: 0px auto;
	height:361px;
}
#footer{
	width:300px;
	padding-top:50px;
	text-align:center;
	margin: 0px auto;
}
#blocker{
	clear:both;
}
/*specific css*/
li{
	display:inline;
}
h1{
	display:none;
}
p.footer{
	color:#FFFFFF;
	font-weight:normal;
	font-family:helvetica;
	font-size:0.7em;
	text-align:center;
	line-height:1.5em;
}
p.main{
	color:#FFFFFF;
	font-weight:normal;
	font-family:helvetica;
	font-size:0.7em;
	text-align:left;
	line-height:1.6em;
}
p.mainBold{
	font-weight:bold;
	font-size:0.8em;
	color:#FFFFFF;
	font-family:helvetica;
	text-align:left;
	line-height:1.5em;
}
/*navigation*/
#navigation a{
	display:block;
	float:left;
	height:29px;
}
#navigation a span{
	display:none;
}
#navigation a:hover,#navigation .current{
	background-position:0 -29px;
}
#welcome{
background-image:url(../images/welcome.gif);
width:97px;
}
#about{
background-image:url(../images/about.gif);
width:113px;
}
#products{
background-image:url(../images/products.gif);
width:118px;
}
#gallery{
background-image:url(../images/gallery.gif);
width:99px;
}
#contact{
background-image:url(../images/contact.gif);
width:89px;
}
/*middle nav*/
#middleNav a{
	display:block;
	float:left;
	height:361px;
}
#middleNav a span{
	display:none;
}
#middleNav a:hover{
	background-position:0 -361px;
}
#jeans{
background-image:url(../images/jeans.jpg);
width:141px;
}
#tshirts{
background-image:url(../images/tshirts.jpg);
width:140px;
}
#shirts{
background-image:url(../images/shirts.jpg);
width:139px;
}
#custom{
background-image:url(../images/custom.jpg);
width:140px;
}
