/* CSS Document */

/******* Global Styles *******/
body {
	background-image: url(/css/images/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #ffffff;
	text-align:center;
	margin-top:0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}

.architect {
	background-image: url(/css/images/architect_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #ffffff;
}

.builder {
	background-image: url(/css/images/builder_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #ffffff;
}

.manager {
	background-image: url(/css/images/manager_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #ffffff;
}

.dealer {
	background-image: url(/css/images/dealer_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #ffffff;
}

.product {
	background-image: url(/css/images/product_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #ffffff;
}

a {
	color:#a30235;
	text-decoration:none;	
}
a:hover { color:#000000; }

.form {
	margin: 10px 0 0 0;
}

.text {
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a30235;
}

.button {
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}

.tablehdr {
	background-color:#a30235;
	color:#FFFFFF;
	font-weight:bold;
}

.tabledata {
	border-bottom:1px dashed #999999;
}

ul {
	margin: 5px 0 5px 10px;
	padding: 0 0 0 5px;
}

li {
	margin: 5px 0 5px 5px;
	padding: 0;
}

#LI-1 {
	list-style-type: none;
	font-weight:bold;
	font-size:12px;
	margin: 5px 0 5px 0px;
	padding: 0;
}

#LI-2 {
	list-style-type: none;
	font-weight:normal;
	font-size:11px;
	margin: 5px 0 5px 10px;
	padding: 0;
}

ol {
	margin: 5px 0 5px 20px;
	padding-left:20px;
}	

h1 {
	font-size:16px;
	margin: 5px 0 5px 0;
}

h2 {
	font-size:18px;
	margin: 5px 0 10px 0;
	border-bottom:1px solid #ededed;
}

h3 {
	font-size:15px;
	margin: 5px 0 10px 0;
	color:#a30235;
	font-style:italic;
}

h4 {
	font-size:15px;
	margin: 5px 0 10px 0;
	color:#a30235;
	font-style:italic;
}

h5 {
	font-size:12px;
	margin: 5px 0 10px 0;
	color:#000000;
}

HR {
	margin: 0;
	padding:0;
}

sup {
	vertical-align:text-top;
	font-size:60%;
}

/******* Div Layout *******/

/*** TOP of Page ***/
#topshell {
	width:1000px;
	height:25px;
	/*background-color: #ededed;*/
	margin-left:auto;
	margin-right:auto;
}

#global {
    float:right;
	height:25px;
	vertical-align:middle;
	padding: 6px 10px 0px 0px;
	color:#000000;
}

#global a {
	font-size: 11px;
	color:#ffffff;
	text-decoration:none;
}
#global a:hover {	color:#e5b43a; }


/*** Main Content Areas ***/
#outershell {
	width:1000px;
	min-height:500px;
	height:auto;
	background-color:#FFFFFF;
	background-image:url(/css/images/content_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #cccccc;
}

#innershell {
	width:960px;
	min-height:450px;
	height:auto;
	padding: 10px 0px 20px 0px;
	margin:0 auto;
	text-align:left;
}

#contentshell {
	width:950px;
	margin:0;
	padding: 10px 0 0 0;
	/*height:490px;*/
	/*background-image: url(/css/images/content_bg.jpg);*/
}

#main {
	margin-left:auto;
	margin-right:auto;
	height:auto;
	/*height:490px;*/
	/*background-image: url(/css/images/content_bg.jpg);*/
}

#subnav {
	width:160px;
	float:left;
	padding:5px;
	padding-bottom:20px;
	background-color:#efefef;
	background-image:url(/css/images/home2009_col4_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#rightnav {
	width:160px;
	float:right;
	padding:5px;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-left: 5px;
	background-color:#efefef;
	background-image:url(/css/images/home2009_col4_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#text {
	width:760px;
	float:right;
}


/*** BOTTOM of Page ***/
#bottomshell {
	width:1000px;
	height:80px;
	padding-top:5px;
	/*background-color: #ededed;*/
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#footer {
	margin-left:auto;
	margin-right:auto;
}

