/* CSS Document Build for */
/*______________________________________Globals*/
body{
	background:#000000;
	background:url(../images/page-bg.jpg) fixed;
	margin:0px;
	padding:0px;
	color:#000000;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}

div{

}

p{
	color:#000000;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;

}

a{	color:#6d1a16;
	text-decoration:none;

}	
	a img{
		border:0;
	}
/*_______________________________________________Content*/
#page{
	width:900px;
	margin:0px auto 0px auto;
	border:1px solid #ff0000;
	border-top:0;
	}

#header{
	height:100px;
	background:url(../images/header.jpg);
	}
	#logo{
		width:360px; 
		height:50px;
		position:relative;
		top:10px;
		left:10px;
		
		
	}
#shippinginfo{
	padding:5px;
	background:#ffffff;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
	#shippinginfo img{

	}

#content{
	width:870px;
	padding:15px;
	margin:0px auto 0px auto;
	background:url(../images/page-pattern.jpg);
	background-repeat:repeat;
	border-bottom:1px solid #ff0000;
	}
	#title{
		color:#6d1a16;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		font-size:30px;
	}
	.img{
		border:1px solid #6d1a16;
		padding:2px;
		margin-left:10px;
		width:400px;
		margin:0px auto 10px auto;
	}
	.pageImage{
		float:right;
		border:1px solid #6d1a16;
		padding:2px;
		margin-left:10px;
	}
	#homeImages{
		width:410px;
		float:right;
	}
	#homeImages .pageImage{
		margin:5px;
	}
/*______________________________________Nav*/
#navcontainer{
		background:#6d1a16;
}
#nav{
	width:630px;
	height:25px;
	margin:0px auto 0px auto;
	border-left:1px solid #000000;
	text-align:center;
	}
	.navlink{
		text-align:center;
		font-family:arial, helvetica, tahoma;
		font-size:16px;
		float:left;
		font-weight:bold;
	}
	
	.navlink a{
		color:#ffffff;
		text-decoration:none;
		background:url(../images/link-cold.jpg); 
		background-repeat:repeat-x;
		padding:3px 20px 3px 20px;
		border-right:1px solid #000000;
		line-height:25px;
	}
	.navlink a:hover{
		background:url(../images/link-hot.jpg); 
		background-repeat:repeat-x;
	}
	
/*______________________________________Credits*/
#footer{
	border-top:5px solid #000000;
	width:895px;
	background:#ffffff;
	padding:5px 0px 15px 5px;
	font-size:12px;
	}
	#footer a{
		color:#000000;
		text-decoration:none;
	}

/*_______________________________________________POP UP Credits*/
#credits{
	border:1px solid #6d1a16;
	width:480px;
	font-family:"Arial", Helvetica, sans-serif;
	margin:5px auto 5px auto;	
	font-size:15px;
	background:url(../images/page-pattern.jpg);
	background-repeat:repeat;
	
	}
	#credits a{
		text-decoration:underline;
		text-align:center;
		color:#6d1a16;
	}
	#credits p{
		font-size:12px;	
	}

	#closecredit{
		background:#ffffff;
		color:#6d1a16;
		text-align:center;
		font-size:12px;
		padding:5px;
		border-top:1px solid #6d1a16; 
	}
	
	
	
	
/*_______________________________________________MISC*/
.bold{font-weight:bold;}
.italic{font-style:italic;}
.clear{clear:both;}
.hLine{border-top:1px solid #6d1a16; height:1px; margin:5px;}
.color{color:#6d1a16;}
