/* TOC:

	global
	layout containers
	top nav
	sub nav
	page styles
	barkers
	footer classes

*/



/* global */
:focus{outline:none;}
HTML{
	 overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

BODY 
{	
	font-family: Arial, Sans-Serif;
	background : #000;
	color: #686868;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:12px;
}

.header{
	font-size:28px;
	color:white;
}

.spacer {
	position:relative;
	margin: 0;
	padding: 0;
	font-size:0px;
	line-height:0px;
	height:0px;
	min-height:0px;
	clear:both;
}

a
{
	color:white;
	text-decoration: none;
}

a:hover
{
	color:red;
	text-decoration: none;
}

.backtotoplink
{
	font-size:9px;
	color:#fff;
	text-decoration:none;
}
/*  layout containers */

#container
{
	width: 989px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
}

#hdr
{

}

#main
{
	background: #000;
	padding:5px;
}

#home_swf{
	float:left;
	width:584px;
	margin-right:5px;
}

#home_right{
	float:left;
	padding:5px 15px;
	background-color:#000000;
	width:360px;
	_width:390px; /* ie */
	height:345px;
	_height:345px; /* ie */
	color:#b9b9b9;
}

#home_right p{
	margin:0 0 10px 0;
	padding:0;
}

#home_right h1, #home_barkers h1{
	font-size:26px;
	margin:0;
	margin-bottom:5px;
	padding:0;
	font-weight:normal;
	color: #fff;
}

.home_barkers{
	clear:both;
	color:#fff;
	padding-top:5px;
}

.home_barkers h1{
	font-size:16px;
}

.three_barker_container{
	background:url(img/home/three_barkers_bg.gif) no-repeat top left;
	width:700px;
	_width:725px; /* ie */
	height:172px;
	margin-right:5px;
	_margin-right:3px; /* ie */
	padding:13px 13px 0 13px;
	font-size:12px;
}


.three_barker_container .promo{
	width:212px;
	float:left;
	font-size:12px;
}

.three_barker_container .promo h1{
	margin:0 0 5px 0;
	padding:0;
	font-weight:normal;
	font-size:12px;
}

.three_barker_container .promo img{
	padding:0 8px 8px 0;
	float:left;
}

.three_barker_container .text{
	float:left;
	width:120px;
}

.new_products_barker{
	background:url(img/home/new_products_barker_bg.gif) no-repeat top left;
	width:218px;
	_width:245px; /* ie */
	height:162px;
	padding:13px 13px 0 13px;
	font-size:12px;
}
.one_third_barker_container{
	width:329px;
	_width:325px; /* ie */
	float:left;
}
.one_third_barker{
	background:url(img/home/one_third_barker_bg.gif) no-repeat top left;
	width:296px;
	_width:322px; /* ie */
	height:154px;
	padding:13px;
	_padding-right:5px;
}

.one_third_barker h1{
	font-size:14px;
	margin:0;
	padding:0;
}

.one_third_barker img{
	padding:0 8px 8px 0;
	float:left;
}

.one_third_barker a img{
	padding:0;
	border:0;
}

#nav
{
	width: 979px;
	height:41px;
	text-align:left;
	margin:0px;
	padding:0px;
}
#subnav
{
	background: #404040;
	width: 979px;
	height:31px;
	text-align:left;
	margin:0px;
	padding:0px;
}

#content
{
	background: #000;
	width: 979px;
}

#footer
{
	background-color:#000;
	width: 979px;
	margin-bottom:10px;
}

/* top nav */

#nav A
{
	text-decoration:none;
	color: #fff;
}

#nav .left-off
{
	background: url(img/nav/off/left.jpg);
	height: 41px;
	width: 118px;
	line-height: 40px;
	font-size:11px;
	color: #404040;
	text-align: center;
	float: left;
}

#nav .left-over
{
	background: url(img/nav/over/left.jpg);
	height: 41px;
	width: 118px;
	line-height: 40px;
	font-size:11px;
	color: #404040;
	text-align: center;
	float: left;
	cursor:pointer;
}

#nav .left-on
{
	background: url(img/nav/on/left.jpg);
	height: 41px;
	width: 118px;
	line-height: 40px;
	font-size:11px;
	color: red;
	text-align: center;
	float: left;
}

