*
{
	margin: 0;
	padding: 0;
}

html, body { height: 100%; }

body
{
	background-color: #DCDFDF;
	color: #630;
	font: 12px sans-serif;
	/* horizontal centering for IE Win quirks */
	text-align: center;
	line-height: 15px;
}

p
{
  padding-top: 6px;
  padding-bottom: 6px;
}

#distance
{
	width: 1px;
	height: 50%;
	/* half of container's height */
	margin-bottom: -300px;
	float: left;
}

#container
{
	margin: 0 auto;
	/* puts container in front of distance */
	position: relative;
	text-align: left;
	width: 906px;
	/*height: 600px;*/
	clear: left;
}

#border-header
{
	background-image: url(../images/border-top.gif);
	background-repeat: no-repeat;
	height: 23px;
}

#border-footer
{
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	height: 30px;
}

#sand-box
{
	background-image: url(../images/border-mid.gif);
	background-repeat: repeat-y;
	height: 560px;
	padding-left: 23px;
	padding-right: 23px;
}

h1, h2, .hide { display: none; }

#header
{
	height: 100px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

#slogan
{
	float: right;
	height: 75px;
	width: 505px;
	background-image: url(../images/match.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* menu */
#menu
{
	clear: both;
	float: right;
	width: 518px;
}

#menu ul
{
	margin: 0;
	list-style-type: none;
}

#menu li { display: inline; }

#menu a
{
	padding-left: 16px;
	color: #666;
	font-size: 13px;
	text-decoration: none;
}

#menu a:hover, #menu a.active { color: #F60; }


/* submenu */
#submenu
{
	float: left;
	height: 245px;
	width: 140px;
}

#logos
{
	float: left;
	display: block;
	width: 95px;
	height: 110px;
	background-image: url(../images/blinds-roller.jpg);
	background-repeat: no-repeat;
	margin-top: 35px;
	padding-top: 135px;
}

h3
{
	padding-top: 35px;
	padding-left: 35px;
	color: #F4FFF9;
	font-size: 14px;
}

#submenu ul
{
	padding-left: 35px;
	margin: 0;
}

#submenu li
{
	padding-top: 8px;
	list-style-type: none;
}

#submenu a
{
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
}

#submenu a:hover, #submenu a.active { color: #666; }

.banner
{
	width: 860px;
	height: 210px;
	background-image: url(../images/banners/home.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#content { height: 245px; }

#blinds
{
	position: absolute;
	height: 100px;
	width: 110px;
	/*background-image: url(../images/blinds-roller.jpg);
	background-repeat: no-repeat;*/
}

#contact
{
	float: left;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 15px;
	color: #FFF;
	width: 210px;
	font-size: 11px;
}

#contact p 
{
	padding: 0;
	padding-bottom: 5px;
}

#contact a
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#contact a:hover
{
	text-decoration: underline;
}

#sectors
{
	float: left;
	height: 245px;
	width: 250px;
}

#sectors ul
{
	padding-left: 35px;
	margin: 0;
	list-style-type: none;
	color: #FFF;
}
#sectors li { padding-top: 6px; float:left; width: 100px; }

.message { color: #F60; }
/*#blinds
{
	float: left;
	height: 245px;
	width: 110px;
	background-image: url(../images/blinds-roller.jpg);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}

.roller:hover { background-image: url(../images/blinds-roller.jpg); }
.vertical:hover { background-image: url(../images/blinds-vertical.jpg); }
.venetian:hover { background-image: url(../images/blinds-venetian.jpg); }

.roller { background-image: url(../images/blinds-roller.jpg); }
.vertical { background-image: url(../images/blinds-vertical.jpg); }
.venetian { background-image: url(../images/blinds-venetian.jpg); }*/
