/* LAST UPDATED 01.10.2011 */

/*

	Table of Contents

	I.   DEFAULTS
	II.  STRUCTURE & TYPOGRAPHY
	II.  TABLES
	IV.  FORMS
	V.   HEADINGS

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #3c1c06;
	background: #fff url('../Images/bg.gif') top repeat-x;
}

p { padding: 0 0 14px 0; }

a {
	color: #5fcbee;
	text-decoration: none;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { text-decoration: underline; }

/* Image Defaults */

a img { border: 0; }

img.border, .border img {
	border: 2px #8dd05d solid;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

img.alignRight {
	float: right;
	margin: 2px 0 2px 14px;
}

img.alignLeft {
	float: left;
	margin: 2px 14px 2px 0;
}

/* Special Classes */

.green 	{ color: #8dd05d; }
.blue 	{ color: #5fcbee; }

.small { font-size: 12px; }

.left { text-align: left; }
.right { text-align: right; }

/* Lists */

ul { list-style: square; }
ol { list-style: lower-roman; }

ul, ol {
	margin-left: 25px;
	padding-bottom: 7px;
}

li { padding-bottom: 7px; }

/* Sticky Footer */

html, body, #wrap { height: 100%; }

body > #wrap { height: auto; min-height: 100%; }

#content {
	width: 100%;
	padding-bottom: 82px;
	min-height: 860px;
	overflow: auto;
}

#footer {
	position: relative;
	margin-top: -82px; /* negative value of footer height */
	height: 82px;
	clear: both;
}

/* -----------------------------------------------------------
		II. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	margin: 0 auto;
	width: 904px;
	background: url('../Images/bg-content.gif') left repeat-y;
}

	#sidebar {
		float: left;
		width: 218px;
		background: #371a07;
	}

		.logo { padding: 14px 0 0 12px; }

		.announcement {
			padding: 10px 12px;
			font-size: 13px;
			color: #fff;
			background-color: #44220c;
		}

		#catalogLists { padding: 14px 12px 0; }

			#catalogLists ul { list-style: none; }

			#catalogLists li a {
				color: #fff;
				text-decoration: none;
				text-transform: lowercase;
			}

			#catalogLists li a:hover { text-decoration: underline; }

		#newsletterWrap {
			position: relative;
			height: 145px;
			background-color: #95e1fa;
		}

		#pageMenu {
			position: absolute;
			padding-top: 10px;
			color: #8dd05d;
			font-size: 20px;
			font-family: "Register Sans BTN", Georgia, Serif;
			z-index: 1;
		}

			#pageMenu ul {
				list-style: none;
				margin: 0 0 0 12px;
			}

			#pageMenu a {
				color: #8dd05d;
				text-decoration: none;
			}

	#flashContent {
		float: right;
		margin-top: 92px;
		width: 686px;
		height: 465px;
	}

				#slider, #slider li, #slider img {
					width: 686px;
					height: 465px;
					overflow: hidden;
				}

					#slider ul, #slider li {
						list-style: none;
						margin: 0;
						padding: 0;
					}

					#slider li { float: left; }


	#mainContent {
		float: right;
		margin-top: 92px;
		width: 660px;
	}

	.flash #mainContent { margin-top: 0 !important; }

	#footer {
		font-size: 12px;
		background: url('../Images/bg-footer.gif') top repeat-x;
	}

		#footer .wrap {
			margin: 0 auto;
			padding: 40px 0 0;
			width: 904px;
			text-align: right;
			color: #371a07;
			font-size: 11px;
			background: url('../Images/bg-content.gif') top left no-repeat;
		}

		#footer a {
			color: #371a07;
			text-decoration: none;
		}

/* -----------------------------------------------------------
		III. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0;
}

/* -----------------------------------------------------------
		IV. FORMS
----------------------------------------------------------- */

input, textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #999;
}

#newsletterWrap .textBoxName, #newsletterWrap .textBoxEmail, #newsletterWrap .textBoxCaptcha {
	padding: 3px 4px;
	background-color: #fff;
	border: none;
	left: 15px;
}

#newsletterWrap .textBoxName {
	position: absolute;
	top: 12px;
	width: 178px;
}

#newsletterWrap .textBoxEmail {
	position: absolute;
	top: 44px;
	width: 178px;
}

#newsletterWrap .captcha {
	position: absolute;
	top: 77px;
	left: 15px;
}

#newsletterWrap .textBoxCaptcha {
	position: absolute;
	top: 77px;
	left: auto;
	right: 16px;
	width: 79px;
}

#newsletterWrap .button {
	position: absolute;
	top: 104px;
	cursor: pointer;
}

/* -----------------------------------------------------------
		V. HEADINGS
----------------------------------------------------------- */

h1, h2, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 14px 0;
	margin: 0;
	line-height: 1;
}

h1 a, h2 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 {
	font-family: "Register Sans BTN", Georgia, Serif;
	font-weight: normal;
	font-size: 25px;
	color: #5fcbee;
}

h2 { font-size: 22px; }

h3 { font-size: 19px;
          color: #8dd05d;
          font-weight: normal; 
          padding-bottom: 8px;}

h3 a { font-size: 19px;
          color: #8dd05d;
          font-weight: normal; }

h3 a:hover { font-size: 19px;
          color: #371a07;
          font-weight: normal;
          text-decoration: none; }

	#catalogLists h3 {
		font-family: "Register Sans BTN", Georgia, Serif;
		font-weight: normal;
		color: #60c9ed;
		padding-bottom: 0;
        font-size: 20px;
	}

h4 { font-size: 16px; }
