﻿/* HTML TAG DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	background: #000000 url('../images/background.jpg') repeat-x;
	color: #000;
	text-align: center;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:80%; font-family:Arial, Helvetica, sans-serif; margin-left:0; margin-right:0; margin-top:10px; margin-bottom:0}

hr {
	background-color: #AA109D;
	color: #cf3445;
	height: 1px;
	width: 100%;}

img {
	border: none;}

h1 {
	color: #66ABA8;
	font: bold 36px "Curlz MT", "Georgia";
	text-align: left;
	margin: 5px 0;}

h2 {
	color: #66ABA8;
	font: bold 20px "Curlz MT" Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h3 {
	color: #66ABA8;
	font: bold 20px "Curlz MT", Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h4 {
	color: #66ABA8;
	font: bold 18px "Curlz MT", "Trebuchet MS", sans-serif;
	margin: 5px 0;}

h5 {
	font: normal 16px "Curlz MT", "Trebuchet MS", sans-serif;
	color: #ffffff;
	letter-spacing: 2px;
	margin: 5px 0;}

h6 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #66ABA8;
	letter-spacing: 2px;
	margin: 5px 0;}

a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #66ABA8;
	text-decoration: underline;
	font-weight: bold;}
	
p.center {
	text-align:center;}	

/* PAGE LAYOUT IDs AND CLASSES */

#wrapper {
	background-color: #fff;
	color: #000;
	text-align: left;
	width: 750px;
	border: 1px solid #000;
	margin: 0 auto;}

#header {
	height: 70px;
	width: 750px;
	background-color: #000000;
	font-color:ffffff;}

#mainnavigation {
	float: left;
	background: #000000;
	color: #ffffff;
	text-align: center;
	letter-spacing: 3px;
	height: 190px;
	width: 3000px;
	padding-left:10px; padding-right:10px; padding-top:20px; padding-bottom:20px}

#mainnavigation a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #66ABA8;
	padding: 3px 1px;
	margin: 4px;
	font-weight: bold;}

#mainnavigation a:hover {
	color: #66ABA8;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 3px 1px;
	margin: 4px;
	font-weight: bold;}
	
#mainimage {
	float: right;
	width: 500px;
	height: 230px;
}

#global {
	clear: both;
	float: left;
	background: #000 url('../images/barbg.jpg');
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	width: 250px;
	height: 28px; padding-left:0; padding-right:0; padding-top:12px; padding-bottom:0
}

#global a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#global a:hover {
	color: #66ABA8;
	text-decoration: underline;
	font-weight: normal;
}


#sidebar {
	background: #ffffff;
	color: #000000;
	width: 230px;
	float:left;
	font-size: 90%; }
	

span.hottopic {
	color: #66ABA8;
	font-weight: bold;}

#content {
	background: #ffffff;
	color: #000000;
	width: 400px; }

#contentwide {
	width: 750px;
	background: #ffffff;
	color: #000000;
	clear: both;
	margin: 10px; 10px;
	padding: 10px; 10px;}
	
#footer {
	clear: both;
	width: 750px;
	float:center;
	height: 40px;
	color: #ffffff;
	padding-top:20px;
	text-align: center; }

#copyright {
	text-align: center;
	font-size: 90%;
	float: left;
	width: 250px;
	padding: 12px 0 0 0;
}

#copyright p {margin: 0; padding: 0;}

#bottomlinks {
	
	text-align: right;
	font-size: 90%;
	float: right;
	width: 490px;
	padding: 12px 10px 0 0;
}

#bottomlinks a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#bottomlinks a:hover {
	color: #66ABA8;
	text-decoration: underline;
	font-weight: normal;
}
/* MISCELLANEOUS FORMATTING CLASSES */

.contact {padding: 5px; text-align: left; font-color: #000000; margin: 20px 0;}
.contact label {width: 150px; float: left; text-align: right; margin: 3px 5px 5px 5px; clear: both;}
.contactbox {margin: 3px 5px 5px 5px; background-color: #fff; font-color: #000000; border: 1px solid #c0c0c0;}
.contactbutton {text-align: center; margin: 5px 0 0 170px; border: none;}

.catalogleft {
	width: 200px;
	padding: 0 10px 5px 0;
	float: left;
	text-align: left;}
	
.catalogright {
	width: 230px;
	padding: 0 0 5px 10px;
	float: right;
	text-align: center;}	
	
.catalogcenter {
	width: 350px;
	padding: 0 75px;
	float: center;
	text-align: center;}

	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imagecenter-noborder {
	margin: 0 60px;}