/** TITLES */

.title {
	clear: both;
}

.title h2 {
	margin-bottom: 20px;
}

.title h2.image{
	height: 20px;	
}

.title b {
	position: absolute;
	left: -10000px;
}

#title1 { background: url(../images/homepage10.gif) no-repeat left top; }
#title2 { background: url(../images/homepage11.gif) no-repeat left top; }
#title3 { background: url(../images/subpage_01.gif) no-repeat left top; }
#title4 { background: url(../images/subpage_02.gif) no-repeat left top; }
#title5 { background: url(../images/subpage_03.gif) no-repeat left top; }
#title6 { background: url(../images/subpage_04.gif) no-repeat left top; }
#title7 { background: url(../images/subpage_05.gif) no-repeat left top; }
#title8 { background: url(../images/subpage_06.gif) no-repeat left top; }
#title9 { background: url(../images/subpage_07.gif) no-repeat left top; }
#title10 { background: url(../images/order_form_heading.gif) no-repeat left top; }

/** BASIC */

html, body {
	height: 100%;
}

.bg5 { background-position: 8px 0px; }

.link1 {
	display: block;
	height: 5px;
	margin-top: 10px;
	background: url(../images/homepage13.gif) no-repeat right top;
}

.link1 b {
	position: absolute;
	left: -10000px;
}

/** WRAPPER */

#wrapper {
	width: 679px;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
	padding: 57px 0px 0px 0px;
}

html>body #wrapper {
	height: auto;
}

/** HEADER */

#header {
	height: 171px;
	padding: 8px 8px;
}

#logo {
	float: left;
}

#slogan {
	float: left;
}

/** CONTENT */

#content {
	padding: 0px 8px 8px 8px;
	border-bottom: 8px solid #FFFFFF;
}

#left {
	float: left;
	width: 220px;
}

#right {
	float: right;
	width: 441px;
}

/** MAIN-MENU */

#main-menu {
	border-bottom: 8px solid #FFFFFF;
}

#main-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#main-menu li {
	display: inline;
}

#main-menu a {
	display: block;
	width: 220px;
}

#main-menu b {
	position: absolute;
	left: -10000px;
}

#main-menu1 {
	height: 43px;
	background: url(../images/homepage03.jpg) no-repeat left top;
}

#main-menu1:hover {
	background: url(../images/homepage03_rollover.jpg) no-repeat left top;
}

#main-menu2 {
	height: 30px;
	background: url(../images/homepage04.jpg) no-repeat left top;
}

#main-menu2:hover {
	background: url(../images/homepage04_rollover.jpg) no-repeat left top;
}

#main-menu3 {
	height: 30px;
	background: url(../images/homepage05.jpg) no-repeat left top;
}

#main-menu3:hover {
	background: url(../images/homepage05_rollover.jpg) no-repeat left top;
}

#main-menu4 {
	height: 30px;
	background: url(../images/homepage06.jpg) no-repeat left top;
}

#main-menu4:hover {
	background: url(../images/homepage06_rollover.jpg) no-repeat left top;
}

#main-menu5 {
	height: 44px;
	background: url(../images/homepage07.jpg) no-repeat left top;
}

#main-menu5:hover {
	background: url(../images/homepage07_rollover.jpg) no-repeat left top;
}

/** BOX1 */

#box1 {
	padding: 19px 25px 0px 25px;
}

#box1 h3.text1 {
	margin-bottom: 5px;
	padding-left: 11px;
	background: url(../images/homepage12.gif) no-repeat left center;
}

.page h4{
	font-size: 14px;
	font-family: Arial, Georgia, Sans-Serif;	
}

/** BOX2 */

#box2 {
	font-size: 12px;
	float: left;
	width: 195px;
	height: 35px;
	padding: 125px 1px 17px 25px;
	font-weight: bold;
}

/** BOX3 */

#box3 {
	float: left;
	width: 195px;
	height: 70px;
	padding: 107px 0px 0px 25px;
	font-size: 12px;
	font-weight: bold;
}

/** BOX4 */

#box4 {
	clear: both;
	padding: 19px 25px 0px 25px;
	border-top: 8px solid #FFFFFF;
}

#box4 .list2 {
	float: left;
}

#box4 .left {
	margin: 0px 12px 0px 0px;
	padding: 0px 12px 0px 0px;
	background: url(../images/homepage17.gif) repeat-y right top;
}

/** BOX5 */

#box5 {
	clear: both;
	padding: 19px 25px 0px 25px;
}

/** FOOTER */

#footer {
	padding: 20px 0px;
}

.right{
	margin-left: 120px;
}

legend{
	font-weight: bold;
	padding: 5px;
	color: #444;
}

fieldset{
	border: 1px solid #BBB;
	margin-bottom: 10px;
	padding: 5px;
}

.required em{
	color: red;
	margin-left: 3px;
}

.text, select, textarea{
	margin: 0px;
	padding: 1px;
	width: 250px;
	color: #333333;
	border: 1px solid #A5ACB2;
	background-color: #F5F5F5;
}
	
input:focus, select:focus, textarea:focus{
	background-color: #DDE8C3;
	background-image: none;
}

#customer_notes{
	width: 330px;
}

.error{
	background-color: #DEC1A1;
	background-image: url('../images/required.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;	
}

#sifr{
	font-size: 200%;
	font-weight: normal;
	padding: 0px;
	font-family: Georgia, Verdana, Arial;
	color: #000;
	margin-bottom: 10px;
}

.content{
	line-height: 160%;
}

.hidden{
	display: none;
}

#breadcrumb{
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
	clear: both;
}

#breadcrumb li{
	float: left;
}

#breadcrumb a{
	text-decoration: none;
}

#breadcrumb li span{
	padding: 0 5px 0 5px;
	font-size: 10px;
	font-family: Arial, Verdana;
	
}

#content-list{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content-list li{
	padding-left: 35px;
	margin: 0;
	background-image: url('/images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 0%;
}

#content-list ul{
	list-style-type: none;
	margin: 10px;
	padding: 0;	
}

#content-list h1{
	font-family: Georgia, Verdana, Arial;
	font-size: 14px;
	color: #034552;	
}

.login #ssl-seal-logo{
	text-align: right;
	
}

.center{
	text-align: center;
}

.contact-us table.address{
	width: 100%;
	border-collapse: collapse;
	border: 0;
	margin-bottom: 20px;
}

.contact-us table.address td{
	vertical-align: top;
	font-style: normal;
}

.contact-us table.address address{
	font-style: normal;
}

.contact-us #contact_username{
	color: #777;
}

.contact-us #form-description{
	font-size: 11px;
	font-style: italic;
	text-align: right;
}

.contact-us #form-description em{
	color: #F00;
}

.order #discount_code.valid{
	background-color: #DDE8C3;
	color: #3A4C4A;
}