/* This is the part for the CSS menu - these settings are for a horizontal menu */
    #dmenu{                         /* menu list container */
	list-style-type: none;      /* disable the display of the list item bullets */
	margin: 0px;                /* space around the list container */
	padding: 0px;               /* space within the list container */
}
		
 #dmenu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 24px;
	padding-top: 10px;
	font-weight: bolder;
}
	
    #dmenu li{
	list-style-type: none;
	float: left;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 112px;
	display: block;
    }

    #dmenu ul {                     /* third-level (or greater) menu element list elements */
        position: absolute;         /* this is so that it doesn't push that page content around on hover */
        margin: 0px;                /* space around the list container */
        padding: 0px;               /* space within the list container */
        list-style-type: none;      /* disable the display of the list item bullets */
        display: none;
        width: 112px;               /* should be the same as #dmenu li width */
        background-color: #ffc;     /* sub-menu default background color */
        color: #000;                /* sub-menu default font color (not links) */
        z-index: 99;                /* want to be sure this is above the rest of the menu */
    }

    #dmenu ul li{                   /* second-level or greater menu element links */
        background-color: #CD261E;                /* default font color (not links) for sub-menu container */
        border: none;               /* sub-menu item border settings */
        margin: 0px;                /* spacing between sub-menu containers */
        padding: 3px;               /* This is for padding between menu items in the drop-downs */
        width: 163px;               /* (padding*2) must be subtracted from #dmenu li width and set for this one, or borders won't display properly. */
    }

    #dmenu li a{
	text-align: center;
	width: 110px;
	display: block;
	color: #FFFFFF;
	background-color: #2C419A;
	text-decoration: none;
    }
    
    #dmenu ul a {
	padding: 5px;
	margin: 0px;
	width: 156px;
	display: block;
	text-align: left;
	background-color: #CD261E;
    }

    #dmenu a:hover,                 /* top-level hovering properties */
    #dmenu li:hover{
        display: block;
        background-color: #CD261E;
        color: #FFFFFF;
    }
    
    #dmenu ul li:hover,             /* higher level hovering properties */
    #dmenu ul li a:hover{
	display: block;
	background-color: #2C419A;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
    }

    #dmenu ul ul{                   /* higher-level list containers */
        display: none;              /* don't display by default */
        position: absolute;
        margin-left: 160px;         /* this should be the width of #dmenu ul li */
        margin-top: -2em;           /* this will push the sub-menu up to the level of it's parent */
    }

    /* only non-MSIE browsers use this */
    #dmenu ul li>ul,
    #dmenu ul ul li>ul{
        margin-top: -2em;           /* should be set to the same as #dmenu ul ul margin-top */
    }

    /* additional sub-menu levels in the next 2 blocks. (For up to 5 levels of drop menus) */
    #dmenu li:hover ul ul,              
    #dmenu li:hover ul ul ul,
    #dmenu li:hover ul ul ul ul,
    #dmenu li:hover ul ul ul ul ul{
        display:none;
    }

    #dmenu li:hover ul,
    #dmenu ul li:hover ul,
    #dmenu ul ul li:hover ul,
    #dmenu ul ul ul li:hover ul,
    #dmenu ul ul ul ul li:hover ul{
        display:block;
    }

    li>ul {
        top: auto;
        left: auto;
    }

	.content {                      /* This is used for the content that will appear below the menu */
        clear: left;
    }
	
	/* Site CSS */
	
