/* Start of CMSMS style sheet 'dealersite' */
/***********************************************/
/* DEALER SITE #1 HTML tag styles              */
/***********************************************/ 

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #ffffff;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	text-align:left;
	background-color: #000000;
}
html>body { font-size: 10px; }
td, th, p {
	font-size: 1.25em;
	font-style:normal;
	font-weight:normal;
	line-height: 1.2em;
	color: #FFFFFF;
	margin:0;
	padding:0;
}
a:link {
	color: #ff9933;
	text-decoration: none;
}
a:visited {
	color: #ff9933;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #ff9933;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	line-height:1.2em;
}

h1 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 2.2em;
	color: #FFFFFF;
}

h2 {
	font-size: 1.8em;
	color: #fff26c;
	font-style:italic;
}

h3 {
	font-size: 1.6em;
	color: #000000;
}

h4 {
	font-size: 1.0em;
	font-weight: normal;
	color: #333333;
	padding-left: .1em;
}

h5{
	font-size: 1.1em;
	color: #334d55;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: none;
}

label {
	font: bold 100% Arial,sans-serif;
	color: #000000;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width: 1008px;
	margin: 0px auto;
	padding: 0px;
	height: 768px;
}
.aboutus { background: #000000 url(images/AboutUs.jpg) no-repeat; }
.cabinetry, .home { background: #000000 url(images/Cabinetry.jpg) no-repeat; }
.commercialenviornments { background: #000000 url(images/Commercial-Enviornments.jpg) no-repeat; }
.distributedaudio { background: #000000 url(images/DistributedAudio.jpg) no-repeat; }
.homeautomation { background: #000000 url(images/HomeAutomation.jpg) no-repeat; }
.homenetworking { background: #000000 url(images/HomeNetworking.jpg) no-repeat; }
.hometheater { background: #000000 url(images/HomeTheater.jpg) no-repeat; }
.lighting { background: #000000 url(images/Lighting.jpg) no-repeat; }
.safetysecurity { background: #000000 url(images/Safety-Security.jpg) no-repeat; }
.shadescontrol { background: #000000 url(images/shades-control.jpg) no-repeat; }
.structuredwiring { background: #000000 url(images/StructuredWiring.jpg) no-repeat; }
.wholehousevideo { background: #000000 url(images/WholeHouseVideo.jpg) no-repeat; }
.welcome { background: #000000 url(images/Home-Mstr.jpg) no-repeat; }
.survey{ background: #000000 url(images/Home-Mstr.jpg) no-repeat; }

#masthead {
	margin: 0;
	padding: 10px 0px;
	border-bottom: 0;
	text-align:left;
	height: 135px;
	width: 850px;
	left: 0px;
	position: relative;
}
#masthead p {
	clear: none;
	float: left;
	padding: .1em 2em 0 1em;
	color:#000000;
	font-size: 1em;
	font-weight: bold;
	line-height: .9em;
}
#masthead img {
	clear: none;
	margin: 0em;
}
#masthead h1, #masthead h2 {
	margin-top: 1em;
	margin-right: 15px;
	font-style: italic;
	
}
.clear {
    clear:both;
}
#navcontainer {
	width:125px;
	top:0em;
	margin:1em 1em;
	float: right;
	clear: left;
}
#content {
	float:left;
	width: 850px;
	margin: 0px;
	padding: 0;
}


/************* #breadCrumb styles *************/

#breadCrumb {
	font-size: 1.1em;
	padding: 5px 0px 5px 10px;
}
.lastitem { font-style:normal; font-weight:bold;}

/************** .story styles ***************/

.story {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}
#content table.story {
	margin-left:0em;
}

.story h3 {
	padding: 0px 0px 5px 0px;
	text-align: left;
}
.story img, .story img.left {
	padding: 0px 10px 0px 0px;
	margin: 0 0px 5px 0;
}
.story img.left {
	float: left;
}
.story img.right {
	float: right;
	padding:0 1.5em;
}

.story p {
  padding: .5em 1em 1em 0px;
}

/* lists in content need some margins to look nice */
.story ul,
.story ol,
.story dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

.story  ul li,
.story  ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
.story  dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
.story  dl dd {
   margin: 0 0 1em 1em;
}

.story  dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/************* #siteInfo styles ***************/

#siteInfo {
	clear: both;
	border-top: #cccccc solid 1px;
	font-size: .9em;
	color: #cccccc;
	padding: 1em;
	margin-top: 0px;
	width:79%;
	text-align: center;
}

#siteInfo img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#navlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
}
#navlist li {
	padding: 0px;
	/*background-image: url(images/button.gif);*/
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align:center;
	vertical-align:middle;
	line-height:33px;
}
#navlist #current li {
	color:#ff9933;
	text-decoration:none;
}
#navlist li#current a {
	display:block;
	width:125px;
	background-image: url(images/button_over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#navlist li a {
	display:block;
	width:125px;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color:#000000;
	text-decoration:none;
	padding-bottom:.3em;
}
#navlist li a:hover {
	background-image: url(images/button_over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color:#ff9933;
	cursor: hand;
}
#navlist li a span {
	width: 125px;
	display: block;
	cursor: pointer;
}
#navlist li#current a span {
	color:#ff9933;
	text-decoration:none;
}
#active {}


/*********** other styles ***********/

a.grey, .grey { color: #333333; }
.nofloat { float:none; }
div.left49, div.right49 { font-size:.9em; }
div.left49 {
  text-align: left;
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}
/* End of 'dealersite' */

