html, body {
margin:0;
padding:0
}
img { border:none;}
body {
	margin:0;
	padding:0;
	font: 76% "Trebuchet MS", Arial, sans-serif;
	text-align:center;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #E1E1E1;
}
#header {
	height:146px;
	background-image: url(../images/top_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}
#title {
	padding: 5px 0;
	margin: 5px 0 5px;
}
#title h1 {
	margin:0 0;
	color: #000;
	padding: 0 4px;
	border-left: solid #990000 4px;
	font-size:1.6em;
}
h2{ font: 1.3em;}
h3{ font: 1.1em;}
h4{ font: 1.0em;}
h5{ font: .9em;}
h6{ font: .8em;}
blockquote {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 5px;
	color: #444;
}
ul, ol {
	margin:10px 0;
	line-height: 1.75em;
}
#content p {
	line-height:1.4
}
#footer{
	padding:25px 0;
	text-align:center;
	color: #FFFFFF;
	background-color: #505050;
}
#footer a:link {
	color: #FFFFFF;
	background-color: #505050;
}
#footer a:visited {
	color: #CCC;
	background-color: #505050;
}
#mainimg img {
	border: solid #E1E1E1 8px;
	margin: 7px;
}
/*Tabs*/ 
.tabset {
  margin:0 10px;
  padding:0;
  background: url(../images/tabs/bg.gif) repeat-x bottom;
  font-size:10px;
  line-height:normal;
  font-family:Arial, Verdana, sans-serif
  }
.tabset ul {
  margin:0;
  padding:0;
  list-style:none;
  }
.tabset li {
  display:inline;
  margin:0;
  padding:0;
  }
.tabset a {
  float:left;
  background: url(../images/tabs/left.gif) no-repeat left top;
  margin:0;
  padding:0 1px 0 7px;
  text-decoration:none;
  }
.tabset a span {
  float:left;
  display:block;
  background: url(../images/tabs/right.gif) no-repeat right top;
  padding:3px 8px 3.5px 5px;
  font-weight:bold;
  color:#333;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabset a span {float:none;}
/* End IE5-Mac hack */
.tabset a:hover span {
  color:#000000;
  }
.tabset .current a, .tabset .current a:hover {
  background-position:0 -300px;
  border-width:0;
  }
.tabset .current a span, .tabset .current a:hover span {
  background-position:100% -300px;
  padding-bottom:4px;
  color:#FFFFFF;
  }
.tabset a:hover {
  background-position:0% -150px;
  color:#000000;
  }
.tabset a:hover span {
  background-position:100% -150px;
  color:#000000;
  }
/*End Tabs*/
/*Tabs*/ 
.tabset1 {
	margin:0 10px;
	padding:0;
	background: url(../images/tabs/bg.gif) repeat-x bottom;
	font-size:10px;
	line-height:normal;
	font-family:Arial, Verdana, sans-serif;
  }
.tabset1 ul {
  margin:0;
  padding:0;
  list-style:none;
  }
.tabset1 li {
  display:inline;
  margin:0;
  padding:0;
  }
.tabset1 .ultima a {
 /* float:left;
  
  width: 120px;
  height:64px;*/
  color:#333;
  margin:0 3px 0 0;
  padding:0;
  text-decoration:none;
  }
  .tabset1 .sunbrella a {

  /* float:left;
  width: 156px;
  height:64px;*/
  padding:0;
  margin:0;
  color:#333;
  text-decoration:none;
  }
.tabset1 a:hover span {
  color:#333;
  background-color:#333;
  }
.tabset1 .current a, .tabset1 .current a:hover {
  background-color:#333;
  border-width:0;
  }
.tabset1 .current a span, .tabset1 .current a:hover span {
  background-color:#333;
  color:#333333;
  }
.tabset1 a:hover {
  background-color:#333;
  color:#333333;
  }
.tabset1 a:hover span {
  background-color:#333;
  color:#333333;
  }
/*End Tabs*/

/*Tabs*/ 
#topnav {
	margin:20px auto 0;
	padding:0;
	background: url(../images/tabs/bg.gif) repeat-x bottom;
	font-size:11px;
	line-height:normal;
	overflow: hidden;
	width: 910px;
  }
#topnav ul {
  margin:0;
  padding:0;
  list-style:none;
  }
#topnav li {
  display:inline;
  margin:0;
  padding:0;
  }
#topnav a {
  float:left;
  background: url(../images/tabs/left_topnav.gif) no-repeat left top;
  margin:0;
  padding:0 5px 0 7px;
  text-decoration:none;
  }