body {
	background: #F8EF24 url(/images/expresssunrooms.com/body-background.gif) repeat-x;
	margin: 0;
	padding: 0;
}
a img{
	text-decoration: none;
	border:none;
}
#gallery {
	height: 566px;
	width: 172px;
	position: relative;
	background-image: url(/images/expresssunrooms.com/galleryBG2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#gallery .custom {
	display: block;
	position: absolute;
	left: 20px;
	top: 15px;
}
#gallery .recent {
	display: block;
	position: absolute;
	left: 20px;
	top: 440px;
}
#gallery .products {
	display: block;
	position: absolute;
	left: 20px;
	top: 440px;
}
#gallery .sunrooms {
	display: block;
	position: absolute;
	left: 20px;
	top: 160px;
	background-color: #FFFFFF;
}
#gallery .patios {
	display: block;
	position: absolute;
	left: 20px;
	top: 160px;
}
#gallery .kitchens {
	display: block;
	position: absolute;
	left: 15px;
	top: 20px;
}
#gallery .pools {
	display: block;
	position: absolute;
	left: 15px;
	top: 300px;
}
#gallery .details {
	display: block;
	position: absolute;
	left: 20px;
	top: 300px;
}
#gallery img{
	height: 99px;
	width: 130px;
	text-align: center;
	display: block;
}
#gallery b {
	text-align: center;
	display: block;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-right: 3px;
	padding-left: 3px;
}
#gallery a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	/*width: 112px;*/
	text-align: center;
}
.gallery-thumb {
	background: url(/images/expresssunrooms.com/bg_gallery_img.png) top left no-repeat;
	width: 180px;
	height: 190px;
	padding: 10px 0px 0px 10px;
	float: left;
}
#footer {
	text-align: center;
	padding-top: 5px;
	background-color: #990000;
	color: #FFFFFF;
	width: 800px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-right: 100px;
	padding-left: 100px;
}

#contentLeft p {
	text-align: center;
}

#header {
}

#header h1 {
width: 800px;
height: 180px;
text-indent: -9999px;
}

#find-dealer {
display:block;
height:64px;
left:254px;
position:absolute;
top:114px;
width:472px;
}

#broadcast-image {margin: 0px 0px 0px 92px; cursor: pointer;}

#add-this {
float: left; top: 0px; height: 25px; padding-top: 5px;
}

#facebook-like {
border:none; overflow:hidden; width:300px; height:35px;
}

#email-friend {
float: left; padding-left: 10px; height: 25px; padding-top: 5px;
}

#top-header {
width: 800px;
padding-bottom: 5px;
height: 35px;
}

#top-nav {
width: 800px;
padding-bottom: 5px;
height: 35px;
padding-left: 8px;
}

#pagewrap {
	width: 800px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align:left;
	position: relative;
}
#contentLeft {
	float: left;
	background-color: #FFFFFF;
	width: 220px;
}
#contentLeft #quickContact {
	text-align: left;
	padding: 5px;
	margin-left: 20px;
	background-color: #CCCCCC;
	width: 175px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

#contentRight {
	float: right;
	width: 570px;
	background-color: #FFFFFF;
}
#contentRight h1 {
	text-align: left;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 0px;
}
#contentRight h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 10px;
	text-transform: uppercase;
}
#contentRight li {
	line-height: 24px;
}
#contentRight img {
	text-align: center;
}
#contentRight .photoArea img {
	text-align: left;
	display: inline;
	margin: 0px;
	padding: 5px;
	height: 200px;
	width: 250px;
}
#contentRight p {
	padding-right: 50px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: none;
	color: #000000;
	line-height: 24px;
}
.resourceBox {
	width: 550px;
	padding-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	min-height:140px;
}
.resourceBox h3{
	color: #FFFFFF;
	padding: 5px;
	background-color: #2C419A;
	margin: 0;
}
.resourceBox img {
	float: left;
	padding: 10px;
}
#content {
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
}
#content2 {
	width: 800px;
	background-color: #FFFFFF;
}
.clearfix {
	clear: both;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
#contentLeftRow2 {
	width: 180px;
	float: left;
	background-color: #FFFFFF;
}
#contentRightRow2 {
	float: right;
	width: 180px;
	background-color: #FFFFFF;
}
#contentCenterRow2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	float: left;
	width: 400px;
	padding: 5px;
}
#contentCenterRow2 a {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#BTN a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #999999;
	text-decoration: none;
	background-image: url(images/BTN.png);
	background-repeat: no-repeat;
	height: 20px;
	background-position: center center;
	width: 160px;
	padding-top: 10px;
}
#contentLeft #sideNav {
	background-color: #CD261E;
	margin-left: 20px;
	margin-top: 15px;
	padding: 0px;
	text-align: left;
	width: 180px;
	
}
#contentLeft #sideNav h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	padding: 10px;
	background-color: #2C419A;
}
#contentLeft #sideNav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display: block;
	vertical-align: middle;
	text-align: left;
}
#contentLeft #sideNav a:hover {
	color: #FFFFFF;
	background-color: #2C419A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	display: block;
	vertical-align: middle;
}
#contentLeft #sideNav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#estimate {
	float: right;
	width: 400px;
	display: block;
	padding-right: 20px;
	position: relative;
}


