/* ----- BASIC STYLESHEET ELEMENTS ----- */

body {
	background-color: #FFFFFF;
	background-image: url(../images/page_elements/body_background.gif);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	/*overflow: auto;*/
	text-align: center;
	height: 100%;
}

table {
	background-color: transparent;
	border: none;
}

td, th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color: #666666;
}

table.form {
	width: 600px;
	height: auto;
	border-collapse: collapse;
	margin-left: 15px;
}

table.form tr {
	vertical-align: middle;
}

table.form tr.message {
	vertical-align: top;
}

table.form td.formtitle {
	width: 160px;
}

table.form td.formfields {
	width: 440px;
}

table.subcat {
	width: 800px;
	height: auto;
	border-collapse: collapse;
	table-layout: fixed;
	padding: 0px;
	margin: 0px;
}

table.subcat tr {
	vertical-align: top;
}

table.subcat td.leftcol {
	width: 200px;
	line-height: 180%;
	font-size: 13px;
}

table.subcat td.rightcol {
	width: 600px;
}

table.products {
	width: 582px;
	height: auto;
	border-collapse: collapse;
	table-layout: fixed;
	padding: 0px;
	margin: 0px;
}

table.products tr {
	vertical-align: top;
}

table.products td {
	width: 194px;
	text-align: center;
}

table.productdetail {
	width: 190px;
	border-collapse: collapse;
	border: 1px solid #666666;
	padding: 0px;
	margin: 0px;
}

table.productdetail tr {
	vertical-align: top;
}

table.productdetail td {
	text-align: center;
	font-weight: bold;
}

table.productdetail td.title {
	text-align: left;
}

a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #D0400E;
	text-decoration: underline;
	font-weight: bold;
}

a.footer:link, a.footer:visited, a.footer:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a.footer:hover {
	color: #D0400E;
	text-decoration: none;
	font-weight: bold;
}

a.breadcrumbs:links, a.breadcrumbs:visited, a.breadcrumbs:active {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

a.breadcrumbs:hover {
	color: #D0400E;
	text-decoration: underline;
	font-weight: normal;
}

p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 6px;
	color: #000000;
	line-height: 130%;
	padding-left: 15px;
}

.invert {
	color: #FFFFFF;
}

.small {
	font-size: 10px;
	margin-bottom: 6px;
}

.large {
	font-size: 14px;
	margin-bottom: 10px;
}

.light_text {
	color: #CCCCCC;
}

.dark_text {
	color: #000000;
}

.glow {
	color: #D0400E;
}

.bold_text {
	font-weight: bold;
}

.italic_text {
	font-style: italic;
}

.bold_italic_text {
	font-style: italic;
	font-weight: bold;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.caps {
	font-variant: small-caps;
}

.uppercase {
	text-transform: uppercase;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #D0400E;
	font-weight: 900;
	margin-bottom: 30px;
	/*background-image: url(../images/page_elements/title_background.gif);*/
	background-repeat: no-repeat;
	/*padding-left: 30px;*/
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*color: #B7ACA2;*/
	color: #D0400E;
	font-weight: 900;
	margin-bottom: 20px;
}

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #666666;*/
	color: #D0400E;
	font-weight: bold;
	margin-bottom: 12px;
	text-transform: uppercase;
}

hr {
	width: 100%;
	height: 1px;
	color: #D0400E;;
	text-align: left;
}

ul {
	margin-left: 23px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-left: 15px;
}

ul li {
	list-style-image: url(../images/bullet.gif);
	line-height: 130%;
	margin-bottom: 6px;
}

ol {
	margin-left: 23px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-left: 15px;
}

ol li {
	line-height: 130%;
	margin-bottom: 6px;
}

input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EEEEEE;
	border: solid #666666 1px;
	margin-bottom: 3px;
	width: 200px;
}

input.button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	background-color: #EEEEEE;
	border: solid #666666 1px;
	margin-bottom: 3px;
	cursor: hand;
	width: 120px;
}

input.radio {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: transparent;
	border: none;
	margin-bottom: 3px;
	width: auto;
}

select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EEEEEE;
	border: solid #666666 1px;
	width: 200px;
}

textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	border: solid #666666 1px;
	overflow: auto;
	margin-bottom: 3px;
	width: 260px;
	height: 150px;
}

img {
	border: 0px;
}

