/* CSS Document */

body {
	margin: 0px;
	font-family:Verdana;
	}

.orderFormContent {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}

#orderButtonForm {
	padding-top:10px;
}

#guestForm {
	padding:10px;
}
	
td.sidebar {
	background-image: url(../imgs/vertical.gif);
	background-position: right;
	background-repeat: repeat-y;
	padding-bottom: 50px;
	padding-top: 10px;
	padding-right: 6px;
	}
	
td.ziplinelogo {
	padding-left: 3px;
	padding-top: 7px;
	}

td.content {
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 2px;
	padding-bottom: 12px;
	}

td.navigation {
	background-image: url(../imgs/horizontal.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #4E2222;
	padding-left: 8px;
	}

td.subnavigation {
	background-image: url(../imgs/horizontal.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 5px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #4E2222;
	padding-left: 8px;
	}
	
td.login {
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	}
	
td.form {
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	}

td.formheader {
	font-weight: bold;
	font-family: verdana;
	font-size: 18px;
	color: #000000;
	border-bottom: 1px solid #000000;
	}
	
td.loginerror{
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
	color: #990000;
	padding-top: 5px;
	padding-bottom: 5px
	}

p.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding-top: 4px;
	color: #B5A596;
	float: left;
	}
	
A.navlink:link {color: #4E2222; text-decoration: none;}
A.navlink:visited {color: #4E2222;  text-decoration: none;}
A.navlink:active {color: #4E2222;  text-decoration: none;}
A.navlink:hover {color: #000000; text-decoration: none;}
	