/*==== Stylesheet for www.oshinc.com - OSH, inc. - valid css 2.0 ====*/

/*----begin basic styles----*/

* {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
}

body {
	padding-top: 20px; 
	background: url(images/bg.jpg) no-repeat top left #37587B;
}

p { 
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #385A7B;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #6F1826;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #76222F;
	margin: 0px 0px 5px 0px;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0px 5px 0px;
}

a img {
	border: 0px;
}


/*----end basic styles----*/

/*----begin class styles----*/

.hidden {
	display: none;
}

.line {
	height: 32px;
	width: 176px;
	background: url(images/line.gif) no-repeat top left;
}

.line2 {
	height: 35px;
	width: 464px;
	margin: -36px 0px 10px 0px;
	background: url(images/line2.gif) repeat-x top left;
}

.line3 {
	height: 35px;
	width: 464px;
	margin: -25px 0px 10px 0px;
	background: url(images/line2.gif) repeat-x top left;
}

.moo {
	cursor:pointer;
}

/*----end class styles----*/

/*---- begin id styles----*/

#container {
	position: relative;
	margin: auto;
	padding: 0px;
	width: 750px;
	background: url(images/cont_bg2.gif) repeat-y top left;
}



#bigred {
	color:#752130;
	font-weight:bold;
	font-size:14px;
	}

/*----begin header styles----*/

#header {
	position: relative;
	margin: auto;
	top: 0px;
	left: 0px;
	width: 750px;
	background: url(images/header3.jpg) no-repeat left top;
}

/*----end header styles----*/

/*----begin left side styles----*/

#sideL {
	position: relative;
	top: 0px;
	float: left;
	width: 459px;
	padding: 142px 15px 15px 15px;
}
#sideL img {
	padding: 5px;
}

#left a {
	color: #75222F;
	text-decoration: underline;
}

#left a:visited {
	color: #36587A;
	text-decoration: underline;
}

#left a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}

/*----end left side styles----*/

/*----begin right side styles----*/

#sideR {
	position: relative;
	top: 0px;
	float: right;
	width: 235px;
	padding: 194px 10px 10px 10px;
}

#right a {
	font-size: 14px;
	text-decoration: none;
	color: #6F1826;
	line-height: 1.8em;
}

#right a:hover {
	text-decoration: none;
	color: #000000;
}

#right ul {
	margin-left: 0px; margin-top: 0px;
	padding-left: 0px; padding-top: 0px;
}

#right li {
	list-style: none;text-indent: 0px;
}

#right li a:hover {
	background-color: #BCC9DC;
}

/*----end right side styles----*/

/*----begin footer styles----*/

#footer {
	position: relative;
	margin: auto;
	text-align: center;
	font-size: 10px;
	padding: 15px 0px 5px 0px;
	width: 750px;
	clear: both;
	background: url(images/footer2.gif) no-repeat top left #37587B;
}

#footer a { font-size: 10px; }

#footer a:link {
	color: #BCC9DC;
	text-decoration: none;
}


#footer a:visited {
	color: #BCC9DC;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}
.requestInfo table {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #5D1A22;
}

.requestInfo td {
	font-size: 12px;
	vertical-align: top;
}

.requestInfo th {
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid #5D1A22; border-top: 1px solid #5D1A22;
}

.requestInfo input, textarea {
	font-size: 12px;
	background-color: #BCC9DC;
	border: 1px solid #5D1A22;
}

.requestInfo h1 { margin: 0px; }

.roll_button:hover { 
	color: #000; 
	background-color: #fff; 
	text-decoration: underline;
}

#order_sum { width: 420px; }

#order_sum td { 
	padding-right: 10px;
}

.total { 
	font-weight:bold;
	text-align: right;
	border-top: 1px solid #5D1A22; border-bottom: 1px solid #5D1A22;
}

#order_dir {
	font-size: 12px;
	color: #5D1A22;
}

#form1, #form2 { height: 0px; }

#form2 { margin-top: 3px; }

.red {
	color:#752130;
	}