@charset "UTF-8";
/* CSS Document */

/***********************************************************************
	GENERAL
************************************************************************/


p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:80%;
	color:#dddcc5;
	margin-top:0px;
	margin-bottom:15px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#fbb503;
	font-size:135%;
	margin-bottom:10px;
	border-bottom:1px #fbb503 solid;
	border-top:1px #fbb503 solid;
	width:95%;
	text-transform:uppercase;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:100%;
	margin-bottom:15px;
	text-transform:uppercase;
}


h2#mission {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CCC;
	font-size:70%;
	line-height:130%;
	text-transform:capitalize;
}

h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#CCC;
	font-size:80%;
	line-height:130%;
	text-transform:uppercase;
	margin-bottom:8px;
}

h3.price {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#fbb503;
	font-size:110%;
	line-height:130%;
	text-transform:uppercase;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:85%;
	text-transform:capitalize;
	margin-bottom:5px;
}

blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:20px;
	color:#000;
	font-size:90%;
}

.clear {
	height:0px;    
	clear: both;
	overflow:auto;
	}

a:link {color:#fbb503; text-decoration:none; font-size:100%; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
a:visited {color:#fbb503; text-decoration:none; font-size:100%; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
a:hover {color:#009903; text-decoration:underline; font-size:100%; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
a:active {color:#FFF; text-decoration:none; font-size:100%; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}

a img {
	border:none;
}

* { margin: 0; padding: 0; }

img.alignImgLeft {
	float:left;
	padding:10px 10px 10px 0px;
	border:none;
}

img.alignImgRight {
	float:right;
	padding:10px 0px 10px 10px;
	border:none;
}
	

/***********************************************************************
	BODY
************************************************************************/
body {
	margin:0px;
	padding:0px;
	font-size:1em;
	background-color:#0f2012;
	background-image:url(mlk_images/body_bg.png);
	background-repeat:no-repeat;
	background-position:top;
}

#container {
	width:800px;
	margin:10px auto 0px auto;
	padding:0px;
	background-image:url(mlk_images/shirt_texture.png);
	background-repeat:repeat;
}

/***********************************************************************
	HEADER
************************************************************************/

#header {
	width:780px;
	margin:10px 0px 0px 10px;
	padding:0px;
}

#header #headerLeftContent {
	height:220px;
	width:200px;
	float:left;
	border:none;

}

#header #headerLeftContent img {
	width:195px;
	height:110px;
	margin-bottom:0px;
	margin-top:10px;
	border:none;
}

#header #headerLeftContent h2 {
	width:185px;
	height:90px;
	margin-top:0px;
	margin-left:10px;
	overflow:auto;
}

#header #slider {
	width:580px;
	float:left;
	margin-top:10px;
}

/***********************************************************************
	NAVIGATION
************************************************************************/

#navigation {
	width:780px;
	margin-top:15px;
	margin-bottom:0px;
	margin-left:0px;
	padding:0px;
}

/***********************************************************************
	LEFTCOLUMN
************************************************************************/

#bodyWrapper {
	width:780px;
	margin:10px;
	padding:0px;
}

#leftColumn {
	width:190px;
	float:left;
	margin:10px 10px 10px 0px;
	padding:0px;
}

#leftColumn img {
	margin:0px;
	border:none;
}

.recommendedProduct {
	border:#333 dotted 1px;
	padding:5px;
	margin-bottom:10px;
}

.recommendedProduct:hover {
	background-color:#0f2012;
}



/***********************************************************************
	RIGHTCOLUMN
************************************************************************/

#rightColumn {
	width:578px;
	float:left;
	margin:10px 0px 10px 0px;
}

#rightColumn #content a:link {color:#fbb503; text-decoration:none; font-size:100%; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
#rightColumn #content a:visited {color:#fbb503; text-decoration:none; font-size:100%; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
#rightColumn #content a:hover {color:#009903; text-decoration:underline; font-size:100%; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
#rightColumn #content a:active {color:#FFF; text-decoration:none; font-size:100%; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}

#rightColumn #content ul {
	margin:5px 0px 15px 0px;
}

#rightColumn #content li {
	color:#fbb503;
	margin-left:15px;
	text-decoration:none;
	list-style:none;
}

#rightColumn .profileContainer {
	width:100%;
}

#rightColumn .profileContainer img {
	float:left;
	height:150px;
	width:125px;
	margin-right:10px;
	margin-bottom:10px;
	border:none;
}

.teamPhotos {
	width:190px;
	float:left;
	margin-top:10px;
	padding:0px;
}

/***********************************************************************
	STORE
************************************************************************/

.smallItem {
	width:165px;
	float:left;
	border:1px dotted #666;
	margin:5px;
	padding:5px;
}

.smallItem:hover {
	background-color:#0f2012;
}

.smallItem p b {
	color:#FFF;
	line-height:20px;
	font-size:120%;
}
.storeLeftColumn {
	width:300px;
	float:left;
	margin-right:8px;
}

.storeLeftColumn .largeItem {
	height:350px;
	width:300px;
	border:none;
}

.storeLeftColumn .altImage {
	width:50px;
	height:50px;
	border:none;
	margin-top:15px;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
	padding:0px;
	border:#CCC 1px solid;
	cursor:pointer;
}

.storeRightColumn {
	width:260px;
	float:left;
}

.storeRightColumn .purchaseBox {
	width:100%;
	height:100px;
	border:#999 solid 1px;
	margin-top:30px;	
}

.storeRightColumn .purchaseBox .priceBox {
	float:left;
	margin-top:20px;
	margin-left:10px;
	width:100px;
}

.storeRightColumn .purchaseBox .googleBox {
	float:left;
	margin-top:20px;
	text-align:center;
}

/***********************************************************************
	NEWS
************************************************************************/

.currentLocation {
	border:1px solid #999;
	padding:10px;
	min-height:200px;
}

.currentLocation img {
	margin:5px;
	float:right;
}


/***********************************************************************
	FOOTER
************************************************************************/

#footer {
	width:780px;
	height:125px;
	margin:0px auto 50px auto;
	border-top:#fbb503 1px solid;
}

#footer ul {
	width:193px;
	height:100%;
	float:left;
	padding-top:5px;
	padding-right:10px;
	text-align:right;
}

#footer ul li {
	width:100%;
	height:15px;
	list-style:none;
}
	
#footer ul li a:link { color:#fbb503; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:75%;}
#footer ul li a:visited { color:#fbb503; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:75%;}
#footer ul li a:hover { color:#FF9; text-decoration:underline; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:80%;}
#footer ul li a:active { color:#C00; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:75%;}
