@charset "UTF-8";
body  {
	font: 1em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(images/polka-dot-tile.jpg);
	background-repeat: repeat;
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container {
	
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
.twoColFixLtHdr #columns {
background-image:url(images/columns-background.jpg);
padding:0;
margin:0;
} 
.twoColFixLtHdr #index {
background:white;
padding:0;
margin:0;
} 
.twoColFixLtHdr #formColumns {
	background:white;
	padding:0;
	margin:0;
} 
.twoColFixLtHdr #legend {
	background:white;
	padding:0;
	margin:0;
	text-align:center;
} 
.twoColFixLtHdr #header { 
} 

.twoColFixLtHdr #nav {
	font-size:1.1em;
	height:35px;
	background-image:url(images/blue-stripe-3.jpg);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	line-height:35px;
	font-family: "Arial Black", Gadget, sans-serif;
}

.twoColFixLtHdr #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: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 15px;
	color: white;
	font-size: .9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	font-size: 1em;
	text-align: left;
} 
.twoColFixLtHdr #mainContentNoSidebar {
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	font-size: 1em;
	text-align: left;
} 
.twoColFixLtHdr .quote {
	font-size: .9em;
	margin:20px;
}

.twoColFixLtHdr #center {
	padding: 10px 20px 20px 20px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #rightbar {
	padding: 10px 20px 20px 20px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#rightbar img {
	padding:5px 5px 5px 25px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/blue-stripe-2.jpg);
	font-size: 0.8em;
	text-align: center;
} 
.twoColFixLtHdr #spacer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	color:#000
}
#footer a {
	color:#A81E2D;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.imgfltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin:20px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent h1 {
	color: #019BCD;
	font-size: 1.2em;
	padding-top: 10px;
}
#mainContentNoSidebar h1 {
	color: #019BCD;
	font-size: 1.2em;
	padding-top: 10px;
}
h3 {
	font-size: 1em;
}


#nav a {
	text-decoration: none;
	color:#000000;
	font-size: .9;
}
#nav a:hover {
	text-decoration: none;
	color:#FFFFFF;
	font-size: .9;
}
body#home a#home_link, 
body#products a#products_link, 
body#gallery a#gallery_link, 
body#order a#order_link,
body#testimonials a#testimonials_link,
body#press a#press_link,
body#contact a#contact_link
{
	color: #FFFFFF;
	font-size: .8;
}
#products #container #columns #sidebar1 p a {
	color: #FFE81B;
}
#center h2 {
	color: #A81E2D;
	font-size: 1.2em;
}
#order #container #columns #sidebar1 p a {
	color: #FFE81B;
}

.formSidebar { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	background-color: #F9D60A;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.formSidebar2 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.formMain {
	margin: 0 350px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 1px 10px 1px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
} 

.formLabel { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: white;
	margin: 0px;
	text-align:right;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.formField {
	margin-top: 0px;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
#selectsize p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-bottom: 0px;
}
.formField p label {
	margin-bottom: 5px;
}