#topnav a span {
  float:left;
  display:block;
  background: url(../images/tabs/right_topnav.gif) no-repeat right top;
  padding:3px 8px 1px 2px;
  font-weight:bold;
  color:#fff;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topnav a span {float:none;}
/* End IE5-Mac hack */
#topnav a:hover span {
  color:#FFF;
  }
#topnav .current a,#topnav .current a:hover {
  background-position:0 -300px;
  border-width:0;
  }
#topnav .current a span,#topnav .current a:hover span {
  background-position:100% -300px;
  color:#000;
  }
#topnav a:hover {
  background-position:0% -150px;
  color:#FFF;
  }
#topnav a:hover span {
  background-position:100% -150px;
  color:#FFF;
  }
/*End Tabs*/


#navigation .box {
	border: solid #E1E1E1 8px;
	padding: 8px;
	width: 242px;
	height: 209px;
	margin: auto;
}
.box h4 {
	font-size: 2.1em;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding: 0px; 
	border:none;
}
.box{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
}
.box .bigredbutton {
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 34px;
	width: 217px;
	padding: 16px 0 0 0;
	margin: 15px auto;
	color: #FFF;
	font-weight: bold;
}
#productimageinfo #productimage img {
	margin: 0;
}
#productimageinfo {
	float: left;
	padding: 0;
	width: 330px;
	margin: 0;
}
#productoptions {
	float: right;
	width: 305px;
	margin: 0 0 8px;
}
#content hr {
	clear: both;
	visibility: hidden;
	height:0;
	padding:0;
	margin:0;
}
.clear{
	clear:both;
}
.swatches {
}
#valence {
}
.swatch {
	float: left;
	margin: 5px 0 5px 5px;
	padding: 0px;
	width: 130px;
	text-align: left;
	display: block;
}
label{
	cursor:pointer;
}#productoptions h4 strong {
	color: #999;
}
#container #header #logo {
	float: left;
	margin: 0 10px;
}
#productimageinfo #msrp{
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
}
#price {
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	margin: 0;
}
#shippingprice {
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
	margin: 0;
}
#shippingpromo {
	font-size: 1.1em;
	font-weight: bold;
	color:#990000;
	margin: 0 0 8px;
}
#savings, #hood  {
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
	margin: 0;
}
#msrpammount{
	font-weight: bold;
	color: #666666;
	text-decoration: line-through;
	float: right;
}
#priceammount {
	font-weight: bold;
	color: #CC0000;
	float: right;
}
#savingsamount {
	font-weight: bold;
	color: #666666;
	float: right;
}
#shippingamount,#hoodprice{
	font-weight: bold;
	color: #666666;
	float: right;
}
.alignright {
	float: right;
}
#optionselected {
	font-size: 11px;
	margin: 5px 3px;
	line-height: 1.6;
}
#productimageinfo #fabrictype {
	float: left;
}
#productimageinfo #swatchcolor {
	float: right;
}
#productimage .repimage {
	position: absolute;
	left: 40px;
	bottom: 5px;
	color: #000;
	font-size: 10px;
	text-align: center;
}
#productimage {
	position: relative;
	border: solid #E1E1E1 5px;
	width: 320px;
	height: 238px;
}
.tabbox {
	border: solid #CCCCCC 1px;
	position: relative;
	overflow: hidden;
}
#valence {
	margin: 0px 10px;
	padding: 0px;
}
#tabbox1 {
	margin: 0px 10px;
	padding: 0px;
	height: 75px;
	overflow: hidden;
	width: 280px;
	background: #FFF;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
}
#tabbox2 {
	margin: 0px 5px 10px;
	padding: 0px;
	height: 850px;
}
.boxes{
	position: absolute;
	left: 0px;
	top: 0px;
}
#tabbox2 .boxes{
	padding: 10px;
}
#sunbrellacolorscontainer,#ultimacolorscontainer{
	overflow:hidden;
	position: relative;
}
#sunbrellabox{
	width: 3425px;
	position: absolute;
	height: 580px;
	top: 0px;
	left: 0px;
}
#fabric{
	visibility:hidden;
}
#shipping{
	visibility:hidden;
}
#return{
	visibility:hidden;
}
#warranty{
	visibility:hidden;
}
#gallery{
	visibility:hidden;
}
#video{
	visibility:hidden;
}
#container .moreinfo {
	background:#FFF;
	padding:10px;
	position: absolute;
	visibility: hidden;
	width: 450px;
	border: solid #CCC 1px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 99999;
	cursor:pointer;
}
#sizeinfo{
	top:219px;
	left:105px;
}
#fabricinfo{
	top:330px;
	left:105px;
}
#valenceinfo{
	top:470px;
	left:105px;
}
#operationinfo{
	top:50px;
	left:105px;
}
#coverup {
	height: 0px;
	width: 0px;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	background: #000;
	z-index: 999;
	cursor:pointer;
}
.closebtn {
	background-image: url(../images/closebtn.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 25px;
	top:-5px;
	right:-5px;
	position:absolute;
}
#swatchnavnum .num {
	background-color: #CCCCCC;
	text-align: center;
	height: 10px;
	padding:1px 1px 4px;
	margin:1px;
	border: solid #666666 1px;
	font-size: 10px;
	width:87px;
	color:#333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
	cursor: pointer;
}
#swatchnavnum .current {
	background-color: #CC0000;
	color:#FFFFFF;
}
#sunbrellabox .sidebox {
	float: left;
	width: 285px;
}
#swatchnavnum .leftnavbtn,#swatchnavnum .rightnavbtn {
	float: left;
	margin: 3px 0 0;
}
#swatchnavnum {
	margin:0px;
	width: 280px;
	height: 580px;
}
#swatchboxholder {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 40px;
	z-index: 3;
}
#ultimafabricBtn, #sunbrellafabricBtn{
	padding:5px;
	border: solid #E1E1E1 1px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#ultimafabricBtn:hover, #sunbrellafabricBtn:hover{
	border: 1px solid #666;
}
#sunbrellabox .boxnav {
	position: absolute;
	left: 0px;
	text-align: center;
	color: #333;
	font-size: 11px;
	top: 0px;
}
.sidebox .swatchboxlabel {
	font-weight: bold;
	color: #660000;
	margin: 2px auto;
	padding: 0px;
	text-align:center;
}
#productimageinfo #swatchcolor {
	height: 45px;
	width: 320px;
	border-left:solid #E1E1E1 5px;
	border-right:solid #E1E1E1 5px;
	border-bottom:solid #E1E1E1 5px;
	overflow: hidden;
	cursor:pointer;
	position: relative;
}
#bigImgHolder{
	background:#FFF;
	padding:10px;
	position: absolute;
	visibility: hidden;
	border: solid #CCC 1px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 1000;
	cursor:pointer;
	top: 0px;
	left: 0px;
}
#debug{
	background:#fff;
	z-index:10000;
	position:absolute;
	top:0;
	left:0;
	border: solid #666666 1px;
	padding:15px;
	margin:10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#contact {
	position: absolute;
	top: 7px;
	right: 11px;
}
.gallerythumbs img {
	float: left;
	border: solid #CCC 2px;
	margin: 1px 1px 1px 0;
}
#loadingimage{
	background:#FFFFFF url(../images/loading_image.gif) no-repeat center center;
	border: solid #CCC 1px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
	padding:25px;
	position:absolute;
	width:10px;
	height:10px;
	z-index:500000;
	visibility:hidden;
	top:-300px;
	left:-300px;
}.float50 {
	float: left;
	width: 48%;
	border-right: solid #CCC 3px;
	padding: 5px;
}
.float48 {
	float: left;
	width: 48%;
	padding: 5px;
}
#productoptions p {
	margin: 0 0 0 13px;
	padding: 0px;
}
#productoptions p {
	margin: 0 0 0 15px;
	padding: 0px;
}
#swatchcolor .lrgswatch {
	position: absolute;
	left: 90px;
	bottom: 5px;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}
