/* @override 
	http://www.mundoillumination.com/css/style.css
*/

/* --- COLOR SCHEME ---

Purple: #6a2986;
Light Gray: ebebeb
Dark Gray: 6d6f72


Dark Blue: 1e164e
Light Blue: 00a0cd
Grey: 464749


---------------------- */

/* --- GLOBAL STYLES ---*/
* {

	margin: 0px;
	padding: 0px;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Helvetica, Arial;
	font-size: 11pt;
	line-height: 13pt;
	color: #000;
	background: #FFF;
	height: 100%;
}


a {
	color: #0082af;
	text-decoration: none;
}

a img {
	border: 0px;
}

a:hover {
	xtext-decoration: underline;	
	color: #6d6f72;
}

p {	
}

h1 {
	font-weight: normal;
}

h2 {
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 10px;
	color: #000;
	font-size: 17pt;
}

h3 {
	font-weight: normal;
}

h4 {
	font-weight: normal;
}

h5 {
}

h6 {
}

hr {
	clear: both;
	float: none;
	display: block;
	border: 0px;
	background: transparent;
	color: transparent;
	visibility: hidden;
}


hr.footer {
	xmargin: 10px 0;
	padding-bottom: 10px;
}


#index hr.footer {
	padding: 0;
}

h1,h2,h3,h4,h5,h6{text-shadow: #eee 1px 1px 1px;}
p{text-shadow: #eee 1px 1px 1px;}
#navbar {text-shadow: #eee 1px 1px 1px;}

/* --- WRAPPER STYLES ---*/
#wrapper {
	text-align: left;
	width: 900px;
	margin: 0px auto;
 	height: 100%;
}

#content {

}

/* --- HEADER STYLES ---*/
#header {
	 clear: both;
	 height: 90px;
	 overflow: hidden;
	 xbackground: url(../images/logo.png) no-repeat right center;
}

h1#logo {
	text-indent: -9999px;
	float: right;
	width: 175px;
	height: 53px;
	background: url(../images/logo.png) no-repeat right center;
	margin-top: 24px;
}

h1#logo a {
	display: block;
	height: 100%;
}

/* --- MENU FUNCTION ---*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;	
}

#nav li li {
	width: 10em;
}

#nav li li a {
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	xwidth: 10em; /* width needed or else Opera goes nuts */
	xwidth: 125px;
	margin-right: 45px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.hover {  
	position: static;  
}

/* --- MENU STYLES ---*/
#navbar {
	margin-top: 55px;
}
#nav {}
#nav ul {}
#nav li {}

#nav li a {
	xcolor: #0082af;
	 color: #00a3d7;
	 xcolor: #00ade4;
	xfont-size: 12pt;
	font-size: 1.2em;
	font-weight: normal;
	position: relative;
	z-index: 99999999;
	padding: 6px 0px;
	height: 17px;
	padding-bottom: 12px;
	xborder-bottom: 1px solid transparent;
}

#nav li a:hover {
	color: #666;
}

#nav li li a {
	font-size: 1em;
	background: #FFF;
	padding: 8px 10px;
	padding-left: 15px;
	border-top: 1px solid #eee;
	line-height: 1.3;
	opacity: 0.95;
	x-moz-opacity: 0.95;
	font-weight: bold;
	height: auto;
}

#nav li li a:hover {
	background: #eee;
}


#slideshow {
	position: relative;
	z-index: 9999;
}

/* --- PRODUCT LIST ---*/
#products .product {
	float: left;
	width: 133px;
	margin-bottom: 20px;
	margin-right: 17px;
}

#products .product img {
	border: 1px solid #cfcfcf;
}

#products .product a {
	display: block;
	margin: 5px 0;
	color: #000;
	text-decoration: underline;
	xborder-bottom: 1px dotted #000;
	font-size: 0.9em;
}


/* --- PRODUCT DETAILS ---*/
#product-detail {
	xmargin-top: 15px;
}

#product-detail h3 {
	margin-bottom: 10px;
	font-size: 13pt;
}

#product-detail #specs {
	float: right;
	width: 450px;
}

#product-detail #specs .spec {
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}

#product-detail #specs .spec p {
	margin-left: 20px;
	font-size: 0.9em;
}

#product-detail #specs .spec li {
	list-style: square;
	margin-left: 30px;
	font-size: 0.9em;
	
}

#product-detail #specs .spec a {
	color: #000;
	text-decoration: underline;
}

/* --- IMAGE DECK ---*/

#imagedeck {
	float: left;
	width:  400px;	
}

#imagedeck .main {
	width: 400px;
	height: 400px;
	overflow: hidden;
}

#imagedeck .main img {
	border: 1px solid #000;
}

#imagedeck .thumbs {
	margin-top: 15px;
}

#imagedeck .thumb {
	margin-right: 15px;
}