#info {
	width:200px;
	text-align:left;
	font-size:12px;
	color:#000000;
	margin:0;
}

#copyright {
	width:460px;
	text-align:center;
}

#links {
	width:320px;
	margin:0;
	text-align:right;
}

/*** Logo, Top-Level Navs and Search ***/
#header {
	width:960px;
	height:80px;
}

#header #logo {
	width:200px;
	height:80px;
	float:left;
	margin:0;
	padding:0;
}

#header #topnav {
	width:460px;
	height:80px;
	float:left;
}

#header #topnav a {
	text-decoration:none;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding:4px;
	margin:2px;
	line-height:25px;
}
#header #topnav a:hover {	
	color:#ffffff;
	background-color: #a30235; 
}

#header #header_form {
	margin-top:5px;
}
#header #header_form a {
	text-decoration:none;
	border:none;
	padding:0;
	margin:0;
}

#header #login {
	width:290px;
	height:80px;
	float:right;
	text-align:right;
	margin:0;
	padding:0;
}

/*** Product Navs ***/
#navshell {
	width:960px;
	height:auto;
	/*background-image: url(/css/images/nav_bg.jpg);*/
}
#navshell #nav1 {
	width:960px;
	height:auto;
	border-bottom: 1px solid #ffffff;
	background-color:#000000;
}
#navshell #nav2 {
	width:960px;
	height:auto;
	background:none;
	padding:0;
	margin:0;	
}
#navshell #nav2 td {
	padding: 5px;
	background-color:#e5b43d;
	text-align:center;
	border-right: 1px solid #cccccc;
}
#navshell #nav2 a { color:#000000; text-decoration:none; font-weight:bold;}
#navshell #nav2 a:hover { color:#a30235; text-decoration:underline;}

#navshell #nav_product-guide {
	width:960px;
	height:auto;
	background:none;	
	padding:0;
	margin:0;
}

/****** HOME styles *******/

#tophomeshell {
	width:1000px;
	height:65px;
	/*background-color: #ededed;*/
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	text-align:center;
}

#globalhome {
    float:right;
	height:40px;
	padding: 35px 10px 0px 0px;
	color:#000000;
	text-align:right;
}

#globalhome a {
	font-size: 11px;
	color:#000000;
	text-decoration:none;
}
#globalhome a:hover {	color:#e5b43a; }

#outerhomeshell {
	width:1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#bottomhomeshell {
	width:1000px;
	height:80px;
	padding-top:5px;
	/*background-color: #ededed;*/
	margin-left:auto;
	margin-right:auto;
}

#home_logo{
	width:300px;
	float:left;
	margin:10px 0px 10px 0px;
	padding:0;
}

#homemessage {
	width:986px;
	height:auto;
	margin-top:5px;
	padding:5px;
	background-color:#a30235;
	border:1px solid #cccccc;
	color:#ffffff;
	clear:both;
}

#homemessage a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

#innerhomeshell {
	position:relative;
	width:1000px;
	height:570px;
}

#home_architect {
	width:320px;
	height:280px;
	position:absolute;
	top:285px;
	left:0px;
	margin:0;
	padding:0;
	background-image:url(/css/images/home_architects.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#1a2888;
	border: 1px solid #cccccc;
}

#home_builder {
	width:320px;
	height:280px;
	position:absolute;
	top:285px;
	left:338px;
	margin:0;
	padding:0;
	background-image:url(/css/images/home_builders.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #2a720b;
	border: 1px solid #cccccc;
}

#home_manager {
	width:320px;
	height:280px;
	position:absolute;
	top:285px;
	left:676px;
	margin:0;
	padding:0;
	background-image:url(/css/images/home_managers.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #676767;
	border: 1px solid #cccccc;
}

#home_products {
	width:996px;
	height:260px;
	position:absolute;
	top:10px;
	left:0px;
	margin:0;
	padding:0;
	background-image:url(/css/images/home_products.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #e5b43d;
	border: 1px solid #cccccc;
	clear:both;
}