.galleryitem {
	float: left;
	text-align: center;
	margin: 5px;
	padding: 3px;
	width: 130px;
}
.galleryitem img {
	margin: 2px;
	padding: 0px;
	border: solid #CCCCCC 3px;
}
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
#messagebox {
	background-repeat: repeat-x;
	background-position: center center;
	color: #666666;
	font-size: 1.2em;
	line-height:1.7em;
	margin: 0 0 5px;
	padding: 8px;
}
#messagebox #message_r {
	background-image: url(../images/message_bg_r.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	height: 47px;
	width: 14px;
}
#messagebox #message_l {
	background-image: url(../images/message_bg_l.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 47px;
	width: 14px;
}
#messagebox h4 {
	font-size: 1.5em;
	font-weight: bold;
	color: #CC0000;
	margin: 0 0 2px 0;
	padding: 0;
}
#messagebox h4 small {
	font-size: 11px;
	font-weight: normal;
}
#messagebox #message_m {
	margin: 0;
	padding: 7px 0 0;
}
#videoholder {
	text-align: center;
}
.videohalf2 {
	text-align: center;
	width:350px;
	height:320px;
	float: left;
}
.videohalf1 {
	float: left;
	padding:5px;
	width: 180px;
}
#tabboxholder {
	position: relative;
	height: 80px;
	overflow: hidden;
}
#minimize {
	background-color:#FFFFCC;
	text-align: center;
	height: 10px;
	padding:1px 1px 4px;
	margin:1px;
	border: solid #666666 1px;
	font-size: 9px;
	color:#333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	position: absolute;
	bottom: 2px;
	left: 97px;
}
.warmgrey {
	color: #666666;
	font-weight: bold;
}
.sidegrey {
	float: right;
}
.retractableawnings #extra{margin-top:8px;}
.retractableawnings #content{width:645px;}
.small{font-size:12px; font-weight:normal;}
.step1,.step2,.step3,.step4, .step5{
	cursor:pointer;
}
.step1{
	border-top:solid #CCC 1px;
}#step1content,#step2content,#step3content,#step4content,#step5content{
	padding-top:5px;
}
#step1,#step2,#step3,#step4,#step5{
	border-bottom:solid #CCC 1px;
	overflow:hidden;
	cursor:pointer;
}
.step1,.step2,.step3,.step4,.step5{
	padding:3px;
	color:#999999;
}
.step1 h4, .step2 h4, .step3 h4, .step4 h4, .step5 h4{
	padding:3px;
	color:#999999;
}
#step2,#step3,#step4,#step5{
	height:0px;
	overflow: hidden;
}
.edit{
	text-decoration:underline;
	color:#0033CC;
}
.backtext{
	font-size:11px;
	color:#666666;
	text-decoration:underline;
	cursor:pointer;
}
.sep{
	border-top:solid #CCC 1px;
	margin:8px 0;
}
#checkstep1,#checkstep2,#checkstep3,#checkstep4,#checkstep5{
	visibility: hidden;
	margin:2px 2px 0 0;
}
#addtocartnw{
	position:relative;
	height:40px;
}
#addtocartimg{
	position:absolute;
	top:0px;
	right: 0px;
}
#addtocart{
	visibility:hidden;
	position:absolute;
	top:0px;
	right: 0px;
	z-index: 5;
}
.pricing{font-size:14px; font-weight:bold;}
.pricing strong{color:#990000}
.warning{ 
	background:#FFFF99;
	border: solid #FF9933 1px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#990000;
	font-size:20px;
	padding:8px;
	width:915px;
	text-align:center;
	margin:5px auto 0;
}
#warningmessage{
	visibility:hidden;
	background:#FFFF99;
	border: solid #FF9933 1px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#990000;
	font-size:11px;
	padding:2px 3px;
	width:164px;
	text-align:left;
	margin:0;
	position:absolute;
	top:0;
	left: 0px;
}