#nav .off
{
	background: url(img/nav/off/mid.jpg);
	height: 41px;
	width: 124px;
	line-height: 40px;
	font-size:11px;
	color: #404040;
	text-align: center;
	float: left;
}

#nav .over
{
	background: url(img/nav/over/mid.jpg);
	height: 41px;
	width: 124px;
	line-height: 40px;
	font-size:11px;
	color: #404040;
	text-align: center;
	float: left;
	cursor:pointer;
}

#nav .on
{
	background: url(img/nav/on/mid.jpg);
	height: 41px;
	width: 124px;
	line-height: 40px;
	font-size:11px;
	color: #fb0000;
	text-align: center;
	float: left;
}

#nav .right-off
{
	background: url(img/nav/off/right.jpg);
	height: 41px;
	width: 117px;
	line-height: 40px;
	font-size:11px;
	color: #404040;
	text-align: center;
	float: left;
}

#nav .right-over
{
	background: url(img/nav/over/right.jpg);
	height: 41px;
	width: 117px;
	line-height: 40px;
	font-size:11px;
	color: #404040;
	text-align: center;
	float: left;
	cursor:pointer;
}

#nav .right-on
{
	background: url(img/nav/on/right.jpg);
	height: 41px;
	width: 117px;
	line-height: 40px;
	font-size:11px;
	color: #fb0000;
	text-align: center;
	float: left;
}

#nav .hover
{
	cursor:pointer;
}

/* end top nav */

/* sub nav */

#subnav .off
{
	height: 31px;
	width: 134px;
	line-height: 32px;
	font-size:11px;
	color: #ffffff;
	text-align: center;
	float: left;
}

#subnav .on
{
	height: 31px;
	width: 134px;
	line-height: 32px;
	font-size:11px;
	color: #fb0000;
	text-align: center;
	float: left;
	margin-bottom:0px;
	padding-bottom:0px;
}
/* end sub nav */


/* text styles */
.about-person
{
	text-align:left;
	width: 770px;
	margin-left:90px;
	padding:20px;
	border-top: 1px solid #e7e9e8;
}

.about-container
{
	text-align:left;
	width: 770px;
	margin-left:88px;
}

.about-image
{
	float:right;
	margin-left: 15px;
	margin-bottom:15px;
}
.about-name
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 18px;
	line-height: 30px;
	color: #618091;
}
.about-title
{
	font-size: 11px;
	line-height: 14px;
	font-style:italic;
	color: #618091;
}

.about-content
{
	font-size: 12px;
	line-height: 1.5em;
	color: #b9b9b9;
	margin-top:10px;
}


.testimonials-container
{
	text-align:left;
	width: 770px;
	margin-left:90px;
	padding:20px;
	border-top: 1px solid #4b4b4b;
}
.testimonials-container-nopad
{
	text-align:left;
	width: 770px;
	margin-left:90px;
	border-top: 1px solid #4b4b4b;
}

.testimonials-credit
{
	font-size: 11px;
	line-height: 14px;
	color: #686868;
	float:right;
	width:250px;
}

.testimonials-content
{
	font-size: 12px;
	line-height: 14px;
	color: #b9b9b9;
	margin-top:10px;
}

/* end text styles  */

/* the system */
.system-container
{
	width: 460px;
	margin: 0px;
	padding: 0px;
	float:left;
}

.system-left
{
	width: 220px;
	float:left;
	margin-top:20px;
}

.system-right
{
	width: 220px;
	float:left;
	margin-left:10px;
	margin-top:20px;
	font-size:11px;
	line-height:12px;
}
.system-subhdr
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 20px;
	color: #618091;
}


/* /the system */

/* the lifestyle */
.lifestyle-container
{
	width: 770px;
	margin: 0px;
	padding: 0px;
	float:left;
}
.lifestyle-left
{
	width: 260px;
	float:left;
	margin-top:20px;
}

.lifestyle-right
{
	width: 500px;
	float:left;
	margin-top:20px;
	font-size:12px;
	line-height:16px;
	color: #b9b9b9;
}
.lifestyle-subhdr
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
}


/* /the lifestyle */


/* news & press */