#home_text{
	width:300px;
	margin:10px 0px 10px 0px;
	padding:10px;
	text-align:left;
}

#home_productlinks{
	width:670px;
	height:200px;
	margin-top:0px;
	padding:5px;
	text-align:left;
	float:left;
	clear:left;
}
#home_productlinks a { font-size:10px; }

#home_othertext{
	width:270px;
	height:185px;
	/*background-color:#ffffff;
	border: 1px solid #cccccc;*/
	margin:0px 10px 0px 0px;
	padding:10px;
	text-align:left;
	float:right;
}

#home_quicklinks{
	width:990px;
	height:30px;
	margin:0 auto;
	padding:0;
	text-align:left;
	clear:both;
}
#home_quicklinks a { font-size:10px; }


/*** Navigation Styles ***/
.productnav1 {
	margin: 0px 1px 0px 1px;
	padding:2px 4px 2px 4px;
	border: 1px solid #cccccc;
	text-align:center;
	background-color:#000000;
	background-image:url(/css/images/nav1_bg.gif);
	background-repeat:repeat-x;
	background-position: top;
}

.productnavdate {
	margin: 0px 1px 0px 1px;
	padding:2px 4px 2px 4px;
	border: 1px solid #cccccc;
	text-align:right;
	background-color:#ffffff;
	background-image:url(/css/images/nav1_bg.gif);
	background-repeat:repeat-x;
	background-position: top;
}

.productnav1on {
	margin: 0px 1px 0px 1px;
	padding:2px 4px 2px 4px;
	border: 1px solid #cccccc;
	text-align:center;
	background-color:#000000;
	background-image:url(/css/images/nav2_bg.gif);
	background-repeat:repeat-x;
	background-position: top;
	color:#ffffff;
}

a.productnav {
	font-size: 1.1em;
	color:#e5b43d;
	text-decoration:none;
	font-weight:bold;
}
a.productnav:hover {color:#ffffff;}

a.productnavon {
	font-size: 1.1em;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

/*a.productnav:hover{
	color:#000000;
}*/

a.productsubnav {
	font-size: 0.9em;
	color:#a30235;
	text-decoration:none;
}

a.productsubnav:hover{
	color:#000000;
}

a.globalnav {
	font-size: 0.9em;
	color:#cccccc;
	text-decoration:none;
}

a.globalnav:hover {
	color:#ffffff;
}

/*** Span Title Classes ***/

.thumbhdr {
	width:100%;
	height:30px;
	text-align:center;
	vertical-align:middle;
	color:#545454;
	font-size:11px;
	font-weight:bold;
	background-image:url(/css/images/thumbhdr_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
	padding-top: 5px;
}

.thumbtitle {
	padding: 0px 5px 0px 5px;
}

.thumbnew {
	background-color:#FF0000;
	color:#ffffff;
	font-weight:bold;
}

.depthdr {
	width:100%;
	height:150px;
	margin:0;
	padding:0;
}

/*** Product Pages ***/

#categories {
	margin: 0;
	padding: 0;
	width:740px;
	float:left;
	clear:left;
	/*border: 1px solid #ccc;
	background-image:url(/css/images/productguide_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;*/
}

#categories #thumb {
	border: 1px solid #dedede;
	background-image:url(/css/images/thumbhdr_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ffffff;
	margin:0 10px 10px 0;
	padding-bottom:10px;
}

#features {
	margin: 0;
	padding: 0;
	width:320px;
	float:right;
}

#features #thumb {
	border: 1px solid #dedede;
	background-color:#ffffff;
}

#features #links {
	border: 1px solid #dedede;
	background-color:#ffffff;
	padding:5px;
	text-align:left;
}

#product-guide {
	margin: 0;
	padding: 0;
	width:740px;
	float:left;
	/*clear:left;*/
}

#product-guide #thumb {
	border: 1px solid #dedede;
	background-color:#ffffff;
	margin:0 10px 10px 0;
}


