body{
    background-color: #686868;
}

body.popup{	
	text-align: center;
	background-color: #e1e1ed;
	/*background-color: #BBBBBB;*/
}

body.popup div.mail_form {
	height: 45px;
	margin-top: 65px;
	margin-bottom: 15px;
	
}





body, div, td, th, p, h1, input, textarea, select {
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 13px;
    padding: 0px;
    margin: 0px;
}

ul {
    margin: 5px 0px 5px 20px;
    padding: 0px;
}

p {
    padding-bottom: 10px;
}

table{
    border-collapse: collapse;
    border: none;
}

img{
    border: none;
}

a{
    color: #000066;
    text-decoration: none;
}

a:hover{
    color: #a1a1b9;
    text-decoration: none;
}

h1{
    color: #000066;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 15px;
}

h1 a{
    text-decoration: none;
}

h2{
    color: #000066;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 3px;
    margin-top: 0px;
}

h3{
    color: #000066;
    font-weight: bold;
    font-size: 11px;
    margin: 0px;
    margin-bottom: 10px;
}

/* body */
div.page{
    margin: auto;
    width: 951px;
    background-color: #f6f5f6;
}


/* header */
div.header{
    text-align: left;
    background: #FFF url(../img/header_bg.jpg) repeat-x;
    height: 82px;
}

div.header div.main_menu {
    float: right;
    text-align: right;
}

div.header div.main_menu a {
    font-family: Arial;
    font-size: 12px;
    /*font-weight: bold;*/
    color: #a1a1b9;
    display: block;
    margin-right: 30px;
}

div.header div.main_menu a:hover {
	color: #4c4c7c;
	text-decoration: none;	
}

div.header div.main_menu div.line {
    overflow: hidden;
    margin-top: 4px;
    margin-bottom: 4px;
    height: 1px;
    width: 243px;
    background: url(../img/main_menu_line.jpg) no-repeat;
}


div.subheader{
    background: #E2C451 url(../img/subheader_bg.jpg) repeat-x;
    height: 22px;
}



/* content */

table.content {
    width: 100%;
}

table.content td.left {
    width: 227px;
    background: #000066 url(../img/left_bg.gif) no-repeat top;
    text-align: center;
    padding: 40px 0px;
    vertical-align: top;    
}

table.content td.left a {
    font-size: 12px;
    color: #FFF;
    display: block;
    padding: 10px 0px;
}

table.content td.left a:hover {
	color: #edcf0f;
}

table.content td.left a.selected {
    /*font-weight: bold;*/
}

table.content td.right_lavander {
    background: #e2e2ed url(../img/right_bg_lavander.gif) repeat-x top; 
    /*padding: 40px 0px;*/
    vertical-align: top;
}

table.content td.right_white {
    background: #ffffff url(../img/right_bg_white.gif) repeat-x top; 
   /* padding: 40px 0px;*/
    vertical-align: top;
}


table.content td.right_lavander div.main, table.content td.right_white div.main {
    color: #000066;
    /*padding: 0px 40px;*/
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 25px;
    line-height: 24px;    
}

table.content td.right_lavander div.main p, table.content td.right_white div.main p {
	
}



/* Catalog Page */

table.step {
    width: 100%;
    background-color: #EFEFEF;
    margin: 10px 0px;
}

table.step td {
    vertical-align: middle;
    color: #999;
    padding: 10px;
}

table.step td h3 {
    color: #999;
    padding: 0px;
    margin: 0px;
}

table.step td.step_number {
    width: 50px;
    text-align: center;
    font-family: Tahoma;
    font-size: 25px;
    font-weight: bold;
    color: #FFF;
}


table.step_active {
    width: 100%;
    background-color: #DFEDF5;
    margin: 10px 0px;
}

table.step_active td {
    vertical-align: middle;
    color: #000;
    padding: 10px;
}

table.step_active td h3 {
    /*color: #000;*/
    color: #141179;
    margin: 0px;
}

table.step_active td.step_number {
    text-align: center;
    width: 50px;
    font-family: Tahoma;
    font-size: 50px;
    font-weight: bold;
    color: #FFF;
}

table.step_active td table, table.step_active td table td {
    margin: 0px;
    padding: 5px;
    border: auto;
}



/* Shopping Cart */

table.cart {
    width: 100%;
}

table.cart th {
    text-align: center;
    padding: 5px;
    background-color: #CACACA;
    border-bottom: 1px solid #B9B9B9;
}

table.cart td {
    padding: 5px;
    text-align: center;
}

