@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background-image: url(../image/background.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
	background-position: 0px -30px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #header_container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 126px;
}

.oneColFixCtrHdr .header {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
}

.oneColFixCtrHdr #menu_container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}

.oneColFixCtrHdr #floor_body_container {
	width: 1430px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../image/floor_rpt.png);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:center;
	height:100%;
}

.oneColFixCtrHdr #drop {
	width: 998px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(../image/content_drop_shadow.png);
	background-repeat:repeat-y;

}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 10px 0px; 
	background-image: url(../image/spacer_transparent_80.png);
	background-repeat: repeat;
}


.oneColFixCtrHdr #footer {
	width: 950px;
	margin: 0 auto;
	background-color:#054c9d;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
}

.oneColFixCtrHdr #subContainer {
	padding: 20px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.oneColFixCtrHdr #indexContent {

	width: 950px;
	padding: 0px 8px 0px 8px;
	background-image:url(../image/wood_frame_sides.png);
	background-repeat:repeat-y;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.oneColFixCtrHdr .inner_content {
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
	position:relative;
	z-index: 2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
}

.oneColFixCtrHdr .header_bar {
	width:100%; 
	background-image:url(../image/metal_header_bg.png); 
	background-repeat:repeat-x; 
	height:52px;
}

.header_bar .title { float:left; }
.header_bar .link { float:right; background-color:#ff3f04; color:FFFFFF; padding:4px 10px; -moz-border-radius: 5px;	-webkit-border-radius: 5px; border-radius: 5px; margin:8px 10px 0px 0px; font-size:11px;
	-moz-box-shadow:inset 0px 0px 1px #333333;
	-webkit-box-shadow:inset 0px 0px 1px #333333;
	box-shadow:inset 0px 0px 1px #333333;
 }