#product-guide_steps {
	margin: 0;
	padding: 0;
	width:250px;
	float:right;
}

#product-guide_steps #thumb {
	border: 1px solid #dedede;
	background-image:url(/css/images/thumbhdr_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ffffff;
}

#product-guide_steps #links {
	border: 1px solid #dedede;
	background-color:#ffffff;
	padding:5px;
	text-align:left;
}

#clear {
	width:100%;
	clear:both;
	height:1px;
	overflow:hidden;
}

#product_details {
	width:1000px;
	margin-top:20px;
}

#product_left {
	width:240px;
	float:left;
	background-image:url(/css/images/thumbhdr_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ffffff;
	border:1px solid #ededed;
	padding: 5px 5px 5px 5px;
	min-height:400px;
}

#product_right {
	width:720px;
	float:right;
	background-image:url(/css/images/thumbhdr_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ffffff;
	border:1px solid #ededed;
	padding: 5px 5px 5px 5px;
	min-height:400px;
}

#marqueeholder {
	width:600px;
	height:150px;
	position:relative;
	border: 1px solid #dedede;
}

#marqueeimage {
	width:600px;
	height:150px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}

#marqueefade {
	width:600px;
	height:150px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
}

#marqueeproduct {
	width:150px;
	height:120px;
	position:absolute;
	top:20px;
	left:450px;
	z-index:4;
}

#marqueesnipe {
	width:600px;
	height:150px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
}

#marqueeshadow {
	width:500px;
	height:50px;
	position:absolute;
	top:2px;
	left:2px;
	z-index:6;
	font-family:Futura,Tahoma,Arial;
	color:#000000;
	font-size:24px;
	font-weight:bold;
	margin:5px 0 0 5px;
}

#marqueetext {
	width:500px;
	height:50px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:7;
	font-family:Futura,Tahoma,Arial;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	margin:5px 0 0 5px;
}

/* Content Pages */
#landingproducts {
	width: 330px;
	padding:10px;
	float:right;
}

#landingdata {
	width: 360px;
	padding:10px;
	float:left;
}

#landingbox {
	width: 330px;
	padding:10px;
	border: 1px solid #dedede;
	float:left;
	margin:5px;
	background-color:#fff;
}

/* Shopping Cart Styles */
.copySmallRed {
	font-size:10px;
	font-weight:bold;
	color:#FF0000;
	background-color:#FFFFFF;
	border:1px solid #FF0000;
}
#cartTable {
	background-color: #EDEDED;
	border: 1px solid #999999;
	padding: 0px;
	border-spacing:0px;
	width:100%;
}
#cartTable td {
	padding: 2px;
}
#cartHeader {
	font-size: 1.1em;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	background-color: #dedede;
	/*background-image:url(/css/images/nav1_bg.gif);
	background-repeat:repeat-x;
	background-position: top;*/
}

#cartDataHeader {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#cartData {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.cartData {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
}

#cartCopy {
	font-size: 10px;
	color: #000000;
}

#cartUpdate {
}

#cartRow_0 {
	background-color: #FFFFFF;
}

#cartRow_1 {
	background-color: #dedede;
}

#cartUpdate {
	width:200px;
	border:1px solid #666666;
}

.cartQuantity {
	width:1%;
	text-align:center;
}

.cartRemove {
	width:1%;
	text-align:center;
}

.cartFooter {
	text-align:right;
}

.cartButton {
	border: 1px solid #333333;
}

.cartButton:hover {
	background-color:#FFFFFF;
	border:1px solid #a30235;
}

/* 2009 Update Styles*/

.home2009 {
	background-image: url(/css/images/home2009_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #ffffff;
}

#tophomeshell2009 {
	width:1000px;
	height:50px;
	/*background-color: #ededed;*/
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	text-align:center;
}
#tophomeshell2009 button input {
	display:inline;
}

#outerhomeshell2009 {
	width:1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	height:auto;
}

#innerhomeshell2009 {
	position:relative;
	width:1000px;
	height:880px;
}

