@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(images/background.png) repeat-x #28b1d7;
	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;
}
.twoColFixRt #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 70px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	border:0px #000 dotted;
	margin:15px;
}
.twoColFixRt #mainContent { 
	margin: 0 250px 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: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}
.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;
}

/* Instant Quotes styles */
#mainContent a, #mainContent a:hover {
	text-decoration:none;
}

#mainContent .heading {
	background:url(images/headerbar.png) repeat-x;
	width:570px;
	height:22px;
	display:block;
	font-size:14px;
	border:1px #000 solid;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 0 0 3px;
}

#mainContent .content {
width:560px;
float:left;
padding:10px 0 10px 10px;
}


/* Quote styles */
#quoteheader {
width:0px;
}

.quotewrapper {
width:250px;
background-color:#fff;
float:left;
font-size:11px;
margin:10px 0;
}

.quotewrapper .itemproperties {
width:95%;
background-color:#fff;
float:left;
padding:5px;
border:1px solid #ccc;
border-bottom:none;
}

.quotewrapper .itemproperties .header {
font-weight:bold;
font-size:12px;
float:left;
width:100%;
padding:5px;
}

.quotewrapper .itemproperties .image {
width:75px;
height:75px;
margin:0 10px;
padding:0px;
border:none;
float:left;
text-align:center;
}

.quotewrapper .itemproperties .garment {
width:120px;
float:left;
padding:0 10px;
}

.quotewrapper .itemproperties .garment .goption {
border-top:1px dotted #eee;
}

.quotewrapper .itemproperties .extras {
border-top:1px solid #eee;
float:left;
width:95%;
padding:5px;
}

.quotewrapper .itemproperties .extras .eoption {
border-top:1px dotted #eee;
padding:3px 10px;
}

.quotewrapper .itempricing {
width:95%;
background:url(images/price-bg.png) repeat-x #fff;
float:left;
padding:5px;
text-align:right;
border:1px solid #ccc;
}

.quotewrapper .itempricing .unitprice {
width:90px;
float:left;
}

.quotewrapper .itempricing .itemquantity {
width:60px;
float:left;
}

.quotewrapper .itempricing .totalprice {
width:70px;
float:left;
}

.quotewrapper .quoteclose {
position:relative;
top:15px;
left:235px;
}

#finalprices {
float:right;
margin-right:50px;
}

#uploadform {
width:400px;
z-index:9;
top:800px;
position:absolute;
left:50%;
margin-left:-200px;
border:3px #000 solid;
padding:10px;
background:#fff;
display:none;
text-align:left;
}

#quotesubmitform {
width:400px;
z-index:10;
top:250px;
position:absolute;
left:50%;
margin-left:-200px;
border:3px #000 solid;
padding:10px;
background:#fff;
display:none;
text-align:left;
}

#quotesubmitform input[type=text], #quotesubmitform textarea {
float:right;
width:300px;
background-color:#ffe;
border:1px solid #000;
font-size:16px;
padding:3px;
}

/* scrolling css */
#scrollcontainer1,#scrollcontainer2 {
  width: 500px;
  height: 142px;
  overflow: hidden;
  border: 1px solid #000;
  float:left;
  text-align:center;
}

#scrollcontainer1 {
  height: 105px;
}

#scrollcontainer2 {
  height:168px;
}

#scrollcontainer1 {
z-index:5;
}

#scrollcontainer2 {
z-index:1;
}

.controller {
  margin-top:45px;
  width: 25px;
  height: 40px;
  overflow: hidden;
  border: none;
  float:left;
  cursor:pointer;
}

.scroller {
  width: 2400px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.itembox1, .itembox2 {
  width: 75px;
  float: left;
  margin: 5px 0 0 5px;
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 10px;
  cursor:pointer;
}

.itembox1 {
  height: 82px;
}

.itembox2 {
  height: 145px;
}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
  font-size: .8em;
  color:#00009C;
  font-weight: bold;
}

/* Options styling */
#leftoptions, #rightoptions {
  width:220px;
  height:110px;
  float:left;
  padding:15px;
  margin:0 15px;
  background:url(images/optionbackground.png);
}

#leftoptions select {
font-size:10px;
}

#bottomoptions {
  width:100%;
  float:left;
  margin-top:10px;
}