#imagedeck .thumb img {
	border: 1px solid #000;
	width: 98px;
	height: 98px;
	overflow: hidden;
}

/* --- CONTENT PAGES ---*/
#page img {
	float: right;
	xmargin-left: 10px;
	display: block;
	xborder: 1px solid #999;
	xpadding: 2px;
	xpadding-left: 10px;
}

#page p {
	margin-bottom: 5px;
	line-height: 1.4;
}

#page p a {
	text-decoration: underline;
}

/* --- CONTACT PAGE ---*/

#page .col-left {
	float: left;
	width: 680px;
}

#page .locations-text {
	xwidth: 400px;
}

#page .col-left.locator {
	xwidth: 290px;
}

#page .col-right {
	float: right;
}

#page .col-right.locator {
	width: 590px;
}

.locs h6 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.locs {
	xheight: 450px;
	xoverflow-y: auto;
	xborder-top: 2px solid #ddd;
	xborder-left: 1px solid #ddd;
	xpadding-left: 35px;
}

.locspacer {
	margin: 5px 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

.loc {
	
	margin-right: 10px;
	margin-bottom: 30px;
	xborder-bottom: 1px dotted #eee;
	width: 400px;
	margin-left: 10px;
}

#page form {
	display: block;
	margin-top: 30px;
	font-size: 0.9em;
	xmargin-left: 15px;
}


#page label {
	width: 130px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
}

#page .locator label {
	width: auto;
}

#page input {
	padding: 5px;
	border: 1px solid #d6d6d6;
	width: 200px;
	color: #666;
}

#page textarea {
	padding: 5px;
	border: 1px solid #d6d6d6;
	width: 200px;
	height: 90px;
	color: #666;
}

#page input[type=submit] {
	xpadding: 5px;
	border: 0px solid #d6d6d6;
	width: 80px;
	background: #1b406f;
	color: #fff;
	text-transform: uppercase;
	margin-left: 140px;
}


/* --- NEWS STYLES ---*/
#news .entry {
	
}

#news .date {
	font-size: 0.9em;	
	color: #333;
	margin-bottom: 5px;
	display: block;
}

#news .news a {
	color: #000;
	text-decoration: none;
	font-size: 1.3em;
	margin-bottom: 18px;
	display: block;
}


#news .news {
	margin-bottom: 15px;
}
/* --- NEWS HOME STYLES ---*/
.homewrap {
	margin-top: 25px;
}

.homewrap h2 {
	font-size: 1.3em;
	margin: 0;
	margin-bottom: 15px;
}

.news {
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
	padding-bottom: 8px;
}

.homewrap .news {
	width: 666px;
	float: left;
	border: 0;	
	width: 425px;
	margin-right: 25px;
}


.news .image {
	float: left;
	margin: 0px 15px 5px 0
}

.news .image img {
	border: 1px solid #00a3d7;
}

.news .top {
	margin-bottom: 5px;
}

.news .date {
	font-size: 0.9em;
}

.news .title a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 0.9em;
}

.news .text {
	font-size: 0.9em;
}

.homewrap .info {
	float: right;
	text-align: center;
}

#constantcontact a {
	color: #999;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
}

/* --- IMAGES & SHADOW STYLES ---*/
.dropShadow {
	xborder: 1px solid #666;
}

.shadow_wrap {
	float: right;
	display: block;
	padding: 1px 4px 4px 1px;
	margin-left: 20px;
	margin-bottom: 15px;
}

.sb-shadow {
	background: #fff;
}



/* --- FOOTER STYLES ---*/
#footer {
	clear: both;
	color: #6d6f72;
	border-top: 1px solid #ebebeb;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 0.9em;
}

#company {
	padding-left: 48px;
	padding-top: 2px;
	background: url(../images/logo-img3.png) no-repeat;
	height: 38px;
	display: block;
	float: left;
}

#constantcontact {
	float: right;
}

#constantcontact input {
	border: 1px solid #d6d6d6;
	background: #fff;
	padding: 4px 8px;
	margin-left: 2px;
	color: #666;
}

#constantcontact input[type=submit] {
	background: #1b406f;
	border: 1px solid #1b406f;
	color: #fff;
} 

#design {
	float: left;
	clear: both;
	margin-top: 20px;
}

#design a {
	font-size: 0.8em;
	color: #6d6f72;
}

/* --- UTILITY STYLES ---*/
div.right, span.right { float: right; }

div.left, span.left { float: left; }

.clear { clear: both; }
.nullclear { clear: both; height: 0px; width: 0px; margin: 0px; padding: 0px; display: none;}
.nofloat { float: none; }	
.nomargin { margin: 0px; }	
.first { border: 0px; margin-left: 0px; padding-left: 0;}
.last {	border: 0px; margin-right: 0px; padding-right: 0;}
.bold { font-weight: bold; }

