@charset "UTF-8";
/* CSS Document */

/*----------------------- Common Styles -------------------*/
BODY {
	margin:0;
	padding:0;
	background: #bbc5cf url(images/body-bg.jpg) top left repeat-x;
	text-align:center;
}
	
BODY, .Normal, .PageWrapper, .form {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;  }
	
h1, h2, .Normal h1, .Normal h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#5f5f5f;
	font-weight:bold; }
	
.h1text, H2.h1text, H1.h1text, .Normal .h1text {	
	font-size:14pt;
	font-weight:bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif; }
	
.h2text, H2.h2text, H1.h2text, .Normal .h2text {	
	font-size:12pt;
	font-weight:bold;
	color: #030;
	font-family: Arial, Helvetica, sans-serif; }	

P, H1, H2 {
	margin:0;
	padding:6px 0; }
	
TABLE {
	margin:0;
	padding:0;
	border-collapse:collapse;}
	
.Normal TABLE {
	padding:0; }
	
UL, OL {
	margin-top:0;
	margin-bottom:0;
	padding-top:6px;
	padding-bottom:6px; }
	
a, .Normal a, a:visited, .Normal a:visited, a:link, .Normal a:link {
	color:#0000FF;
	text-decoration:none; }

a:hover, .Normal a:hover, a:focus, .Normal a:focus {
	color:#0000CC;
	text-decoration:underline; }	

.img-right {
	float:right;
	margin:10px 0px 10px 10px;
}

.p-red {
	color:red;
}

.p-center {
	text-align:center;
}
	
.table-front {
	padding:5px;
	width:200px;
	text-align:center;
}

.table-front-margin {
	width:400px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:125px;
	border:none;
	text-align:center;
}
.table-front-margin td{
	height:27px;
}
/*****************Contact Button *********************/
#ContactButton ul li {
	float:right;
	list-style:none;
	padding:0 5px 5px 0;	}
	
#ContactButton a.contact, #ContactButton a.contact:visited {
	background-image:url(images/contact-button.png);width: 286px;
	height: 72px; }
	
#ContactButton a.contact:hover, #ContactButton a.contact:active{
	background-image:url(images/contact-button-hover.png);	width: 286px;
	height: 72px;
}
#ContactButton a {
	display: block;
	background-position: left top;
	background-repeat: no-repeat; }
	
#ContactButton a:hover {
	background-position: right top; }
#ContactButton{
	width:286px;
	float:right;
	margin-top:-12px;
}
/*---------------------- End Common Styles --------------*/
 
/*----------------------- Page Layout --------------------*/

.BackgroundWrapper {
	padding:0;
	width:100%;
	text-align:center;
	background-position: 0 0;
}
	
.ShadowContainer {
	margin:0 auto;
	padding:0;
	width:990px;
	background: url(images/shadow.png) repeat-y;
}
	
.PageWrapper {
	width: 960px;
	margin:0 15px;
	text-align:left; }	
	
.HeaderLogo {
	width:279px;
	height:204px;
	background: url(images/logo.jpg) no-repeat top;
}
.PageHeader p{
	text-align:right;
	font-size:32px;
	font-weight:bold;
	padding-top:11px;
	margin:0 5px;
}
.PageHeaderText{
	text-align:right;
	font-size:24px;
	font-weight:bold;
	margin:0 5px;
}
.MenuWrapper {
	height:80px; }
	
.PhoneNumber{
	background:url(images/phone-number.jpg) no-repeat;
	padding:0 0 0 3px;
}
.FlashPane {
	margin:0 279px;
	vertical-align:top;
	padding:0;
	width:681px;
	height:204px;
	background: url(images/image1.jpg); }
	
