/* Default Stylesheet */

																/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #333;
		background-color: #f5f5f5;
		font-family: Verdana, "Arial", "Tahoma", "MS Sans Serif", sans-serif;
		font-size: .75em;
		text-align: center;
		}






																/* >>> CONTAINERS <<< */

div#print {
	display: none;
	}
div#container {
	width: 990px;
	margin: 10px auto;
	text-align: left;
	}
	div#header-wrap {
		margin: 8px 0;
		}
		div#header-in {
			padding: 10px;
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			}
	div#content-wrap {
    	margin-left: 185px;		
		}
		div#center {
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			}
			div#center-in {
				padding: 20px;
				}
		div#left {
			float: left;
			width: 200px;
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			}
			div#left-in {
				padding: 1px;
				}
	div#footer-wrap {
		clear: both;
		}
		div#footer-in {
			
			}






																/* >>> SUB CONTAINERS <<< */
div.box {
	float: right;
	width: 210px;
	margin: 20px 0;
	padding: 10px;
	color: inherit;
	background-color: #f5f5f5;
	border: 1px solid #eee;
	}
	div.left {
		float: left;
		margin: 20px 19px 20px 0;
		}
	div.right {
		
		}
    div.fullwidth 
    {
        float: none;
    	width: 675px;
    }    



																/* >>> LISTS <<< */
ul#nav-center {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	list-style: none;
	border-bottom: 1px solid #eee;
	}
	ul#nav-center li {
		display: inline;
		}
		ul#nav-center li a {
			width: 138px;
			padding: 5px 10px;
			color: #666;
			background-color: inherit;
			text-decoration: none;
			}
		ul#nav-center li a:hover {
			color: #4494FF;
			background-color: #F1F7FF;
			}
ul.nav-top {
	float: right;
	/*padding: 1px 0 5px;*/
	font-size: 120%;
	list-style: none;
	}
	ul.nav-top li {
		display: inline;
		white-space:nowrap;
		}
		ul.nav-top li a {
			margin: 0 8px;
			color: #888;
			background-color: inherit;
			text-decoration: none;
			border-bottom: 1px solid #eee;
			}
		ul.nav-top li a:hover {
			color: #4494FF;
			background-color: inherit;
			border-bottom: 1px solid #F1F7FF;
			}
ul#nav-footer {
	padding: 0 2px;
	color: #aaa;
	background-color: inherit;
	font-size: 80%;
	list-style: none;
	text-align: right;
	}
	ul#nav-footer li {
		display: inline;
		}
	ul#nav-footer li.left {
		float: left;
		}
		ul#nav-footer li a {
			margin: 0 3px;
			color: #aaa;
			background-color: inherit;
			}
		ul#nav-footer li a:hover {
			color: #333;
			background-color: inherit;
			}
ul.list {
	margin: 20px 30px;
	line-height: 20px;
	}





																/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
div#header-wrap h1 {
	padding: 10px;
	font-size: 200%;
	}
div#center h2 {
	margin: 0 0 5px 0;
	font-size: 150%;
	}
div#left h2 {
	margin: 20px 20px 5px 20px;
	font-size: 100%;
	}
div#center p {
	margin: 5px 0 5px 0;
	color: #444;
	background-color: inherit;
	line-height: 18px;
	}
div#left p {
	margin: 0 20px 5px 20px;
	color: #666;
	background-color: inherit;
	}
p a, ul.list a {
	color: #4494FF;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #F1F7FF;
	}
	p a:hover, ul.list a:hover {
		color: #333;
		background-color: inherit;
		border-bottom: 1px solid #eee;
		}





																/* >>> FORMS <<< */
* { }





																/* >>> END <<< */
																
													
img
{
    border: none;
}

a, a:visited
{
	text-decoration: none;
	color: #3F4C6B;
	border-bottom: 1px solid #A9A9A9;
}
a:hover, a:active
{
	color: #4096EE;
	border-bottom: 1px solid #f00;
}
.noline
{
	border:none;
}
a.noline, a.noline:hover, a.noline:active, a.noline:visited
{
    border:none;
}
p
{
	text-align: left;
}
h1
{
	color: #B02B2C;
}
h2
{
	color: #D15600;
}
h3
{
	color: #C79810;
}
strong
{
	color: #CC0000;
	font-weight: bold;
}


.producttable
{
	text-align:center;
}

.producttable th
{
	background-color: #ccc;
	padding: 5px;
	font-size: smaller;
}
.producttable td
{
	background-color: #eee;
	padding: 3px;
	font-size: smaller;
}
.blockcenter
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.success
{
	font-weight: bold;
	color: Green;
}

.alert
{
	font-weight: bold;
	color: Red;
}


/* Validation */
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}





.right
{
	text-align: right;
}
.center
{
	text-align: center;
}


.quick-alert {
   width: 50%;
   margin: 1em auto;
   padding: .5em;
   background: #ffa;
   border: 1px solid red;
   color: #a00;
   font-weight: bold;
   display: none;
 } 
.quick-success {
   width: 50%;
   margin: 1em auto;
   padding: .5em;
   background: #ffa;
   border: 1px solid green;
   color: green;
   font-weight: bold;
   display: none;
 }  
 .clear
 {
	clear: both;
 }
 
 
/* Sample Kitchen */
#kitchenSample
{
	width: 450px;
	padding: 10px; 
}
#kitchenSample img
{
	float: left;
	padding-right: 20px;
}
#kitchenSample div.cabinetlist
{
	padding-top: 100px;
	text-align: left;
	font-weight: bold;
}

/* Sample Kitchen */
 
 
/* flooring */

#gallery, #gallery li
{
	display: inline;
}
#desc li
{
	border-left: 10px solid #FF7400;
	margin: 5px;
	color: #4096EE;
	list-style-type:none;
	font-size: 1.5em;
}
#gallery li
{
	border: none;
	list-style-type:none;
}

#gallery li a img, #desc li a img
{
	border: 1px solid #EEEEEE;
}

/* */


#MainNav
{
    /*
    width: 195px;
    position: relative;
    display: block;
    left: -190px;
    */
    display: inline;    
    /*padding: 5px;*/
	background-color: #fff;
	float: left;
}

#LeftNav
{
    font-size: 1.2em;
    font-weight: bold;
    color: blue;
    width: 175px;
/*    border-left: 2px solid #CFC291;   */
	background-color: #fff;
	border: solid #eee;
	border-width: 0 2px 2px 0;
}

#LeftNav li
{
    list-style: none;
    padding: 5px;
    /*
    border-top: 1px solid #CFC291;    
    border-bottom: 1px solid #CFC291;
    border-right: 2px solid #CFC291;
    */
    width: 165px;
}
/*
#LeftNav li.top
{
    border-top: 2px solid #CFC291;    
}
#LeftNav li.bottom
{
    border-bottom: 2px solid #CFC291;
}
#LeftNav li.notop
{
    border-top: 0;    
}
#LeftNav li.nobottom
{
    border-bottom: 0;    
}
*/
#LeftNav li:hover
{
    background: #FFF6C5;
    cursor: pointer;    
}
#LeftNav li:hover a
{
    border-bottom:1px solid #FF0000;
    color:#4096EE;
}

#LeftNav li.indent
{
    /*margin-left: 20px;*/  
}


table.adminListGrid
{
}
table.adminListGrid th, table.adminListGrid td
{
	padding: 5px;
}
ul.verticalMenu
{
	padding-left: 15px;
}
ul.verticalMenu li
{
	padding: 5px;
}
ul.verticalMenu li.lastsep
{
	padding-bottom: 15px;
}