.pricebox {
	background-color:#E4E4E4;
	padding: 5px;
	border: solid #E1E1E1 2px;
}
.optionbox {
	background-color: #F1F1F1;
	padding: 5px;
	border: solid #E1E1E1 1px;
	margin:0 0 10px;
}
#widthselection, #fabricselection, #valenceselection, #projectionselection, #typeselection, #heightselection{
	border-bottom: solid #E1E1E1 1px;
}#operation .operationright {
	text-align:right;
	float:right;
	width: 250px;
}

#ultimafabricBtn .pricing, #sunbrellafabricBtn .pricing{
	margin-top:6px;
	margin-left:10px;
	float:left;
}
#ultimafabricBtn ul, #sunbrellafabricBtn ul{
	padding:0 0 0 20px;
	margin-bottom:5px;
	margin-top:-7px;
	line-height:14px;
}
#ultimawrapper, #sunbrellawrapper{
overflow:hidden;
}
#step4content ul{
	margin:0 0 0 8px;
	padding:10px 0 10px 10px;
	line-height:14px;
}
#step5content ul{
	margin:0 0 0 8px;
	padding:10px 0 10px 10px;
	line-height:14px;
}
#sunbrellasmall, #ultimasmall{
	height:0;
	overflow:hidden;
	visibility:hidden;
	text-align:center;
	border: solid #E1E1E1 1px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#productoptions h2 strong {
	color: #CC0000;
}
#congrats {
	background-image: url(../images/congrats.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1;
	visibility: hidden;
	width: 275px;
	height: 197px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#productimage #valancechoice {
	padding:4px 0 0 0;
	position: absolute;
	height: 20px;
	width: 251px;
	left: 28px;
	top: 185px;
	text-align: center;
	background: #FFF;
	visibility: hidden;
	border: solid #999999 1px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#message_m strong {
	color: #333333;
	font-size: 1.1em;
}
.pad5px {
	margin: 5px 0 0 0;
	padding: 0px;
}
ol .sidelist {
	margin: 0px;
	padding: 0px;
}
