
body {
	font-family: "arial", "helvetica", "sans-serif";
	font-size: 14px;
	color: #000;
}

.container {
	margin: 5px auto 5px auto;
	width:1000px; 
	border:solid; 
	border-width: thin;
	border-color:#666666;
	text-align:left;
}	

.btn_position {
	float: left;
	margin: 0 20px 0 0;
}

p {	
	font-size: 12px;
	color: #000;
}

p.small {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

p.red {
	font-size: 10px;
	font-weight: bold;
	color:#C10808;
}

h1 {
	font-size: 15px;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #003366;
}

h3 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

ul {}

li.thumb {
	float:left;
	padding: 20px;
	height:104px;
}

li a {
	line-height: 2em;
	font-weight: bold;
	letter-spacing: .5em;
}

a {color:#000;text-decoration: none;}

a:link {color:#000;}

a:visited {color:#000;}

a:hover {color:#fcd806;}

a:active {color:#fcd806;}

/*************Header Styles***********************/

.header {
	background-color: #6d98a8; 
	height: 75px;
}

#eyes {
	background-image: url(../img/eyes.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 258px;
	float: left;
	opacity: 0.5;
}

#logo {
	background-image: url('../img/PSM_logo.png');
	background-repeat: no-repeat;
	height: 75px;
	width: 209px;
	float: right;
}

#player {
	float: left;
	margin: 50px 0 0 90px;
}

/****************** Left column Styles ********************/

.left_column {
	float:left;
	margin: 0 50px 0 0px;
	width:258px;
	height: 100%;
}

.nav {
	border: thin solid;
	border-color: #BFBFBF;
	padding: 25px 0 25px 0;
	margin: 50px 50px 0 50px;
	height: 220px;
	vertical-align: middle;
	text-indent: 20px;
}

#cart_btn {
	border: thin solid;
	border-color: #BFBFBF;
	padding: 25px 0 25px 0;
	margin: 30px 50px 0 50px;
}

/****************** Right column Styles ********************/

.right_column{
	margin: 0 0 0 275px;
	width: 700px;
	height: 100%;
}

.detail_table{
	margin: 50px 0 0 0;
	height: 320px;
	width: 700px;
}

.detail_img {float: left; margin-right: 40px;}

img.btn {
	-moz-box-shadow: 0 5px 5px -3px black;
	-webkit-box-shadow: 0 5px 5px -3px black;
	box-shadow: 0 5px 5px -3px black;
}

.thumbnail_gallery{
	margin: 30px 0 0 0;
	width: 700px;
	height: 500px;
}

#info_table{
	margin: 60px 0 0 100px;
	height: 700px;
	width: 700px;
}

.misc_table{
	margin: 50px 40px 40px 40px;
	height: 100%;
	width: 650px;
}

.misc_detail {
	height: 275px;
	vertical-align: middle;
}

#footer{
	background-color: #6d98a8;
	width: 1000px;
	height: 75px;
 	clear: both; 
 	text-align: center;
}

#logo_footer {
	float: left;
	background-image: url(../img/PSM_logo.png);
	background-repeat: no-repeat;
	margin: 0 0 0 50px;
	height: 75px;
	width: 178px;
}
