body {
	color: #eee;
}

hr {
	background: #404543;
	color: #404543;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
}

div#sub h1, div#sub h2, div#sub h3, div#sub h4, div#sub h5, div#sub h6 {
	color: #fff;
}

div#placeholder-logo {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

a#logo {
	text-decoration: none;
}

div#placeholder-nav {}

div#placeholder-search {
	background: #262B29;
}

div#footer hr {
	background: #666;
	color: #666;
}

div#placeholder-footer {
	color: #fff;
}

td.menu-item {
	color: #fff;
	font-size: 16px;
}

td.menu-item-hover {
	color: #EE3124;
	font-size: 16px;
}

td.menu-item-selected {
	color: #EE3124;
	font-size: 16px;
}

td.submenu-item {
	background: #f9f9f9;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: #EE3124;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}




/* @group Forms */

.secure-login, .newsletter-form, div#placeholder-box1 {
	background: #262B29;
	border: none;
	margin-bottom: 18px;
	padding-top: 9px;
	padding-bottom: 9px;
}

div#placeholder-box1 {
	padding: 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: transparent;
	border-bottom: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #ffe766;
	text-decoration: none;	
}

a:hover, a:active {
	color: #ffe766;
	text-decoration: underline;
}

div#nav a:link, div#nav a:visited {
	color: #ffe766;
	text-decoration: none;	
}

div#nav a:hover, div#nav a:active {
	color: #ffe766;
	text-decoration: underline;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Template Settings */

/* Don't touch these unless you know how CSS layouts work */

body {
	background: #313634 url(/images/cssimg/bg-13-1.png) repeat-x 0 0;
	margin: 0;
}

div#header {
	margin-bottom: 18px;
}

div#header, div#header-left {
	height: 108px;
}

div#header-right {
	height: 108px;
}

div#placeholder-logo {
	padding-top: 24px;
}

div#placeholder-nav {
	height: 80px;
	padding-left: 250px;
	padding-top: 20px;
}

.paceholder-nav-p {
	float: left; 
	width: 50%;			   
}
div#placeholder-nav table {
	width: 100%;
}

div#placeholder-nav td {
	vertical-align: middle;
}

div#placeholder-hero {
	/*height: 216px;*/
	margin: 0 0 18px;
	width: 600px;
}

div#placeholder-rss {
	height: 16px;
	line-height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

div#placeholder-search {
	margin-bottom: 18px;
	padding: 18px;
}

div#placeholder-search input.cat_textbox_small {
	width: 150px;
}

div.whoslogged {
	height: 36px;
	line-height: 36px;
	text-align: right;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

.jqueryslidemenu {
	display:block;
	float:left;
	position:relative;
	z-index:100;
	font:16px Verdana, Geneva, sans-serif;
	margin:0 0 15px 0;
}
.jqueryslidemenu a:link, .jqueryslidemenu a:visited {
	color:#FFF;
}
.jqueryslidemenu ul {
	list-style-type:none;
	margin:0;
}
.jqueryslidemenu .primary-menu {
	margin:6px 0 10px 0px;
}

/*Top level list items*/
.jqueryslidemenu ul li {
	display:inline;
	position:relative;
	float:left;
}

/* Top level menu link items style */
.jqueryslidemenu ul li a {
	display:block;
	padding:5px 40px 5px 5px; /* distance between main menu and dropdowns */
	border-left:1px solid #484848;
	
}

* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display:inline-block;
}
.jqueryslidemenu ul li a:hover {
	color:#EE3124;
	text-decoration:none;
}	
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	display:block;
	left:0;
	position:absolute;
	visibility:hidden;
	border-top:1px solid #484848;
/*	top:33px !important;  */
}

/* Sub level menu list items (undo style from Top level List Items) */
.jqueryslidemenu ul li ul li {
	display:list-item;
	float:none;
}

/* All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
	margin-top:-1px; 
}
.jqueryslidemenu ul li ul li ul a {
	top:0;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	width:190px; /* width of sub menus */
	padding:6px 5px 6px 10px;
	border-top-width:0;
	background:#171918 none repeat scroll 0 0;
	border-bottom:1px solid #484848;
	border-left:1px solid #484848;
	border-right:1px solid #484848;
}
#imageData #caption {
color:#222222 !important;
}
#imageData #numberDisplay {
clear:left;
color:#222222 !important;
display:block;
padding-bottom:1em;
}

/*  Contact page */

#contact_left {
	width: 425px;
	padding: 20px;
	margin: 0 10px 0 0;
	float:left;
	background:#262B29 none repeat scroll 0 0;
}

#contact_right {
	width: 425px;
	padding: 20px;
	margin: 0 0 0 10px;
	float:right;
	background:#262B29 none repeat scroll 0 0;
	
}

#contact_form {
	margin: 0;
	padding: 0;
	float:left;
	width:100%;
}

.contact_img {
	padding: 5px;
	float: left;
	margin: 0;
}
#window_container_main {
	padding:60px 0 0 0;
	margin:30px 0 30px 0;
	height:500px;
	background:#262B29 none repeat scroll 0 0;
}
#window_container_a {
	padding:0;
	width:950px;
	margin:0 0 80px 0;
	height:200px;
}
#window_container_b {
	padding:0;
	margin:0;
	width:950px;
	height:180px;
}
.window_type_1 {
	float:left;
	width:20%;
	margin:0;
	padding:0;
}
.window_type_2 {
	float:left;
	width:25%;
	margin:0;
	padding:0;
}
.window_type_3, .door_type_3 {
	float:left;
	width:33%;
	margin:0;
	padding:0;
}
.window_type_1 img, .window_type_2 img, .window_type_3 img, .door_type_1 img, .door_type_2 img, .door_type_3 img  {
	display:block; /*allows the element to take auto margins*/
	margin:0 auto; /*centers in compliant browsers*/
	text-align:center; /*centers in old versions of IE*/ 	
}
.window_type_1 h3, .window_type_2 h3, .window_type_3 h3, .door_type_1 h3, .door_type_2 h3, .door_type_3 h3  {
	text-align:center;	
}
#door_container_a {
	padding:0;
	width:950px;
	margin:0 0 80px 0;
	height:200px;
}
#door_container_b {
	padding:0;
	width:950px;
	margin:0 0 80px 0;
	height:200px;
}
#door_container_c {
	padding:0;
	margin:0;
	width:950px;
	height:180px;
}
.door_type_1 {
	width:100%;
	margin:0;
	padding:0;
}
.door_type_2 {
	float:left;
	width:50%;
	margin:0;
	padding:0;
}
#door_container_main {
	padding:60px 0 0 0;
	margin:30px 0 30px 0;
	height:800px;
	background:#262B29 none repeat scroll 0 0;
}
#products_containter {
	width:950px;
	margin:0;
	padding:0;
	height: 200px;
}

.products_kolbe {
	float:left;
	width:33%;
	margin:0;
	padding:0;
}
.products_lincoln {
	float:left;
	width:33%;
	margin:0;
	padding:0;
}
.products_sun {
	float:left;
	width:33%;
	margin:0;
	padding:0;
}
.products_kolbe img, .products_lincoln img, .products_sun img {
	display:block; /*allows the element to take auto margins*/
	margin:0 auto; /*centers in compliant browsers*/
	text-align:center; /*centers in old versions of IE*/ 	
}