#estimate h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-bottom: 0px;

}
#estimate_left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-bottom: 0px;

}

#estimate p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
	display: block;
}
#estimate_left p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
	display: block;
}

#estimate .field {
	padding-bottom: 5px;
	padding-top: 5px;
}
#estimate .field label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#estimate .field input {
	position: absolute;
	left: 120px;
}
#estimate .field select {
}
#estimate .field textarea {
	width: 282px;
	height: 52px;
	position: absolute;
	left: 120px;
}

#estimate span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

#finance {
	background-image: url(/images/expresssunrooms.com/board.jpg);
	background-repeat: repeat;
	position: relative;
	width: 520px;
	height: 280px;
	border: 1px solid #000000;
	padding: 10px;
}
#finance p.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}
#finance p.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	vertical-align: bottom;
	position: absolute;
	right: -30px;
	bottom: 0px;
	z-index: 3;
}
#box h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
#box {
	width: 490px;
	border: 1px solid #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 20px;
}
#box p {
	background-image: url(/images/expresssunrooms.com/check.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.deckrester {
	background-image: url(/images/expresssunrooms.com/deckrester.png);
	background-repeat: no-repeat;
	height: 288px;
	width: 216px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-position: right top;
}
#badge {
	background-image: url(/images/expresssunrooms.com/badge.png);
	height: 150px;
	width: 150px;
	background-repeat: no-repeat;
	float: left;
}
#contentRightMain {
	float: right;
	display: block;
	width: 450px;
}
/* Sunrooms Page Start  */

#contentRightMainSun {
	float: right;
	display: block;
	width: 480px;
	height: 260px;
	background-image: url(/images/playerbox.png);
	background-repeat: no-repeat;
	position: relative;
}

#contentRightMainSun .playerSun {
	position: absolute;
	left: 14px;
	top: 14px;
	border: 1px solid #FFFFFF;
	background-color: #666666;
	padding: 5px;
}

#contentRightMainSun .addthis {
	position: absolute;
	right: 15px;
	top: 15px;
}
#contentRightMainSun .addspot {
	position: absolute;
	left: 295px;
	top: 8px;
	background-image: url(/images/bill.png);
	background-repeat: no-repeat;
	height: 125px;
	width: 171px;
}

#contentRightMainSun .addspot a {
	padding: 2px;
	border: 1px solid #000000;
	background-color: #4A7132;
	text-align: center;
	height: 12px;
	width: 120px;
	color: #FFFFFF;
	position: absolute;
	bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	left: 20px;
	line-height: 12px;
}

/* Sunrooms Page End  */

#contentLeftMain {
	float: left;
	width: 340px;
}

#contentLeftMain p {
	text-align: left;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
#contentLeftMain h3 {
	padding-left: 20px;
	margin: 5px 0px 5px 0px;
}
#contentLeftMain .contact {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 43px;
}
#contentLeftMain .contact h3{
	display: block;
	margin: 0px;
	padding: 0px;
}

