/* Black Knight Ink
	Written by Katie Karpetz | bonded-design.com | katie@bonded-design.com | Sept 15th 2007 */
	
	
/* HTML Styles */

body {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	margin:0px;
	padding:0px;
	background-color:#000;
	background-image: url(../images/bg2.jpg);
	background-position: center;
	font-weight: bold;
	}

form {
	margin:0px;
	padding:0px;
	}

h1 {
	font-size: 25px;
	font-weight: bold;
	margin-top:50px;
	padding-left:45px;
	}

h2 {
	font-size: 16px;
	font-weight: bold;
	}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	}
	
h4 {
	font-size: 12px;
	font-weight: bold;
	}
	
h5 {
	font-size: 10px;
	font-weight: bold;
	}
	
h6 {
	font-size: 8px;
	font-weight: bold;
	}
	
a:link {
	color:#7A7A7A;
	text-decoration:none;
	}

a:hover {
	color:#7A7A7A;
	text-decoration:none;
	}

a:visited {
	color:#7A7A7A;
	text-decoration:none;
	}

a:hover {
	color:#7A7A7A;
	text-decoration:none;
	}

textarea { 
	font-family: "trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
}

/* Layout Styles */

#container {
	margin:  0 auto;
    padding: 0;
    text-align: left;
	width:750px;
	}

#header {
	width:750px;
	height:158px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	}

#navcontainer {
	padding: 0px;
	color: #333;
	}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

#navcontainer li {
	margin: 0;
	}

#navcontainer li a {
	display: block;
	padding: 0px;
	padding-left:50px;
	text-decoration: none;
	}

#navcontainer li a:hover {
	}

#active a:link, #active a:visited, #active a:hover, #active a:visited:hover {
	background-color: #7a7a7a;
	color: #bc0d0d;
	}

#sitemenu {
	width:170px;
	float:left;
	background-image: url(../images/navagation.jpg);
	background-repeat: no-repeat;
	height: 100%;
	}

#content {
	padding:0px;
	width: 560px;
	float:right;
	background-image: url(../images/content_W_middle.jpg);
	background-repeat: repeat-y;
	}
	
#contentTop {
	padding:10px;
	width: 500px;
	float:left;
	background-image: url(../images/content_W_top.jpg);
	background-repeat: no-repeat;
	}
	
#contentText {
	padding:15px 0px 0px 30px;
	float:left;
	clear:right;
	width: 140px;
	height: 80px;
	text-align: left;

	}
	
#contentTextMore {
	padding:50px 0px 0px 30px;
	float:left;
	width: 480px;
	text-align: left;
	display:inline;
	}

#contentBox {
	padding-left:20px;
	width: 500px;
	}

#contentShirt {
	padding:0px 0px 0px 10px;
	margin-right:10px;
	float:left;
	display: inline;
	clear: right;
	text-align: left	}

#contentOrder {
	padding:0px 0px 0px 10px;
	float:left;
	width: 475px;
	text-align: left;
	display:inline;
	}
#contentMiddle {
	width: 560px;
	float:left;
	}
#contentBottom {
	padding:0px;
	width: 560px;
	height:50px;
	float:left;
	background-image: url(../images/content_W_bottom.jpg);
	background-repeat: no-repeat;
	}
	
#footer {
	color:#fff;
	width:670px;
	position:static;
	float: right;
	padding-top:15px;
	padding-right:70px;
	text-align:right;
	vertical-align: top;
	}
		
#footer  a {
	color: #fff;
	text-decoration: none;
	}
	

#backToTop {
padding-top:18px;
padding-left: 350px;
}

.price {
	color: #CC0000;
	font-size: 14px;
}

