/*
 *  Project
 *	Cascading Style Sheet
 *  Last Modified: 
*/

/*	COLORS      
 *
*/


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #000;
}

img {
	display: inline;
	border: 0;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
}

p {
	margin-top: 0;
	margin-bottom: 8px;
	text-align: left;
	font-size: 1.0em;
	line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 14px;;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 4px;

}	

h2 {
	font-size: 1.4em;

}	

h3 {
	font-size: 1.2em;
}

a:link,  a:visited {
	color: #F30005;
	text-decoration: none;
}

a:hover {
	color: #F30005;
	text-decoration: underline;
}
	
#shell {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 4px;
	background-color: #FFC205;
	background-image: url(/img/contentBG.gif);
	background-repeat: repeat-y;
	width: 736px;
	border: 2px solid #FFF;
}

table#header {
	width: 736px;
	border-top: 28px solid #FFC205;
	padding: 0;
}	


#content {
	margin: 0;
	width: 736px;
	background-image: url(/img/contentBG.gif);
	background-repeat: repeat-y;
	padding: 0;
}

div#contentText {
	margin-left: 192px;
	margin-right: 119px;
	padding-top: 0;
	padding-bottom: 18px;
}

table#tellFriend {
	padding: 4px;
}

table#tellFriend th {
	text-align: right;
	font-weight: normal;
}


table#gallery td.thumbnail {
	width: 100px;
	height: 100px;
}

table#gallery img {
	width: 80px;
	height: 80px;
	border: 2px solid #F30005;
}

table#products th.productPic {
	text-align: left;
	width: 200px;
	height: 220px;
	border-bottom: 2px solid #F30005;
}

table#products td.productText {
	height: 210px;
	border-bottom: 2px solid #F30005;
}

table.options td {
	border: 0;
	padding-right: 6px;
	padding-bottom: 6px;
}

.buyNow {
	margin-top: 12px;
	width: 100px;
	height: 33px;
}

div#pictureFrame {
	width: 400px;
}

#footer {
	background-color: #FFC205;
	border-top: 2px solid white;
	width: 736px;
	height: 119px;
}

#footer img {
	display: block;
}

img#tellFriend {
	margin-left: 445px;
}

img#secrets {
	margin-top: 12px;
}

#copyright {
	width: 736px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#copyright p {
	text-align: right;
	font-size: 9px;
	line-height: 13px;
	color: white;
	margin: 0;
}

div.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}

.red {
	color: #F30005;
}