#bottomhomeshell2009 {
	width:1000px;
	height:80px;
	padding-top:5px;
	/*background-color: #ededed;*/
	margin-left:auto;
	margin-right:auto;
}

#home_logo2009{
	width:480px;
	float:left;
	margin:0 0px 10px 0px;
	padding:0;
	text-align:left;
	height:auto;
}
#home_logo2009 a {
	font-size: 11px;
	color:#ffffff;
	text-decoration:none;
}
#home_logo2009 a:hover {	color:#e5b43a; }

#globalhome2009 {
    float:right;
	height:40px;
	padding: 10px 10px 0px 0px;
	color:#ffffff;
	text-align:right;
}

#globalhome2009 a {
	font-size: 11px;
	color:#ffffff;
	text-decoration:none;
}
#globalhome2009 a:hover {	color:#e5b43a; }

#home2009_flash {
	width:996px;
	height:250px;
	position:absolute;
	top:10px;
	left:0px;
	margin:0;
	padding:0;
	background-color: #efefef;
	border: 1px solid #e5b43d;
	clear:both;
}

#home2009_products {
	width:420px;
	height:580px;
	position:absolute;
	top:276px;
	left:0px;
	margin:0;
	padding:0;
	padding-bottom:5px;
	background-color: #efefef;
	background-image:url(/css/images/home2009_col1_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#home2009_featured {
	width:270px;
	height:136px;
	position:absolute;
	top:276px;
	left:438px;
	margin:0;
	padding:0;
	padding-bottom:5px;
	background-color: #efefef;
	background-image:url(/css/images/home2009_col3_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#home2009_configurator {
	width:270px;
	height:440px;
	position:absolute;
	top:416px;
	left:438px;
	margin:0;
	padding:0;
	padding-bottom:5px;
	background-color: #efefef;
	background-image:url(/css/images/home2009_col2_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#home2009_whatsnew {
	width:270px;
	height:136px;
	position:absolute;
	top:276px;
	left:726px;
	margin:0;
	padding:0;
	padding-bottom:5px;
	background-color: #efefef;
	background-image:url(/css/images/home2009_col3_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#home2009_dealers {
	width:270px;
	height:220px;
	position:absolute;
	top:636px;
	left:726px;
	margin:0;
	padding:0;
	padding-bottom:5px;
	background-color: #efefef;
	background-image:url(/css/images/home2009_col3_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#home2009_resources {
	width:270px;
	height:220px;
	position:absolute;
	top:416px;
	left:726px;
	margin:0;
	padding:0;
	padding-bottom:5px;
	background-color: #efefef;
	background-image:url(/css/images/home2009_col3_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#home2009_col1{
	width:400px;
	margin:0px 0px 10px 0px;
	padding:10px;
	text-align:left;
}

#home2009_col2{
	width:250px;
	margin:0px 0px 10px 0px;
	padding:10px;
	text-align:left;
}

#home2009_col3{
	width:538px;
	margin:0px 0px 0px 0px;
	padding:5px;
	text-align:left;
}

/*2010 Styles */
.home2010 {
	background-image: url(/css/images/home2010_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#tophomeshell2010 {
	width:1000px;
	height:90px;
	background-image: url(/css/images/home2010_top_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-left:auto;
	margin-right:auto;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:0;
	text-align:center;
}
#tophomeshell2010 button input {
	display:inline;
}

#outerhomeshell2010 {
	width:1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	background-image: url(/css/images/home2010_middle_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;
}

#innerhomeshell2010 {
	position:relative;
	width:1000px;
	height:auto;
}

#innerhomeshell2010 h1 {
	font-size:20px;
	margin: 5px 0 5px 0;
	text-decoration:none;
	border:none;
}

#innerhomeshell2010 h2 {
	font-size:16px;
	margin: 5px 0 10px 0;
	color:#a30235;
	text-decoration:none;
	border:none;
}

#innerhomeshell2010 h3 {
	font-size:20px;
	margin: 5px 0 10px 0;
	color:#666;
	text-decoration:none;
	border:none;
}

