/* -- undo browser HTML defaults -- */
html{color:#000000;background-color:#ffffff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}





/* BEGIN BASIC HTML TAGS */
html {
	background: #ffffff url(/v/vspfiles/assets/images/bg_body.jpg) top center no-repeat;
	font-size: 100%;
}

body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 50px;
}

#main_content h1 {
	background: url(/v/vspfiles/assets/images/bg_h1.png) top left no-repeat;
	height: 40px;
	padding-top: 10px;
	padding-left: 45px;
}

h2 {
}

a,
a:link {
	color: #0775a2;
	text-decoration: none;
}

a:hover {
}

strong {
	font-weight: bold;
}

#content table, #content table td { background: none !important; border: none !important; }

td { font-size: 11px; padding: 0px; }

.colors_productname { font-weight: bold; color: #0775a2; margin-bottom: 10px; }
.productnamecolorSMALL { font-size: 12px; }
.productnamecolorLARGE { font-size: 16px; }





#container {
	width: 1014px;
	margin: 0 auto;
}
	
	#content-container {
	}
		
		#left-column {
			float: left;
			width: 220px;
			overflow: hidden;
		}
			
			#search_section {
				height: 31px;
				padding-top: 9px;
				padding-left: 7px;
				background: url(/v/vspfiles/assets/images/bg_search.png) top left no-repeat;
				border-bottom: 1px solid #f4f4f4;
				overflow: hidden;
			}
			
			#search_section input {
				width: 182px;
				height: 24px;
				padding: 5px 10px;
				background: url(/v/vspfiles/assets/images/bg_searchField.png) top left no-repeat;
				border: 0;
			}
			
			#search_nav {
				font-weight: bold;
			}
				
				#search_nav li {
					height: 30px;
					line-height: 30px;
					padding-left: 14px;
					background: url(/v/vspfiles/assets/images/bg_searchNavItem.gif) bottom repeat-x;
				}
					
					#search_nav li a {
						color: #666666;
						width: 100%;
					}
						
						#search_nav li a img {
							vertical-align: middle;
							float: right;
						}
			
			#search_button {
				float: right;
				margin-top: 10px;
				margin-right: 20px;
			}
			
		#main_content {
			float: right;
			width: 794px;
			overflow: hidden;
		}
			
			#content_wrapper {
				padding: 0 10px;
			}
				
				#content {
					background-color: #ffffff;
					border-left: 1px solid #e1e1e1;
					border-right: 1px solid #e1e1e1;
					padding: 25px 40px;
				}
			
			#bottom_cap {
				height: 50px;
				background: url(/v/vspfiles/assets/images/bg_bottomCap.png) top left no-repeat;
			}

	#footer {
		background: url(/v/vspfiles/assets/images/bg_footer.png) top left no-repeat;
		height: 33px;
		line-height: 30px;
		text-align: center;
		color: #0775a2;
		margin-top: 20px;
	}
		
		#footer li {
			display: inline;
			padding: 0 5px;
		}
			
			#footer li a {
				padding-right: 10px;
			}



.box {
	margin-bottom: 13px;
}
	
	.box .top {
		background: url(/v/vspfiles/assets/images/top.png) bottom left no-repeat;
		height: 10px;
		overflow: hidden;
	}
	
	.box .middle {
		padding: 0 10px;
	}
		
		.ad .middle {
			/*padding-bottom: 2px;*/
		}
	
	.box .bottom {
		background: url(/v/vspfiles/assets/images/bottom.png) top left no-repeat;
		height: 47px;
		overflow: hidden;
	}
	
	.ad .bottom {
		background: url(/v/vspfiles/assets/images/bottomAd.png) top left no-repeat;
		height: 40px;
		padding-left: 25px;
		padding-top: 7px;
		overflow: hidden;
	}
	
	.box .content {
		background: url(/v/vspfiles/assets/images/middle.png) top left repeat-y;
	}


input.txt {
	color: #0c78a5;
	font-weight: bold;
}

#volusion {
display:none;
}

/* BEGIN CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/* End hide from IE-mac */
/* END CLEARFIX */