.BodyWrapper {
	clear:both;
	width:960px;
	margin:0 auto;
	background: #fff; }

.BodyWrapper .Top {
	width:840px;
	height:4px;
    background: url(images/content-top.jpg) repeat-x; }
	
.ContentWrapper {
	width:812px; }	
	
.FooterWrapper {
	width:840px;
	background: #caccc9; }

.FooterWrapper .Top {
	width:840;
	height:4px;
	background: url(images/footer-top.jpg) repeat-x; }

.ContentPane {
	padding:8px 12px;
	width:655px;
	min-height:450px;
	margin-right:-19px;
	vertical-align:top;
}
	
.LeftPane {
	background:url(images/left-pane-bg.jpg) repeat-y;
	padding:0;
	width:279px;
	border-bottom: 3px #fff solid;
	vertical-align:top;
}
.LeftPaneShadow{
	background:url(images/left-pane-shadow.png) repeat-y;
	padding:0;
	margin:0;
	width:3px;
	vertical-align:bottom;
}

.FooterPane{	
	width:678px;
	padding:5px 0;
	text-align:center;
	background: #5f5f5f;
	color:#FFF;
	border-top: 2px #000 solid;
	border-bottom: 2px #ffa100 solid;
	margin:0;
}
.LoginPane {
	text-align:center;
	padding-right:6px;
	padding-bottom:6px; }
	
/*----------------------- End Page Layout ----------------*/
 
 
 /*---------------------- Side Nav ---------------------*/
 
.SideNav {
	width:260px;
	margin:0 0 0 9px;
}
	
.SideNav a {
	text-decoration: none;
	display: block;
	width: 260px;
	height: 133px;
	background-position: left top;
	background-repeat: no-repeat; }
	
.SideNav a.doors {
	background: url(images/btn-garage-door.jpg); }
	
.SideNav a.openers {
	background: url(images/btn-garage-openers.jpg); }
	
.SideNav a.quote {
	background: url(images/btn-free-quote.jpg); }
.SideNav a.special {
	background: url(images/btn-special.jpg); }
.SideNav a:hover {
	background-position: right top; }
	

/*----------------------- End Side Nav -----------------*/	
	
/*--------------------------- SEO Menu -----------------------*/

/******************** Up State *************************/
.SEOMenu {
	width:906px;
	height:80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0 0 0 279px;
}

.SEOMenu ul{
	list-style-type:none;
	padding:0;
	margin:0;
	z-index:3; }

.SEOMenu li{
	float:left;
	list-style-type:none;
	position:relative;
	z-index:2;
	margin: 0; }

.SEOMenu table{
	position:absolute;
	border-collapse:collapse;
	left:0;
	top:0; }

.SEOMenu a, .SEOMenu :visited {
	color:#000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold; }

.SEOMenu a em.left, .SEOMenu :visited em.left {
	display:block;
	float:left;
	width:5px;
	height:78px;
	background: url(images/menu-upleft.jpg) no-repeat; }
	
.SEOMenu a b, .SEOMenu :visited b {
	display:block;
	font-weight:bold;
	float:left;
	height:78px;
	line-height:70px;
	padding:0 8px;
	cursor:hand;
	color:#000; 
	text-transform:uppercase;
	background: url(images/menu-up.jpg); }
	
.SEOMenu a em.right, .SEOMenu :visited em.right {
	display:block;
	float:left;
	width:3px;
	height:78px;
    background: url(images/menu-upright.jpg) no-repeat; }

.SEOMenu .CurrentItem a em.left, .SEOMenu .CurrentItem :visited em.left, .SEOMenu .ParentItem a em.left, .SEOMenu .ParentItem :visited em.left{
	background:url(images/menu-downleft.jpg) left bottom no-repeat; }
	
.SEOMenu .CurrentItem a b, .SEOMenu .CurrentItem :visited b, .SEOMenu .ParentItem a b, .SEOMenu .ParentItem :visited b {
	background:url(images/menu-down.jpg) repeat-x bottom;
	color:#000; }
	
.SEOMenu .CurrentItem a em.right, .SEOMenu .CurrentItem :visited em.right, .SEOMenu .ParentItem a em.right, .SEOMenu .ParentItem :visited em.right {
	background:url(images/menu-downright.jpg) right bottom no-repeat; }

.SEOMenu :hover, a:hover {
	color:#000;
	white-space:normal; }

.SEOMenu a:hover b {
	color:#000;
	background: url(images/menu-over.jpg) repeat-x;
	text-decoration:none; }
	
.SEOMenu a:hover em.left {
	background: url(images/menu-overleft.jpg) left bottom no-repeat; }
	
.SEOMenu a:hover em.right {
	background: url(images/menu-overright.jpg) right bottom no-repeat; }

.SEOMenu :hover > a b {
	color:#000;
	background: url(images/menu-over.jpg) bottom repeat-x;
	text-decoration:none; }
	
.SEOMenu :hover > a em.left {
	background: url(images/menu-overleft.jpg) bottom left no-repeat; }
	
.SEOMenu :hover > a em.right {
	background: url(images/menu-overright.jpg) bottom right no-repeat; }

.SEOMenu .CurrentItem a:hover b, .SEOMenu .ParentItem a:hover b {
	color:#000;
	background: url(images/menu-over.jpg) bottom repeat-x; }
	
.SEOMenu .CurrentItem a:hover em.left, .SEOMenu .ParentItem a:hover em.left {
	background: url(images/menu-overleft.jpg) bottom left no-repeat; }
	
.SEOMenu .CurrentItem a:hover em.right, .SEOMenu .ParentItem a:hover em.right {
	background: url(images/menu-overright.jpg) bottom right no-repeat; }

.SEOMenu .CurrentItem :hover > a b, .SEOMenu .ParentItem :hover > a b {
	color:#000;
	background: url(images/menu-over.jpg) bottom repeat-x; }
	
.SEOMenu .CurrentItem :hover > a em.left, .SEOMenu .ParentItem :hover > a em.left {
	background: url(images/menu-overleft.jpg) bottom left no-repeat; }
	
.SEOMenu .CurrentItem :hover > a em.right, .SEOMenu .ParentItem :hover > a em.right {
	background: url(images/menu-overright.jpg) bottom right no-repeat; }

.SEOMenu ul ul .CurrentItem a:hover b {
	color:#000;
	background: transparent; }
	
.SEOMenu ul ul .CurrentItem a:hover em.left {
	background: transparent; }
	
.SEOMenu ul ul .CurrentItem a:hover em.right {
	background: transparent; }
	
.SEOMenu ul ul .CurrentItem :hover > a b {
	color:#000;
	background: transparent; }
	
.SEOMenu ul ul .CurrentItem :hover > a em.left {
	background: transparent; }
	
.SEOMenu ul ul .CurrentItem :hover > a em.right {
	background: transparent; }

/* -------- Flyout Portion of Menu -----------------*/

.SEOMenu ul ul, 
.SEOMenu ul :hover ul ul, 
.SEOMenu ul :hover ul :hover ul ul,
.SEOMenu ul :hover ul :hover ul :hover ul ul{position:absolute; left:-9999px; top:-9999px; width:0; height:0;}
.SEOMenu ul :hover ul {left:0px;top:34px; background: #116e15; border: 1px solid #000; white-space:nowrap; width:300px; height:auto; color:#ffc; }
.SEOMenu ul :hover ul li {display:block; height:24px; position:relative; float:left; width:auto; color:#ffc; text-transform:none; }
.SEOMenu ul :hover ul li a {display:block; font-size:11pt; height:24px; width:300px; line-height:24px; text-indent:12px; color:#ffc; text-decoration:none; }
.SEOMenu ul :hover ul li a:hover {background: #ff6; color:#030; width:300px; white-space:nowrap;}
.SEOMenu ul :hover ul:hover ul li a:hover {width:300px;}
.SEOMenu ul :hover ul :hover ul,
.SEOMenu ul :hover ul :hover ul :hover ul,
.SEOMenu ul :hover ul :hover ul :hover ul :hover ul,
.SEOMenu ul :hover ul :hover ul :hover ul :hover ul :hover ul
{left:328px; top:8px; background: url(images/menu-dropdown-bg.png) left bottom no-repeat; color:#030; padding:3px 0; white-space:nowrap; width:336px; z-index:200; height:auto;}	

/*-------------------------- End SEO Menu -------------------*/	

/*--------------------------- Footer Links -------------------*/	
	
.FooterPane A, .FooterPane A:visited, .FooterPane A:link, .LoginPane A, .LoginPane A:visited, .LoginPane A:link, .LoginPane A.ServerSkinWidget, .LoginPane A.ServerSkinWidget:visited, .LoginPane A.ServerSkinWidget:link {
	color:#fff;
	text-decoration:underline;  }
	
.FooterPane A:hover, .FooterPane A:focus, .LoginPane A:hover, .LoginPane A:focus, .LoginPane A.ServerSkinWidget:hover, .LoginPane A.ServerSkinWidget:focus {
	color:#CCC;
	text-decoration:none; }	
	
/*-------------------------- End Footer Links ---------------*/	
