/* 
    AUTHOR: Mark Wiard
            Mark@woodenski.com
            MarkWiard.com
			
Site Colors
 Dark Tan - 715B22
 Light Tan - CAAD5D
 Medium Tan - 705B26
 Dark Brown - 202020
			
			
*/

/* RESETS & BASIC PAGE SETUP */

*
{
		margin: 0;
		padding: 0;
}

html
{
		overflow-y: scroll;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #000000;
	color: #CCCCCC;
}

ul
{
	list-style-position: outside;
	list-style-image: url(PNG/star.png);
	padding-bottom: 5px;
	text-align: left;
	list-style-type: none;
	margin-left: 30px;
	padding-left: 0px;
}

p
{
	font-size: 1em;
	margin-bottom: 1.1em;
	text-align: left;
}

a
{
		outline: none;
}

a img
{
		border: none;
}

h1
{
	font-size: 1.6em;
	padding-bottom: 10px;
	text-align: left;
	color: #CCCCCC;
	padding-top: 5px;
}
.calendar {
	font-size: 0.9em;
}

h2
{
	font-size: 1.1em;
	font-weight: bold;
	color: #FEB427;
	padding-bottom: 20px;
}

/* END RESET */

/* TOOLBOX */
.floatleft
{
		float: left;
}

.floatright
{
		float: right;
}

.clear
{
		clear: both;
}

/* END TOOLBOX */



/* STRUCTURE AND STUFF */





/* END STRUCTURE */
#header {
	background-color: #000000;
	width: 100%;
}
#navcontainer {
	background-color: #666666;
	height: 23px;
	color: #FEB427;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-size: 1.1em;
}
ul#navlist li {
float:left;
}

#navlist a:link {
	color: #FEB427;
	text-decoration: none;
}
#navlist a:visited {
	color: #FEB427;
	text-decoration: none;
}
#navlist a:hover {
	color: #FEB427;
	text-decoration: underline;
}
#navlist a:active {
	color: #FEB427;
	text-decoration: none;
}

#mainContent {
	font-size: 1.3em;
	background-color: #404040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CDCDCD;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: auto;
	width: 900px;
	border: thin solid #666666;
	padding: 5px;
}

#mainContent a:link {
	color: #FEB427;
	text-decoration: none;
}
#mainContent a:visited {
	color: #FEB427;
	text-decoration: none;
}
#mainContent a:hover {
	color: #FEB427;
	text-decoration: underline;
}
#mainContent a:active {
	color: #FEB427;
	text-decoration: none;
}

#footer-nav {
	background-color: #000000;
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#footer-nav a:link {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
#footer-nav a:visited {
	color: #fff;
	text-decoration: none;
}
#footer-nav a:hover {
	color: #333333;
	text-decoration: none;
}
#footer-nav a:active {
	color: #fff;
	text-decoration: none;
}
.sidebar img {
	border: 3px solid #FFFFFF;
}
.copyright {
	color: #99CCCC;
	font-size: 0.8em;
}
.left {
	background-color: #666666;
	float: left;
	width: 200px;
	padding: 5px;
	margin-left: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
}
.right {
	background-color: #666666;
	float: left;
	width: 600px;
	padding: 5px;
	margin-left: 100px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
}


.clear
{
		clear: both;
}

.imagestandard {
	padding: 5px;
}

.table-product {
	padding: 5px;
	width: 800px;
	margin-left: 50px;
	border: thin solid #CCCCCC;
}