img.border {
	border: 1px solid #000000;
}

img.no_margins {
	border: 0px;
}

img.no_margins_border {
	border: 1px solid #000000;
}

img.left_align {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
	float: left;
}

img.right_align {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 0px;
	float: right;
}

img.left_align_border {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 40px;
	border: 1px solid #000000;
	float: left;
}

img.right_align_border {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
	border: 1px solid #000000;
	float: right;
}

object {
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
}

embed {
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
}

/* ----- LAYOUT ELEMENTS ----- */

#page_container {
	background-color: #FFFFFF;
	background-image: url(../images/page_elements/page_background.gif);
	width: 955px;
	/*height: 100%;*/
	height: auto;
	text-align: left;
	margin: auto;
	position: relative;
	top: 0px;
}

#flash_intro {
	background-color: #FFFFFF;
	width: 602px;
	height: 450px;
	top: 50px;
	left: 50%;
	position: absolute;
	margin-left: -301px;
}

#header {
	background-color: #FFFFFF;
	background-image: url(../images/page_elements/header_background.jpg);
	background-repeat: no-repeat;
	width: 943px;
	height: 165px;
	/*height: 30%;*/
	position: relative;
	top: 0px;
	left: 1px;
}

#language {
	background-color: transparent;
	width: 150px;
	height: 20px;
	position: absolute;
	top: -40px;
	right: 0px;
	font-size: 9px;
	text-align: right;
}

#breadcrumbs {
	background-color: transparent;
	width: 843px;
	height: 15px;
	position: relative;
	top: 0px;
	left: 1px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 0px;
	vertical-align: middle;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#content {
	background-color: #FFFFFF;
	width: 843px;
	height: auto;
	/*height: 60%;*/
	position: relative;
	top: 0px;
	/*top: 30%;*/
	left: 1px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#image {
	background-color: transparent;
	width: 675px;
	height: 450px;
	position: relative;
	top: -450px;
	margin-bottom: -450px;
	left: 160px;
	/*border: 1px solid #555458;*/
	text-align: left;
	vertical-align: middle;
}

#gallery {
	background-color: transparent;
	width: 130px;
	height: 428px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 10px;
	border: 1px solid #555458;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	white-space: nowrap;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #666666;
	scrollbar-shadow-color: #666666;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #FFFFFF;
}


div.content_container {
	position: relative;
	width: 100%;
	height: auto;
	clear: both;
}

#footer {
	background-color: transparent;
	background-image: url(../images/page_elements/footer_background.gif);
	width: 943px;
	height: 50px;
	position: relative;
	top: 0px;
	/*bottom: -1px;*/
	left: 1px;
	border-bottom: 1px solid #000000;
}

#footer_content {
	background-color: transparent;;
	width: 933px;
	height: 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	padding-right: 10px;
	font-size: 10px;
	color: #666666;
	text-align: right;
}

#menu {
	position: absolute;
	top: 44px;
	left: 205px;
	width: 715px;
	height: 22px;
	background-color: transparent;
	z-index: 999;
}

/* ----- NAVIGATION ELEMENTS ----- */

#navbar {
	position: absolute;
	/* position: fixed; */
	/*margin-top: -6px !important;*/
	margin-top: 0px;
}

#nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	cursor: hand;
}

#nav li {
	float: left;
	position: relative;
	width: 130px;
	list-style: none;
	margin-bottom: 0px;
	margin-left: 2px;
}

#nav li ul {
	padding: 0px;
	display: none;
	position: absolute; 
	top: 22px;
	left: -3px !important;
	left: -5px;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}

a.navbar:link, a.navbar:visited, a.navbar:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
	background-image: url(../images/page_elements/menu_background.gif);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
	margin-right: 1px;
	height: 16px;
}

a.navbar:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #A40000;
	background-image: url(../images/page_elements/menu_hover.gif);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
	margin-right: 1px;
	height: 16px;
}

a.menu_item:link, a.menu_item:visited, a.menu_item:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	color: #666666;
	background: #EEEEEE;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 2px;
	margin-right: 2px;
	border-bottom: 1px solid #CCCCCC;
	width: 122px;
}

a.menu_item:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #A40000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 2px;
	margin-right: 2px;
	border-bottom: 1px solid #CCCCCC;
	width: 122px;
}

/* ----- END STYLESHEET ----- */

