@charset "utf-8";
body {
	font-family: Arial, Verdana,Helvetica, sans-serif;
	font-size:10px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
#container {
	width: 763px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: .5em auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#cse-search-box{
	padding: 0em 0em; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	float:right;
	position: relative;
	right:8px;
	text-align:center;
	background-image:none !important;
	top:-28px;
}



#cse-search-box input.gsc-input, input.gsc-input {
	background-image:none !important;
}


#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: auto;
}
#footer .content{
	padding: .5em .7em; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	float:left;
	text-align:center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 .75em .5em .75em; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#header_main{
	background-color:#014f99;
	height:75px;
	background-image:url('http://www.ezup.com/Images/topbg1.jpg');
	margin:0 0 1px 0;
}

.float_left{
	float:left;
}
.float_left_left{
	float:left;
	text-align:left;
}
.float_right {
	float: right;
}

.top{
	color:#ffffff;
	padding:1em .5em 0 .75em;
	font-size:1em;
	text-align:right;
	float:right;
	width:auto;
}
.top a{
	color:#ffffff;
	text-decoration:none;
}

#header_nav{
	background-color:#014f99;
	color:#ffffff;
	font-size:10px;
	clear:both;
	height:32px;
	background-image:url(http://www.ezup.com/Images/topbg1.jpg);
	margin:0 0 35px 0;
	background-position: bottom;
}

a{
	color:#005daa;
	font-weight:bold;
}

a:hover{
	color:#666;
}
a:visited{
	color:#C00;
}

A.center { text-decoration: none; }
A IMG { border: 0; }


h1{
	font-size:1.8em;
	font-weight:bold;
	padding:0;
	margin:0;
}
h2{
	font-size:1.4em;
	font-style:italic;
	font-weight:bold;
	padding:0;
	margin:0;
	text-align:right;
	color:#666;
}

h3{
	clear:both;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	padding:1em 0 0 0;
	margin:0;
}

h4{
	clear:both;
	font-size:1.4em;
	font-weight:bold;
	text-align:left;
	padding:1em 0 0 0;
	margin:0;
}
#breadcrumbs{
	font-size:1em;
	text-align:left;
	height:2em;
	position:relative;
	top:-1em;
	padding:0 0 0 1em;
}

.swatches {
	margin:0px 0px 0px 40px;
}

.tab_content_left  .swatches {
	margin:0px 0px 0px 10px;
}

.swatches img {
	margin:0px 15px 0px 0px;
}

.tab_content_left li {
	margin: 0px 0px 3px 10px;
}

.tab_content_left ul {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

.tab_content_left ul  ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}