.news-container
{
	text-align:left;
	width: 770px;
	margin-left:88px;
}

.news-content
{
	font-size: 11px;
	line-height: 14px;
	color: #686868;
	margin-top:10px;
}

.news-press
{
	width: 250px;
	margin: 0px;
	padding: 0px;
	float:left;
}
.news-press-container
{
	width: 250px;
	height: 330px;
	background: url("img/news-press/bg.gif");
}

.news-press-item
{
	width:200px;
	margin-left: 27px;
	font-size: 11px;
	line-height: 14px;
}

.news-press-image
{
	width: 222px;
	margin-left: 13px;
}

.news-press-hdr
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 16px;
	line-height: 20px;
	color: #618091;
}
.news-press-subhdr
{
	font-size: 11px;
	line-height: 14px;
	color: #618091;
	font-weight: bold;
}

.news-item
{
	margin-left:85px;
	font-size: 12px;
	line-height: 16px;

}
.news-item-hdr
{
	font-size: 14px;
	line-height: 20px;
	font-weight:bold;
}
.news-items
{
	margin-left:85px;
	line-height: 20px;	
}

.news-link
{
	color:#fff;
	font-size: 12px;
	text-decoration:none;
}
.news-date
{
	float:left;
	width:150px;
	color: #b9b9b9;
}
.news-slug
{
	float:left;
	width:650px;
}

.press-release-item
{
	margin-left:85px;
	width:800px;
	font-size: 12px;
	line-height: 16px;

}
.press-release-item-hdr
{
	font-size: 14px;
	line-height: 20px;
	font-weight:bold;
}
.press-release-item-subhdr
{
	font-size: 13px;
	line-height: 18px;
	font-weight:bold;
}
.press-release-items
{
	margin-left:85px;
	line-height: 20px;	
}

.press-release-link
{
	color:#618091;
	font-size: 12px;
	text-decoration:underline;
}

.press-release-date
{
	float:left;
	width:150px;
}
.press-release-slug
{
	float:left;
	width:650px;
}

.press-release-footer
{
	color:#666666;
	font-size: 10px;
	line-height:12px;

}
/* /news & press */


/* where */
.where-content
{
	font-size: 11px;
	line-height: 14px;
	color: #686868;
}

.where
{
	width: 378px;
	margin: 0px;
	padding: 0px;
	float:left;
}

#where-buy-result
{
	width: 378px;
	height: 100px;
}

.where-container
{
	width: 378px;
	height: 100px;
	background: url("img/where/bg.gif");
}
.where-item
{
	width:250px;
	font-size: 11px;
	line-height: 14px;
	color: #686868;
	margin-left: 30px;
}
.where-hdr
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 16px;
	line-height: 20px;
	color: #618091;
}

.where-subhdr
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 20px;
	color: #618091;
}

.where-select
{
	width: 195px;
	background: #618091;
	padding:3px;
	color:#ffffff;
	font-size: 12px;
	font-family: Verdana, Arial;
}
/* /where */

/* components */
.component-item-old
{
	width: 182px;
	margin: 0px;
	padding: 0px;
	float:left;
}
.component-item
{
	width: 230px;
	margin: 0px;
	padding: 0px;
	float:left;
	
}

.component-item-hdr
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 18px;
	line-height: 30px;
	color:#fff;
	margin-top:10px;
	
}
.component-item-content-old
{
	width: 165px;
	font-size:12px;
	line-height:14px;
	color: #white;
}
.component-item-content
{
	width: 185px;
	font-size:12px;
	line-height:14px;
	color: #b9b9b9;
}

.component-item-main
{
	font-size:11px;
	line-height:14px;
	color: #686868;
}

.components-block
{
	width: 840px;
	margin-left:20px;
	
}

.how_to_build{
	float:left;
	width:475px;
	padding:0 10px 0 0;
}

/* /components */

/* experience */

.experience-container
{
	width:970px;
	background: url("img/experience/bg-main.gif");
}
.experience-nav
{
	width:320px;
	float:right;
	margin-top:20px;
	margin-right:20px;
}

#experience-main
{
	width:600px;
	float:left;
	margin-top:20px;
	margin-left:20px;
}

.experience-hdr
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin-top:10px;
}