.contact .phone {
	background-image: url(/images/expresssunrooms.com/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 5px;
}
.contact .email {
	background-image: url(/images/expresssunrooms.com/email.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.email {
	background-image: url(/images/expresssunrooms.com/email.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
}
.contact .email a{
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
}
.email a{
	color: #000000;
	text-decoration: none;
	padding-left: 24px;
}
.contact .video {
	background-image: url(/images/expresssunrooms.com/videoicon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.contact .video a{
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
}
#contentLeftMain .contact h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}

p.testimonial {
min-height: 206px;
float: right;
padding: 12px 95px 0px 95px;
background-image: url(/images/expresssunrooms.com/quotebox.png); 
background-repeat: no-repeat;
background-position: center top;
text-align: center;
font-weight: bold;
line-height: 20px;
}

p.testimonial a {
color: rgb(153, 0, 0);
}

#badgegal {
	position: absolute;
	height: 150px;
	width: 150px;
	top: 17px;
	z-index: 99999;
	left: 745px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#badgegal a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#badgegalPro {
	position: absolute;
	height: 150px;
	width: 150px;
	top: 470px;
	z-index: 99999;
	left: 700px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#badgegalPro a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #green p {
	padding-left: 50px;
	padding-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
#content #green .first {
	padding-left: 60px;
	padding-right: 50px;
}
#content #green .first ul{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	list-style-type: none;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	padding-right: 50px;
}
#content #green .first ul li{
	display: block;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#content #green h1 {
	text-align: left;
	padding-left: 50px;
}
#thanks {
	float: left;
	padding-left: 100px;
	width: 150px;
}
#thanks p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
#thanks h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
}
#contactUs {
	float: right;
	width: 540px;
}
#contactUs h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 0px;
	margin: 0px;
}
#contactUs  .phone {
	background-image: url(/images/expresssunrooms.com/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#contactUs .email {
	background-image: url(/images/expresssunrooms.com/email.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#contactUs  .email a{
	color: #000000;
	text-decoration: none;
}
#builder {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #999999;
	width: 500px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#builder p{
	height: 22px;
	display: block;
}
#builder p b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.maryland {
	background-image: url(/images/expresssunrooms.com/maryland.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.pennsylvania {
	background-image: url(/images/expresssunrooms.com/pennsylvania.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.virginia {
	background-image: url(/images/expresssunrooms.com/virginia.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.connecticut {
	background-image: url(/images/expresssunrooms.com/connecticut.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#thank_you p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#thank_you a {
	font-weight: bold;
	color: #000000;
}
#offerBox {
	background-image: url(/images/expresssunrooms.com/offerBox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	width: 425px;
	margin-bottom: 10px;
	min-height: 200px;
}
#offerBox h1{
	display: block;
	margin: 0px;
	padding-top: 20px;
	padding-left: 80px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
#offer1 {
	padding: 5px;
	width: 120px;
	text-align: center;
	background-image: url(/images/expresssunrooms.com/smallbox.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center top;
	height: 140px;
	font-size: 12px;
	
}
.offerside {
	padding: 5px;
	width: 150px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-image: url(/images/boxed.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.offerside .greenBTN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 21px;
	width: 115px;
	text-decoration: none;
	background-image: url(/images/greenBTN.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	bottom: 0px;
	padding-top: 10px;
}
.offerside .greenBTN a {
	color: #FFFFFF;
	text-decoration: none;
}
#offerBox .offer2 {
border:1px dashed #CCCCCC;
left:138px;
padding:5px;
position:absolute;
top:41px;
width:273px;
}
#offerBox .offer3 {
	padding: 5px;
	position: absolute;
	left: 285px;
	top: 45px;
	border: 1px dashed #CCCCCC;
	width: 120px;
	text-align: center;
}
#offerBox .offer1 b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 10px;
}
#offerBox .offer2 b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 10px;
}
#offerBox .offer2 h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 14px;
	background-image: url(/images/expresssunrooms.com/dot.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
#offerBox .offer3 b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 10px;
}
#offerBox .offer1 .greenBTN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 21px;
	width: 115px;
	text-decoration: none;
	background-image: url(/images/expresssunrooms.com/greenBTN.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	bottom: 0px;
	padding-top: 10px;
}
#offerBox .offer2 .greenBTN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 21px;
	width: 115px;
	text-decoration: none;
	background-image: url(/images/expresssunrooms.com/greenBTN.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	bottom: 0px;
	padding-top: 10px;
}
#offerBox .offer3 .greenBTN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 21px;
	width: 115px;
	text-decoration: none;
	background-image: url(/images/expresssunrooms.com/greenBTN.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding-top: 10px;
	vertical-align: bottom;
}
#offerBox .offer1 .greenBTN a {
	color: #FFFFFF;
	text-decoration: none;
}
#offerBox .offer2 .greenBTN a {
	color: #FFFFFF;
	text-decoration: none;
}
#offerBox .offer3 .greenBTN a {
	color: #FFFFFF;
	text-decoration: none;
}

/* Site Map CSS */


.pager { 
	background-color:#eee; 
	border:#ccc 3px solid;
	padding:3px;
	text-align:center;
	font:normal 12px verdana;
}
.lhead {
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.lpart { 
	padding-bottom:25px;
}
.lpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	display: block;
	width: 745px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #e1e1e1;
	padding-top: 15px;
}
.lcount { 
	background-color:#999; 
	color:#fff;
	padding:2px;
	font:bold 12px verdana;
}

a.aemphasis{
	color:#009;
	font-weight:bold;

/*hr {
	color:#ccc;
}*/
.googlemaps {
	display: block;
	width: 800px;
	padding-left: 20px;
}
p.newProducts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 120px;
	list-style-type: none;
}
/* ---------------------------Contact Capture--------------------------------------- */

/* Body Content */
#contentContact {
	clear:both;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	background-color: #FFFFFF;
}
#content .msg {
  text-align:left;
  padding:5px 0 15px 0;
}