#innerhomeshell2010 h4 {
	font-size:16px;
	margin: 5px 0 10px 0;
	color:#000;
	text-decoration:none;
	border:none;
}

#innerhomeshell2010 h5 {
	font-size:26px;
	margin: 10px 0 0 0;
	color:#000;
	text-decoration:none;
	border:none;
}

#innerhomeshell2010 h6 {
	font-size:20px;
	margin: 5px 0 10px 0;
	color:#666;
	text-decoration:none;
	border:none;
	font-style:italic;
	font-weight:bold;
}

#innerhomeshell2010 .h7 {
	font-size:16px;
	margin: 5px 0 10px 0;
	color:#a30235;
	text-decoration:none;
	border:none;
}

#bottomhomeshell2010 {
	width:1000px;
	height:80px;
	padding-top:20px;
	/*background-color: #ededed;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	color:#000;
	background-color:#fff;
}

#home_logo2010{
	width:1000px;
	margin:0 0px 10px 0px;
	padding:0;
	text-align:left;
	color:#000;
	height:auto;
}

#home2010_jump {
	width: 1000px;
	margin:0;
	/*margin-top:25px;*/
	padding:0;
}

#home2010_top {
	width: 1000px;
	margin:0;
	margin-top:10px;
	padding:0;
}

#home2010_rotation {
	width:978px;
	height: 215px;
	margin:0;
	padding: 5px 10px 0 10px;
	float:left;
	border:1px solid #ccc;
	color:#000;
	background-image:url(/css/images/home2011_marquee-bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color: #fff;
}

#home2010_menu {
	width:315px;
	height: 215px;
	margin:0;
	padding: 5px 10px 0 10px;
	float:right;
	border:1px solid #ccc;
	color:#000;
	background-image:url(/css/images/home2010_box_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #fff;
}

#home2010_step1 {
	width:219px;
	height: 220px;
	float:left;
	padding: 5px 10px 0 10px;
	border:1px solid #ccc;
	margin-top:12px;
	color:#000;
	background-image:url(/css/images/home2010_box_bg2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #fff;
}

#home2010_step2 {
	width:219px;
	height: 220px;
	float:left;
	padding: 5px 10px 0 10px;
	border:1px solid #ccc;
	margin-top:12px;
	color:#000;
	background-image:url(/css/images/home2010_box_bg2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #fff;
}

#home2010_step3 {
	width:219px;
	height: 220px;
	float:left;
	padding: 5px 10px 0 10px;
	border:1px solid #ccc;
	margin-top:12px;
	color:#000;
	background-image:url(/css/images/home2010_box_bg2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #fff;
}

#home2010_step4 {
	width:219px;
	height: 220px;
	float:left;
	padding: 5px 10px 0 10px;
	border:1px solid #ccc;
	margin-top:12px;
	color:#000;
	background-image:url(/css/images/home2010_box_bg2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #fff;
}

#home2010_steps_spacer {
	width: 11px;
	height: 220px;
	float:left;
	padding:0;
	margin:0;
}

#home2010_steps_spacer2 {
	width: 12px;
	height: 220px;
	float:left;
	padding:0;
	margin:0;
}

#home2010_middle {
	width: 1000px;
	margin:0;
	padding:0;
}

#home2010_about {
	width:630px;
	height: 180px;
	margin:0;
	margin-top:13px;
	padding: 5px 10px 0 10px;
	float:left;
	border:1px solid #ccc;
	color:#000;
	background-image:url(/css/images/home2010_box_bg3.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #fff;
}

#home2010_resources {
	width:315px;
	height: 180px;
	margin:0;
	margin-top:13px;
	padding: 5px 10px 0 10px;
	float:right;
	border:1px solid #ccc;
	color:#000;
	background-image:url(/css/images/home2010_box_bg3.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #fff;
}

#home2010_links{
	width: 1000px;
	margin:0;
	padding:0;
	margin-top:15px;
}

