h1,h2,h3,h4,h5,h6,p,blockquote,div,li,ul,a {
	margin: 0;
	padding: 0;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font:100% verdana,arial,sans-serif;
	margin: 0;
	padding: 0;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
	padding: 10px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	border: 1px solid #CFDAE9;
}

form fieldset legend {
	font-family: 'Quattrocento', arial, serif;
	font-size:15px;
	color: #333333;
	font-weight: normal;
	padding-right: 10px;
}

form label {
	font-family: 'Quattrocento', arial, serif;
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 125px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	color: #333333;
	font-size: 12px;
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	font-family: 'Quattrocento', arial, serif;
	width:200px;
	border: 1px solid #839EC5;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #E8EDF4;
	font-size: 10px;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}



form input#submit {
	font-family: 'Quattrocento', arial, serif;
	margin-left:10px; /* set margin-left back to zero on reset button (set above) */
	background-color: #CFDAE9;
	color: #839EC5;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #839EC5;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 13px;
	width: 100px;
}

.form_header {
	font-family: 'Quattrocento', arial, serif;
	color: #839EC5;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}


textarea { overflow: auto; }

form small {
	/* [disabled]display: block; */
	/* [disabled]margin: 0 0 5px 160px; */ /* instructions/comments left margin set to align w/ right column inputs */
	/* [disabled]padding: 1px 3px; */
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: ffffff;
}
.container .header #Insert_logo {
	clip: rect(auto,auto,auto,auto);
	display: block;
	margin-right: auto;
	margin-left: auto;
}


/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	margin-top: 7px;
	margin-bottom: 7px;

}
.featuredCopy {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #839EC5;
	border-right-color: #839EC5;
	border-bottom-color: #839EC5;
	border-left-color: #839EC5;
	
}
.main_content_wrapper {
	padding-top: 5px;
	padding-bottom: 5px;
}

.inventory_form_wrapper {
}

.left_column {
	float: left;
	width: 460px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.three_column {
	float: left;
	width: 300px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.three_column img {
	border: 1px solid #839EC5;
	background-color: #E3EAF2;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.inventory_list {
	float: left;
	width: 940px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.inventory_list img {
	border: 1px solid #839EC5;
	background-color: #E3EAF2;
	padding: 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	text-align: left;
}
.inventory_list a {
	font-family: 'Quattrocento', arial, serif;
	font-weight: normal;
	color: #839EC5;
	font-size: 13px;
}



.full_width {
	float: left;
	width: 940px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}



h2 {
	font-family: 'Quattrocento', arial, serif;
	font-size: 14px;
	color: #333333;
	margin-top: 20px;
}
h4 {
	font-family: 'Quattrocento', arial, serif;
	font-size: 14px;
	color: #333333;
	margin-top: 20px;
	font-weight: normal;
}


h3 {
	font-family: 'Quattrocento', arial, serif;
	font-size: 18px;
	color: #839EC5;
	margin-top: 5px;
}


.full_width ul li {
	font-family: 'Quattrocento', arial, serif;
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
	line-height: 14px;
	margin-left: 35px;
}



 h1 {
	font-family: 'Quattrocento', arial, serif;
	font-size: 24px;
	color: #333333;
}

 p {
	font-family: 'Quattrocento', arial, serif;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-top: 10px;
}


.three_column p a {
	font-family: 'Quattrocento', arial, serif;
	float: right;
	margin-right: 10px;
	font-weight: bold;
	color: #839EC5;
}



.head_line {
	background-color: #333333;
	height: 5px;
}


.container .footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #839EC5;
	line-height: 11px;
	margin: 0px;
	padding: 0px;
}
.container .footer img {
	float: left;
	padding-right: 15px;
	margin-bottom: 15px;
}





/* ~~ The footer ~~ */
.footer {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 65px;
	padding-left: 0;
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.main_menu {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #839EC5;
	border-right-color: #839EC5;
	border-bottom-color: #839EC5;
	border-left-color: #839EC5;
}

/* navigationbar */
.navbar ul {
	margin: 0;
	padding: 5px;
	list-style-type: none;
	text-align: center;
	background-color: #839EC5;
        } 
 
.navbar ul li {
	display: inline;
	font-family: 'Quattrocento', arial, serif;
	font-size: 16px;
	font-weight: normal;
        } 


 
.navbar ul li a {
	text-decoration: none;
	color: #fff;
	background-color: #839EC5;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
        } 
 
.navbar ul li a:hover {
	color: #92AACC;
	background-color: #fff;
        } 
		
		
.three_column p a {
	float: right;
	margin-right: 20px;
	font-weight: bold;
	color: #839EC5;
}

#flashcontent {
	background-color: #DBE2EE;
	padding: 20px;
	border: 1px solid #839EC5;
}
.button_div {
	width: 274px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.model_spacer {
	width: 440px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.inventory_wrapper {
	width: 420px;
	background-color: #CFDAE9;
	padding: 10px;
	border: 1px solid #839EC5;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.model_wrapper {
	width: 440px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.twocolumnimage {
		border: 1px solid #839EC5;
	background-color: #E3EAF2;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}.link_1 {
	color: #666;
	text-decoration: underline;
}

.three_column_text {
	font-family: 'Quattrocento', arial, serif;
	font-size: 14px;
	color: #333;
	margin-top: 5px;
	line-height: 24px;
}

