/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */
 
 
 
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic); 


html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#171614;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}


	
div#content {
	padding:0 0 250px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

.contentint {
	width:965px;
	margin:0 auto;
}







/* header */


div#header {
	width:965px;
	height:145px;
	margin: 0 auto 0 auto;
	position:relative;
}


.logo {
	display:block;
	position:absolute;
	top:38px;
	left:59px;
	width:396px;
	height:96px;
	text-indent:-9990px;
	overflow:hidden;
	background: url("./images/sprite.png") 0 0 no-repeat;
}

.phone {
	display:block;
	position:absolute;
	top:76px;
	right:28px;
	width:192px;
	height:98px;
	text-indent:-9990px;
	overflow:hidden;
	background: url("./images/sprite.png") -425px 0 no-repeat;
}

.in {
	display:block;
	position:absolute;
	top:89px;
	right:284px;
	width:33px;
	height:33px;
	text-indent:-9990px;
	overflow:hidden;
	background: url("./images/sprite.png") 0 -98px no-repeat;
}
.tw {
	display:block;
	position:absolute;
	top:89px;
	right:284px;
	width:33px;
	height:33px;
	text-indent:-9990px;
	overflow:hidden;
	background: url("./images/sprite.png") -39px -98px no-repeat;
}
.fb {
	display:block;
	position:absolute;
	top:89px;
	right:246px;
	width:33px;
	height:33px;
	text-indent:-9990px;
	overflow:hidden;
	background: url("./images/sprite.png") -77px -98px no-repeat;
}




/* end header */





/* footer */


div#footer {
	position:absolute;
	width:100%;
	height:231px;
	bottom:0; /* stick to bottom */
	background: #e1e1e1;
	font-size:12px;
	line-height:18px;
	margin: 0 auto 0 auto;
	visibility: hidden;
}

.footerbox {
	position:relative;
	width:965px;
	bottom:0; /* stick to bottom */
	font-size:12px;
	line-height:18px;
	margin: 0 auto 0 auto;
}


#left_foot {
	position:absolute;
	left:30px;
	top:114px;
}
#left_foot a {
	color:#171614;
	text-decoration:none;
}
.crestron {
	display:block;
	position:absolute;
	top:131px;
	right:242px;
	width:242px;
	height:31px;
	text-indent:-9990px;
	overflow:hidden;
	background: url("./images/sprite.png") 0 -135px no-repeat;
}
.bbb {
	display:block;
	position:absolute;
	top:102px;
	right:174px;
	width:48px;
	height:77px;
	text-indent:-9990px;
	overflow:hidden;
	background: url("./images/sprite.png") -242px -135px no-repeat;
}
.cedia {
	display:block;
	position:absolute;
	top:102px;
	right:25px;
	width:126px;
	height:77px;
	text-indent:-9990px;
	overflow:hidden;
	background: url("./images/sprite.png") -290px -135px no-repeat;
}



/* end footer */




/* sidebar */


#leftbar {
	float:left;
	width:226px;
	margin:33px 0 0 21px;
	padding:0 19px 40px 0;
	border-right: 1px solid #d1d0d0;
}

#leftbar h2 {
	color:#808080;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	margin:9px 0 5px 11px;
}
#leftbar ul {
	margin:0 0 35px;
	padding:0;
	list-style:none;
}
#leftbar li a {
	display:block;
	width:204px;
	padding:5px 11px;
	font-size:14px;
	font-weight:bold;
	color:#96012d;
	text-decoration:none;
}
#leftbar li a:hover {
	background:#f2f2f2;
	color:#96012d;
	text-decoration:none;
	border-radius:4px;
}
	
#pagecontent {
	width: 630px;
	margin: 55px 38px 20px 0;
	overflow: auto;
	line-height:21px;
	float:right;
}

	





.splashpic {
	width:100%;
	height:340px;
	background: url("./images/splashbg.jpg") repeat-x;
}
.splashpicint {
	position:relative;
	width:965px;
	height:340px;
	margin:0 auto;
}

.slideshow {
	width:414px;
	height:310px;
	overflow:hidden;
	float:right;
	z-index:1;
	margin:10px 10px 0 0;
}

.lmore {
	position:absolute;
	top:266px;
	right:22px;
	width:189px;
	height:44px;
	text-indent:-9990px;
	overflow:hidden;
	z-index:1000;
	background: url("./images/lmore.png") no-repeat;
}	