table.cart tr.total td {
    background-color: #E9E9E9;
    border-top: 1px solid #DBDBDB;
}

table.cart tr.line1 {
    background-color: #F6F6F6;
}
table.cart tr.line2 {
    background-color: #F1F1F1;
}

table.cart td.del {
    text-align: center;
}

table.cart td.del input {
    width: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    background: none;
}

/* Estimates List Page */

table.estimates {
    width: 100%;
    border: 2px solid #AAA;
    background-color: #f3f3f7;
}

table.estimates th {
    border: 1px solid #AAA;
    background-color: #cacad8;
}

table.estimates td {
    border: 1px solid #AAA;
}








































/* top menu */

td.top_menu{
    text-align: right;
}

td.top_menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
td.top_menu li{
    float: right;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    background: #FF992A;
}
td.top_menu li a{
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    padding: 13px;
    font-weight: bold;
}
td.top_menu li a:hover{
    text-decoration: underline;
    color: #FFFFFF;
    font-weight: bold;
}
td.top_menu li.selected{
    float: right;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    background: #E77800;
}
td.top_menu li.selected a{
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    padding: 13px;
}

/* dropdown menu */
div.dropdown {
    position: absolute;
    top: 200px;
    z-index: 100;
    padding: 0px;
    align: left;
}
table.dropmenu {
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 5px;
    background-color: #FF992A;
    border-top:none;
    width: 100px;
}
table.dropmenu td {
    padding: 0px;
}
table.dropmenu a {
    letter-spacing: 0px;
    white-space: nowrap;
    line-height: 17px;
    display: block;
    margin: 0px;
    padding: 0px;
    background: #FFAD00;
}

div.content {
    padding: 5px;
}

div.footer {
    border-top: 1px solid #a0a0a8;
    padding: 5px;
    color: #A1A1B9;
}

div.footer a {
    color: #a1a1b9;
}

div.footer a:hover {
    color: #4c4c7c;
}


/* left menu */
td.left_menu{
    width: 150px;
    font-size: 12px;
}
td.left_menu {
    text-align: left;
    padding: 10px;
}

td.left_menu a{
    color: #000000;
    display: block;
    margin-bottom: 15px;
}

td.left_menu span.select{
    display: block;
    margin-bottom: 15px;
    color: #00acec;
}


table.list_images{
    margin-top: 10px;
}

td.next{
    padding-left: 2px;
    width: 9px;
}

td.prev{
    padding-right: 2px;
    width: 9px;
}

table.list_images td{
    vertical-align: middle!important;
    text-align: middle!important;
}

.error {
    color: red;
}

.ok {
    color: green;
}

.intro {
font-size: 12px; 
color: #FFFFFF;
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-weight: normal;
line-height: 27px;}	

.intro-copyright  { 
font-size: 9px;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;}	


div#est_wizard_header {
	width: 100%;
	height: 148px;
	margin-top: 20px;		
}

img#est_wizard_logo {
	width: 542px;
	height: 148px;	
	display: block;
	float: left;	
}

div#est_wizard_menu {
	width: 162px;
	position: relative;
	overflow: hidden;
	float: right;		
	text-align: right;
	margin-top: 35px;
	/*border: 1px solid black;*/
}

div#est_wizard_menu div.line {
    overflow: hidden;
    margin: 4px 0;    
    height: 1px;
    width: 243px;
    background: url(../img/main_menu_line.jpg) no-repeat;	
}


div#est_wizard_menu a {
    font-family: Arial;
    font-size: 12px;    
    color: #a1a1b9;
    display: block;
    margin-right: 30px;
    /*padding: 4px 0;*/
}

div#est_wizard_menu a:hover {
	color: #4c4c7c;
	text-decoration: none;	
}

div.login_form {
	/*height: 200px;*/
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 50px;

}


p.est_wizard_paragraph {
	color: #000000;
	line-height: 20px;
	margin-bottom: 20px;
}


.est_wizard_text_block p {
	color: #000000;
	line-height: 20px;
	margin-bottom: 20px;
}


h1.est_detail {
    color: #a40151;
    font-size: 16px;
}

.padding-15 {
	padding-left: 15px;
}


span#estimate_list {
	display: block;
	position: relative;
	left: -80px;
	overflow: hidden;
	text-align: center;
}

form#create_estimate_form input {
	float: left;	
	width: 150px;
		
}


div#sitemap {

}

div#sitemap span {
	font-weight: bold;
}

img#model_img {
    display: none;
}