.experience-left-old
{
	float:left;
	width:270px;
	font-size:11px;
	line-height:14px;
	color: #686868;
}
.experience-left
{
	float:left;
	width:540px;
	font-size:12px;
	line-height:14px;
	color: #b9b9b9;
}

.experience-right
{
	float:right;
	width:270px;
	font-size:11px;
	line-height:14px;
	margin-right:10px;
	color: #686868;
}

/* /experience */


/* barkers */
.barker
{
	width: 320px;
	margin: 0px;
	padding: 0px;
	float:left;
}
.barker-container
{
	width: 320px;
	height: 150px;
	background: url("img/barkers/bg.gif") no-repeat;
}
.barker-hdr
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.barker-subhdr
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 16px;
	font-weight:bold;
}

.barker-left
{
	width: 130px;
	float:left;
	margin-left:20px;
	margin-top:20px;
}

.barker-right
{
	width: 150px;
	float:left;
	margin-left:10px;
	margin-top:20px;
	font-size:11px;
	line-height:12px;
	color:white;
}


/* end barkers */

/* footer classes */
#footer A
{
	/*color: #618091;*/
	color:#fff;
	font-size:10px;
	line-height: 16px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;	
}

#footer a:hover{
	color:red;
}

.footertext
{
	color: #a9a9a9;
	font-size:10px;
	line-height: 16px;
}
/* END FOOTER */

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	list-style-type: none;
	padding:0;
	margin: 0;
	height:27px;
	line-height:0;
	width:479px;
}



#one, #two, #three{
	background:url(img/components/subnav/single_room.gif) top left;
	display:block;
	overlow:hidden;
	width:133px; 
	height:27px;
	float:left;
	margin:0;
	padding:0;
}

#two{
	background:url(img/components/subnav/networked_multiroom.gif) top left;
	width:178px;
}

#three{
	background:url(img/components/subnav/analogue_multiroom.gif) top left;
	width:158px;
}

#one.selected,
#two.selected,
#three.selected{
	background-position: bottom left;
} 

#tabcontentcontainer{
	color:#b9b9b9;
	width:439px;
	min-height:198px;
	height:auto !important;
	height:198px;
	padding:5px 15px;
	background-color:#000000;
	_margin-top:-5px;
	_width:469px;
}
.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
	display:block !important;
	}
}


/* END TABS */
.news-quote {
	float:left;
	width:650px;
	color: #FFFFFF;
}
/* NEWS TICKER */
#newsticker {
	position: absolute;
}
#newsticker ul {
	list-style: none;
	min-height: 60px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 30px;
	color: #FFFFFF;
	padding-bottom: 0px;
	font-size: 10pt;
}
* html #newsticker ul {
	height: 50px;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("/img/icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
.ticker-gray {
	color: #b9b9b9;
}

/*social networking links*/
.left-align{width:100px!important;margin-left:20px;margin-top:0!important;}
.social-networking{clear:both;position:relative;width:340px;margin-bottom:20px;}
.social-networking a{text-decoration:none;margin-right:10px;display:block;clear:both;float:right;}
.social-networking a img{margin-right:5px;}
.align-right.social-networking{float:right;}
.reviews.social-networking{width:246px;}
.about-us.social-networking{width:185px;}
a.tweet-this{background:url(/images/tweet-this-hi-soloos.png) no-repeat;text-indent:-9999em;width:89px;height:59px;}
a.tweet-this:hover{background:url(/images/tweet-this-low-soloos.png) no-repeat;}
a.follow-facebook{background:url(/images/friend-on-facebook-hi-soloos.png) no-repeat;text-indent:-9999em;width:170px;height:50px;}
a.follow-facebook:hover{background:url(/images/friend-on-facebook-low-soloos.png) no-repeat;}
a.follow-twitter{background:url(/images/follow-us-on-twitter-hi-soloos.png) no-repeat;text-indent:-9999em;width:135px;height:50px;}
a.follow-twitter:hover{background:url(/images/follow-us-on-twitter-low-soloos.png) no-repeat;}
.news-award {
	font-size: 11px;
	line-height: 12px;
	color: #ffffff;
	margin-top:0px;
	width: 100px;
	font-weight: bold;
}
