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

body
{
	margin: 0px;
	text-align: center;
	background-image: url('../img/back_tile2.jpg');

	background-repeat: repeat;
	background-color: #000000;
	
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

p, span
{
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-align: left;
}

a
{
	text-decoration:underline;
	color:#D2E6FF;
}

a:hover
{
	color:#5A67FF;
}

#overlays
{
	width: 932px;
	margin-left: auto; 
	margin-right: auto;
}

#overlays_left
{
	width: 120px;
	float: left;
	display: inline;
}

#overlays_left_pic
{
	background: url('../img/overlay_left.png');
	width:116px;
	height:419px;
	margin-top: 80px;
}

#overlays_right
{
	width: 116px;
	float: right;
	display: inline;
}

#overlays_right_pic
{
	background: url('../img/overlay_right.png');
	width:116px;
	height:220px;
	margin-top: 280px;
}

#container
{
	width: 689px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	min-height: 600px;
}

#header
{
	padding-top: 10px;
	height: 100px;
}

#cart
{
	float: right;
	background-image: url('../img/cart.png');
	width: 193px;
	height: 69px;
}

#cart p
{
	font-family:"Times New Roman", Times, serif;
	font-size:42px;
	margin-top:27px;
	margin-left: 75px;
	color: #FFFFFF;
}

#checkout
{
	float: right;
	display: inline;
	margin-top: -20px;
}


#header_container
{
	float: left;
}

#logo
{
	background: url('../img/logo.gif');
	width:347px;
	height:28px;
}

#menu
{
	background: url('../img/menu.gif');
	width: 421px;
	height: 35px;
	padding-left:12px;
}

.banner
{
	width: 689px;
	height: 269px;
	background-color: #000000;
}

#underline
{
	background: url('../img/underline.gif');
	width: 117px;
	height: 6px;
	margin-top:2px;
}

#content_box
{
	width: 670px;
	min-height: 300px;
	margin-top: 20px;
	padding: 10px;
}

#footer
{
	background-image: url('../img/footer_bg2.gif');
	background-repeat: repeat-x;
	height: 94px;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 20px;
}

#footer_container
{
	width: 689px;
	margin-left: auto; 
	margin-right: auto;
}

#footer p
{
	float: right;
	margin-top: 50px;
	padding-right: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height: 16px;
	text-align:right;
}

#feet
{
	/* super secret feet - DISABLED */
	display: none;
	background: url('../img/feet.gif');
	width: 307px;
	height: 94px;
	float: left;
	margin-left: 100px;
	/* display: inline; IE6Fix */
}

img { border: 0px; }

.mHome, .mAbout, .mGallery, .mOrder, .mContact, .mDiv
{
	padding-top:7px;
	padding-left:3px;
	float: left;
}

img.mHome:hover, img.mAbout:hover, img.mGallery:hover, img.mOrder:hover, img.mContact:hover
{
	padding-top:9px;	
}

.splat
{
	float: left;
	margin-left: auto; 
	margin-right: auto;
}

.transparency
{
	background: url('../img/transpBlack35.png');
}

/* CSS Form Classes */
.textarea {
 	font-size: 12px;
 	background-color: #CCCCCC;
	background-image: url('../img/form_tile.jpg');
	background-repeat:repeat;
 	border: 1px #666666;
	border-style:dashed;
 	line-height: 22px;
	letter-spacing: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.buttons {
 	line-height: 22px;
	letter-spacing: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
 	background-color:#EBEBEB;
	background-image: url('../img/form_tile.jpg');
	background-repeat:repeat;
 	color: #000000;
}

#nextstep
{
	text-align: center;
	margin-top: 20px;
}

#nextstep button {
	font-size: 15px;
}

table.cart {
	width: 90%;
	margin: 10px;
	border-bottom: 1px solid #FFFFFF;
}