/* Form Elements/Control/Appearance */
fieldset {
  border:1px solid #a9a9a9;
  padding:5px;
}
fieldset.comments {
  margin-top:15px;
}
fieldset.captcha {
  margin-top:15px;
}
legend {
  font:bold 12px verdana,arial,sans-serif;
  color:#000;
}
label {
  display:block;
  margin-bottom:3px;
  color:#b22222;
}
#detailsBox1,.detailsBox1 {
  text-align:left;
  width:370px;
  float:left;
  margin-top:10px;
}
#detailsBox2,.detailsBox2 {
  text-align:left;
  width:370px;
  float:left;
  margin-top:10px;
}
#comments {
  text-align:left;
  margin-top:10px;
}
.friendWrapper {
  margin-bottom:10px;
}
p.buttons {
  text-align:left;
  clear:both;
}
p.buttons img {
  cursor:pointer;
}
.box,.captcha_box,textarea {
  padding:3px;
  border:1px solid #b22222;
  background:#fff;
  border-left:2px solid #000;
  font:normal 12px verdana,arial,sans-serif;
  width:85%;
}
.captcha_box {
  width:100px;
}
p.submit {
  padding-top:10px;
  text-align:center;
  clear:both;
  margin-top:15px;
  border-top:1px dashed #b22222;
}
.formButton { 
  background:#b22222;
  border:1px solid #000;
  color:#fff;
  font-weight:bold;
}
#captcha {
  text-align: left;
  margin-top:10px;
}
#captcha img {
  border:1px solid #000;
  padding:1px;
}
p.captcha {
  float: right;
  padding-top:5px;
}

/* Errors/Thanks Message */
blockquote {
  padding:5px;
  background:#fff url(images/error.gif) no-repeat right center;
  border:1px dashed #b22222;
  margin-bottom:15px;
  clear:both;
  font:normal 12px verdana,arial,sans-serif;
}
blockquote.thanks {
  padding:5px;
  background:#fff url(images/thanks.gif) no-repeat right center;
  border:1px dashed #b22222;
  margin-bottom:15px;
  clear:both;
  font:normal 12px verdana,arial,sans-serif;
}
p.msgHead {
  text-align: left;
  font-weight: bold;
  text-decoration:underline;
}
p.loadMsg {
  text-align:left;
  padding:10px 0 10px 15px;
  color:#b22222;
  font-size:11px;
}
.show_message {
  display:block;
}
#ipMessage p {
  text-align:left;
  padding:15px;
  color:#b22222;
}
/* Picture Product Area */
.photoArea {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 540px;
}
/* quickContact */
#content .sunquick form {
	width:170px;
	float:left;
	background-color:#FF6633;
	padding:10px;
	border: 1px solid #000000;
}

#quote {
	width:250px;
	float:left;
	padding:10px;
	background-image: url(images/quoteboxtop.png);
	background-repeat: no-repeat;
	background-position: center top;
}