.sp1 {
	color:#93012b;
	font-size:20px;
	font-weight:bold;
	position:absolute;
	top:34px;
	left:39px;
}
.sp2 {
	color:#180d0a;
	font-size:16px;
	font-weight:normal;
	position:absolute;
	top:254px;
	left:39px;
}
.sp3 {
	color:#180d0a;
	font-size:16px;
	font-weight:normal;
	position:absolute;
	top:0px;
	left:69px;
}
.switch {
	position:absolute;
	top:72px;
	left:56px;
	width:421px;
	height:163px;
	overflow:hidden;
	z-index:1000;
	background: url("./images/switch.png") no-repeat;
}	



#splashleft {
	float:left; 
	width:460px;  
	padding:33px 0 0 88px;
	font-size:13px;
	line-height:19px;
}
#splashleft h1 {
	font-style:normal;
	font-weight:bold;
	font-size:26px;
}
.saying {
	font-style:italic;
	margin:0 0 45px;
	height:195px;
	overflow:hidden;
}
.saying span {
	font-weight:bold;
}
.quote {
	font-style:normal;
	float:right;
	text-align:right;
}


#rightbar {
	width: 316px;
	margin: 15px 0 0 0px;
	padding: 10px 0 0 52px;
	float:right;
	border-left: 1px solid #d1d0d0;
}
#rightbar h2 {
	color:#180d0a;
	font-size:26px;
	font-weight:bold;
	margin:0 0 5px 0;
}
#rightbar ul {
	margin:0px 0 50px 0;
	padding:0;
	list-style:none;
}
#rightbar li a {
	display:block;
	width:204px;
	padding:0px 0;
	font-size:15px;
	font-weight:normal;
	color:#870123;
	text-decoration:none;
}
#rightbar li a:hover {
	color:#96012d;
	text-decoration:none;
}

.picleft {
	float:left;
	margin:0 20px 20px 0;
}

.pic {
	float:right;
	margin:0 0 20px 20px;
}

.contactfield {
	text-align:right; 
	padding:0 5px 0 0;
}


#clear {
	clear: both;
}

.clear {
	clear: both;
}






/* text styles */



a {
	color: #96012d;
	text-decoration: underline;
}
a:hover {
	color: #c4023c;
	text-decoration: underline;
}




h1 {
	font-weight:bold;
	font-size:20px;
	color: #98012e;
	margin:0 0 20px 0;
}

h2 {
	font-weight:normal;
	font-size:24px;
	color: #98012e;
	margin:0 0 20px 0;
}

h3 {
	font-weight:normal;
	font-size:18px;
	color: #98012e;
	margin:20px 0 10px 0;
}


p { 
	margin:0 0 20px 0;
}

.contact td {
font-size: 10px
}

/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: underline;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}






/* menu codes */



#menu-primary {
    width: 100%;
    height:51px;
    margin:0;
    padding:0;
    background:url('./images/menubg.png') repeat-x;
}

#menu-primary ul {
    width: 913px;
    height:51px;
	padding:0;
	margin:0 auto;
    border-right:1px solid #6a0120;
    border-left:1px solid #be6780;
	list-style-type:none;
}

#menu-primary li {
	display:inline;
	margin:0;
	padding:0;
}

#menu-primary a {
	float:left;text-align:center;
    padding: 16px 0 0 0;
    height:35px;
    font-size:16px;
    line-height:16px;
    color: #fff;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
    border-left:1px solid #6a0120;
    border-right:1px solid #be6780;
    background:url('./images/menubg.png') no-repeat;
}
#menu-primary a:hover {
    color: #fff;
    text-decoration:none;
    background:url('./images/menubgrollover.png') no-repeat;
}

.m1 {
	width:210px;	
}
.m2 {
	width:175px;	
}
.m3 {
	width:181px;	
}
.m4 {
	width:167px;	
}
.m5 {
	width:170px;	
}


.pipelist2 {
	overflow: hidden;
	width: 900px;
	margin:20px auto 0 auto;
	font-size:12px;
	line-height: 20px;
	font-weight:bold;
	text-align:center;  
}

.pipelist2 a {
	color: #171614;
	text-decoration: none;
	border-left: 1px solid #171614;
	margin: 0 .5em 0 -.5em;
	padding: 0 13px 0 13px;
	white-space: nowrap;
}
.pipelist2 a:hover {
	color: #d70141;
	text-decoration: none;
}	
	
	
	
	