/*2011 Styles */
.home2011 {
	background-image: url(/css/images/home2011_swoosh.jpg);
	background-position:top middle;
	background-repeat:no-repeat;
}

#tophomeshell2011 {
	width:1000px;
	height:auto;
	/*background-image: url(/css/images/home2011_top_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;*/
	margin-left:auto;
	margin-right:auto;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:0;
	text-align:center;
}
#tophomeshell2011 button input {
	/*display:inline;*/
}

#outerhomeshell2011 {
	width:1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	/*background-image: url(/css/images/home2011_middle_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;*/
}

#innerhomeshell2011 {
	position:relative;
	width:1000px;
	height:auto;
}

#innerhomeshell2011 h1 {
	font-size:20px;
	margin: 5px 0 5px 0;
	text-decoration:none;
	border:none;
}

#innerhomeshell2011 h2 {
	font-size:16px;
	margin: 5px 0 10px 0;
	color:#a30235;
	text-decoration:none;
	border:none;
}

#innerhomeshell2011 h3 {
	font-size:20px;
	margin: 5px 0 10px 0;
	color:#666;
	text-decoration:none;
	border:none;
}

#innerhomeshell2011 h4 {
	font-size:16px;
	margin: 5px 0 10px 0;
	color:#000;
	text-decoration:none;
	border:none;
}

#innerhomeshell2011 h5 {
	font-size:26px;
	margin: 10px 0 0 0;
	color:#000;
	text-decoration:none;
	border:none;
}

#innerhomeshell2011 h6 {
	font-size:20px;
	margin: 5px 0 10px 0;
	color:#666;
	text-decoration:none;
	border:none;
	font-style:italic;
	font-weight:bold;
}

#innerhomeshell2011 .h7 {
	font-size:16px;
	margin: 5px 0 10px 0;
	color:#a30235;
	text-decoration:none;
	border:none;
}

#bottomhomeshell2011 {
	width:1000px;
	height:80px;
	padding-top:20px;
	/*background-color: #ededed;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	color:#000;
	background-color:#fff;
}

#home_logo2011{
	width:1000px;
	margin:0;
	padding:0;
	text-align:left;
	color:#000;
	height:90px;
	z-index:999;
}

#home2011_jump {
	width: 1000px;
	margin:0;
	padding:0;
}

#home2011_bar {
	float:left;
	height:20px;
	margin:0;
	margin-top:25px;
	padding:0;
	border:1px solid #dedede;
	background-image:url(/css/images/home2011_bar_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #fff;
}
#home2011_bar_container {
	height:auto;
	margin:0;
	padding:0;
	background-color: #fff;
}

#home2011_top {
	width: 1000px;
	margin:0;
	margin-top:10px;
	padding:0;
}

#home2011_rotation {
	width:998px;
	height: 320px;
	margin:0;
	margin-top:10px;
	padding: 0;
	float:left;
	color:#000;
	/*border:1px solid #dedede;	
	background-image:url(/css/images/home2011_marquee-bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color: #fff;*/
}

#home2011_rotation2 {
	width:998px;
	height: auto;
	margin:0;
	padding: 0;
	float:left;
	color:#000;
	/*border:1px solid #ccc;	
	background-image:url(/css/images/home2011_marquee-bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color: #fff;*/
}

#home2011_product {
	width: 146px;
	float:left;
	padding:5px;
	padding-top:15px;
	margin-right:10px;
	text-align:center;
	border:1px solid #dedede;
	border-top:none;
	background-image:url(/css/images/home2011_box_bg2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #fff;
}

#home2011_promotion {
	width:998px;
	height: 50px;
	margin:0;
	padding: 0;
	padding-top:15px;
	float:left;
	color:#000;
	text-align:center;
	border:1px solid #dedede;
	border-top:none;
	background-image:url(/css/images/home2011_box3_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #fff;
}

#home2011_middle {
	width: 1000px;
	margin:0;
	padding:0;
}