.header_bar .link:hover { background-color:#333333; }
.header_bar .link a { color: #FFFFFF; text-decoration:none; }
.header_bar .link:hover a { color: #CCCCCC; text-decoration:none; }

.oneColFixCtrHdr .header_bar H1{
letter-spacing: -1px;
font-family:"Courier New", Courier, monospace;
margin-left:20px;
text-shadow: 1px 1px #cccccc, -1px -1px #444;
}



/*###############################TRACYS ADDITIONS###################################*/

a { color:#005EC7; }
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover { color: #330099;
		  text-decoration:underline;
}


.content_panel	{
	position:relative;
	display: table;
	width: 990px;
	margin-bottom: 20px;
}

.transparent_container	{
	float: left;
	background-image:url(../image/spacer_75alpha.png);
	border: 1px #000066 solid;
	padding: 10px;
	margin: 20px 0px 0px 20px	
}

.menu { float:left; padding: 7px 10px 5px 10px; color:#f3df00; font-weight:bold; font-size: 11px; }
.menu a:link { color:#012059; text-decoration: none;}
.menu a:visited { color:#012059; text-decoration: none}
.menu a:active { color:#012059; text-decoration: none}
.menu a:hover { color: #0095d0; text-decoration: none;}

.header_links { float:left; padding: 5px 10px 5px 10px; color: #1fade1; font-weight:bold; font-size: 12px; position:relative; z-index:100; }
.header_links a:link { color: #9CF; text-decoration: none; }
.header_links a:visited { color: #9CF; text-decoration: none; }
.header_links a:active { color: #9CF; text-decoration: none; }
.header_links a:hover { color: #09F; text-decoration: none; }

h1 {
    font-size:38px;
	color: #054c9d;
	margin: 0 0 .5em 0;
	font-family: 'Istok Web', sans-serif;
}

h2 {
    color: #054c9d;
    font-size: 24px;
	font-weight:bold;
    margin: 0 0 .5em 0;
	font-family: 'Istok Web', sans-serif;
}

h3 {
    font-size: 110%;
    color: #333333;
    margin: 0 0 0 0;
}

h4 {
    font-size: 100%;
    color: #666;
    padding-bottom: 10px;
}

h5 {
	float: right;
	font-weight: normal;
	font-size: 90%;
	color: #666;
}
	
p {
    font-size: 90%;
    color: #333333;
	text-align: justify;
}

li {
    font-size: 90%;
    color: #666666;
    margin: 0 0 1.5em 0;
}

.error {
    font-size: 120%;
    color: #CC0000;
    margin: 1.5em 0 1.5em 0;
	font-weight: bold;
}

.white { color:#FFFFFF; }
.black { color:#000000; }
.grey { color:#999999; }
.dark_grey { color:#666666; }
.red { color:#CC0000;}
.yellow { color: #FFCC00;}
.bold { font-weight:bold;}
.small { font-size:90%}
.tiny { font-size:80%}

.paintchip {
	float:left; 
	width:50px; 
	height:30px; 
	margin: 0 8px 8px 0;
}

.thumb_paintchip {
	float:left; 
	width:100px; 
	height:140px; 
	margin: 0 10px 10px 0;
	text-align:center;	
}

.subset_container {
	float:left;
	width:950px;
}

.product_thumbbox	{
	float:left; 
	width:310px; 
	height:350px; 
	margin: 0 10px 10px 0;
}

.header_columns{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7d7b77;
	/*background: #684F17;*/
	background-color: #f4f3ef;
	padding: 4px;
}

.light_row{
	background-color: #B1C0E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #050C3D;	
}

.dark_row{
	background-color: #83A1E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #050C3D;
}


.order_form_header
{
	text-align:right;
	font-size:x-small;
	color:Black;
	font-family:Verdana;
	font-weight:bold;
}

.api
{
	width:600;
}

.thinfield
{
	text-align:right;
	font-size:x-small;
	font-family:Verdana;
	
}


.list_display_light{
	background-color: #B1C0E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #050C3D;	
}

.list_display_dark{
	background-color: #83A1E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #050C3D;
}

.headbox {
	margin-bottom:8px;
	float:left;
	list-style:none;
	height:36px;
	padding:0px 5px 0px 5px;
	width:938px;

	/* Rounded Corners */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */
	
	background: #ff3f04;
	background: -moz-linear-gradient(top, #ff3f04, #ab2901);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff3f04), to(#ab2901));
	
	/* Borders */
	
	border: 1px solid #ab2901;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}

.headbox h1 { 
	color:#FFFFFF;
	font-size:18px;
	margin: 7px 0 0 10px;
	float:left;
}

.headbox a { 
	float: right;
	margin: 10px 10px 0 10px;
}


.headbox_green {
	margin-bottom:8px;
	float:left;
	list-style:none;
	height:36px;
	padding:0px 5px 0px 5px;
	width:938px;

	/* Rounded Corners */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */
	
	background: #679f05;
	background: -moz-linear-gradient(top, #679f05, #3f5b09);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#679f05), to(#3f5b09));
	
	/* Borders */
	
	border: 1px solid #3f5b09;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}

.headbox_green h1 { 
	color:#FFFFFF;
	font-size:18px;
	margin: 7px 0 0 10px;
	float:left;
}

.headbox_green a { 
	float: right;
	margin: 10px 10px 0 10px;
}

img {border:none;}
.clr {border: medium none; clear: both; display: block; font-size: 0; height: 0;line-height: 0; margin: 0; padding: 0;}


 /* FORMS style */
/* registration form */
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.action_panel{
margin:0 auto;
width:90%;
margin:20px;
}

.xform_header{
margin:0 auto;
width:90%;
margin:20px;
}

.xform_header p, h1 {border:0; margin:0; padding:0;}


.xform{
margin:0 auto;
width:90%;
padding:20px;
margin-bottom:20px;
}

.xform p, h1, form, button{border:0; margin:0; padding:0;}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #cccccc;
background:#eeeeee;
}
#stylized h1 {
font-size:18px;
font-weight:bold;
margin-bottom:8px;
color:#ff3f04;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #cccccc;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
color:#515151;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input {
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #cccccc;
width:200px;
margin:2px 0 20px 10px;
}

#stylized select {
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #cccccc;
width:200px;
margin:0px 0 10px 10px;
}

#stylized .radio input {
width: 19px;
margin:2px 0 10px 10px;

}

#stylized .radio label {
font-weight:normal;
}



#stylized .recur input {
	float:left;
	font-size:12px;
	padding:2px;
	border:solid 1px #cccccc;
	width:20px;
	margin:0px 3px 10px 3px;
}

#stylized .recurend input {
	float:left;
	font-size:12px;
	padding:2px;
	border:solid 1px #cccccc;
	width:20px;
	margin:0px 3px 10px 3px;
}


#stylized .recur label {
font-weight:normal;
display:block;
text-align:left;
width:400px;
float:left;
}


#stylized textarea {
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #cccccc;
width:600px;
margin:2px 0 20px 10px;
}

#stylized img {
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #cccccc;
width:200px;
margin:2px 0 20px 10px;
}

#stylized button{
clear:both;
margin-left:150px;
padding-bottom: 5px;
height:31px;
font-size:12px;
font-weight:bold;
}

#stylized .error{
   font-size:12px;
}

#stylized .checkbox_container { float:left; }
#stylized .checkbox_container label { text-align:left; font-size:12px; color:#666666; margin-left: 7px; }
#stylized .checkbox_container input { width: 0px; }

.success {margin:0 auto; width:90%; border:2px solid #997e00; color:#000; padding: 20px;background:#E6FFE6; margin-bottom:10px;}
.failed {margin:0 auto; width:90%; border:2px solid #FCC503; color:#000; padding: 20px; background:#FFF9E1; margin-bottom: 10px; }
.success img, .failed img { float:left; margin: 0 20px 0 0;}
.success p { margin: 3px 0 0 3px; color:#000000;}
.failed p { margin: 3px 0 0 3px; color:#000000;}


/* home dashboard menu nav */
.dashboard_home_nav {width: 100%;height:478px; background:url(../image/dashboard_home_bg.jpg) no-repeat top center; padding-top: 3.5%;margin: 0 auto;}
#content .dashboard_home_nav ul {margin:0 0 0 -30px; padding:0; list-style:none;}
.dashboard_home_nav ul li {float:left; margin: 2.5% 0% 0 1%!important; margin:1.6% 0 0 1.6%; list-style:none;}
.dashboard_home_nav ul li a {width: 279px; height: 169px; background:url(../image/dashboard_home_nav_bg.png) no-repeat left center; float:left;}
.dashboard_home_nav ul li a:hover {background:url(../image/dashboard_home_nav_bg_on.png) no-repeat top left; text-decoration:none;}
.dashboard_home_nav ul li a em {width: 88%;float:left; font-weight: bold; font-size: 14px; color:#000; margin: 15px 25px 10px 25px!important; padding:0!important; padding: 10px 0 5px 25px; margin:10px 0;}
.dashboard_home_nav ul li a span {width: 110px; margin-left: 25px; float:left;color:#000;}
.dashboard_home_nav ul li a img {width: 90px; height: 112px;float:right;margin-right: 25px;}