#home2011_about {
	width:998px;
	height: 165px;
	margin:0;
	padding: 0;
	float:left;
	border:1px solid #dedede;
	border-top:none;
	color:#000;
	background-image:url(/css/images/home2011_box_bg2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #fff;
}

#home2011_resourcethumb {
	width: 220px;
	height: 60px;
	padding:0;
	float:left;
	margin:0 10px 10px 0;
}

#home2011_login {
	width:318px;
	height: 180px;
	margin:0;
	padding: 5px 10px 0 10px;
	float:right;
	color:#000;
	border:1px solid #dedede;
	border-top:none;
	background-image:url(/css/images/home2011_box_bg2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #fff;
}

#home2011_hotproducts {
	width:650px;
	height: 165px;
	margin:0;
	padding: 10px 0 10px 0;
	float:left;
	color:#000;
	border:1px solid #dedede;
	border-top:none;
	background-image:url(/css/images/home2011_box_bg2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #fff;
}

#home2011_links{
	width: 1000px;
	margin:0;
	padding:0;
	margin-top:15px;
}

.content2011 {
	background-image: url(/css/images/home2011_swoosh2.jpg);
	background-position:top middle;
	background-repeat:no-repeat;
}

#content_logo2011{
	width:1000px;
	margin:0;
	padding:0;
	text-align:left;
	color:#000;
	height:90px;
	z-index:999;
}

#topcontentshell2011 {
	width:1000px;
	height:auto;
	/*background-image: url(/css/images/home2011_top_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;*/
	margin-left:auto;
	margin-right:auto;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:0;
	text-align:center;
}
#topcontentshell2011 button input {
	/*display:inline;*/
}

#outercontentshell2011 {
	width:1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	/*background-image: url(/css/images/home2011_middle_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;*/
}

#innercontentshell2011 {
	position:relative;
	width:1000px;
	height:auto;
}

#contentshell2011 {
	width:1000px;
	margin:0;
	padding: 10px 0 0 0;
	/*height:490px;*/
	/*background-image: url(/css/images/content_bg.jpg);*/
}

#subnav2011 {
	width:220px;
	float:left;
	padding:0;
	margin:0;
	padding-bottom:20px;
}

#subnav2011_box {
	width:200px;
	float:left;
	padding:5px;
	border:1px solid #cccccc;
	margin-bottom:20px;
	background-image:url(/css/images/thumbhdr_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ffffff;
}

#main2011 {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:auto;
	/*height:490px;*/
	/*background-image: url(/css/images/content_bg.jpg);*/
}

#text2011 {
	width:760px;
	float:right;
}

#bottomcontentshell2011 {
	width:1000px;
	height:80px;
	padding-top:20px;
	/*background-color: #ededed;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	color:#000;
	background:none;
}

#navshell2011 {
	width:1000px;
	height:auto;
	margin:5px 0 25px 0;
	padding:0;
	/*background-image: url(/css/images/nav_bg.jpg);*/
}
#navshell2011 #nav1_2011 {
	width:1000px;
	height:auto;
	/*border-bottom: 1px solid #ffffff;
	background-color:#000000;*/
}
#navshell2011 #nav2_2011 {
	width:1000px;
	height:auto;
	background:none;
	padding:0;
	margin:0;	
}

/*Configurator(s) area*/

/*Horizontals Flash Configurator*/
#hrz_conf
{
	width:720px;
	height:540px;
	text-align:right;
	float:left;
	background-color: #999999;
	border: 2px solid #999999;
}
.hrz_error
{
	color:red;
	font-size:12px;
	float:left;
}

#floatdiv {
    width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:10px;
	height:80px;
    padding:0;
	overflow:hidden;
	/*background-image:url(/css/images/producthelper_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
	background:none;
	background-color:#fff;
    border:1px solid #cccccc;
	text-align:left;
}

#floatdiv h1 {
	font-size:20px;
	margin: 5px 0 5px 0;
	text-decoration:none;
	border:none;
}
