/*
Theme Name: HTMLOvernight Theme
Theme URI: http://www.sohipitmhz.com/
Description: The HTMLOvernight.com theme by <a href="http://www.sohipitmhz.com">So Hip it MHz Studios</a>.
Version: 1.0
Author: Justin Bull
Author URI: http://blog.sohipitmhz.com/
Tags: blue, fixed width, two columns

	CSS (c) Copyright 2009 HTMLOvernight.com, All rights reserved.

*/
body {
	margin: 0px;
	text-align: center;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1d1d1d;
	background: #f3f6f8 none;
}
img {
	border: 0px;
}
#head {
	width: 100%;
	height: 115px;
	background: url(images/header.gif) repeat-x;
}
.contain {
	margin: auto;
	width: 1024px;
	text-align: left;
}
#logo {
	width: 395px;
	height: 115px;
	background: url(images/logo.gif) no-repeat;
	float: left;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #edf7ff;
	float: right;
	padding-top: 40px;
}
#navigation a {
	color: #edf7ff;
	text-decoration: none;
}
#navigation a:hover {
	color: #edf7ff;
	text-decoration: underline;
}
#navigation ul, li {
	margin: 0px;
	padding: 0px;
}
#navigation ul {
	list-style: none;
	padding-right: 40px;
}
#navigation li {
	display: inline;
	padding-left: 40px;
}
#main {
	background: #FFF none;
	border-bottom: #cccccc solid 1px;
	min-height: 400px;
}
#content {
	float: left;
	width: 610px;
	padding-left: 25px;
}
#content a {
	color: #ff7633;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	text-decoration: none;
}
#content h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #ff7633;
}
#content h1 a {
	color: #ff7633;
	text-decoration: none;
}
#content h1 a:hover {
	text-decoration: underline;
}
.title {
	color: #7f7f7f !important; 
}
.title a {	
	color: #7f7f7f !important;
	text-decoration: none;
}
.title a:hover {
	text-decoration: underline;
}
#sidebar {
	float: right;
	padding-right: 40px;
	width: 317px;
}
#sidebar-order {
	width: 317px;
	min-height: 197px;
	background: url(images/order-now-content.gif) no-repeat;
	text-align: center;
}
.sidebar-box {
	width: 307px;
	min-height: 197px;
	color: #516c7b;
	padding-left: 10px;
	background: url(images/sidebar-box.gif) no-repeat;
}
.sidebar-box a {
	color: #535353;
}
.clearfix {
	clear: both;
	display:  block;
}
#footer {
	background: url(images/foot-fade.gif) repeat-x top;
	padding-top: 25px;
	min-height: 37px;
	font-size: 12px;
	color: #7f7f7f;
}
#footer a {
	color: #464646;
}
#copyright {
	float: left;
	padding-left: 15px;
}
#validation {
	float: right;
	padding-right: 30px;
}
#validation a {
	font-weight: bold;
	color: #025884;
	text-decoration: none;
}
#validation a:hover {
	text-decoration: underline;
}

.form {float:left;}

form {margin-top:12px; margin-bottom:5px; padding-bottom:5px; font-size:12px; color:#555555; font-weight:bold}
label {font-weight: normal;}

.input1 {margin: 0 0 10px 0; width:275px;padding: 3px 4px; font-family: Arial, sans-serif;
font-size:16px;color: #003399;background: #fff;font-weight: normal; border:1px solid #7f9db9; margin-right:20px}

.input2 {margin: 0 0 20px 0;width:600px;padding: 5px 3px;	font-family: Arial, sans-serif;
font-size:16px;color: #003399;background: #fff;font-weight: normal; border:1px solid #7f9db9;  height:100px;}

.input5 {margin: 0 0 10px 0; width:600px;padding: 3px 4px; font-family: Arial, sans-serif;
font-size:16px;color: #003399;background: #fff;font-weight: normal; border:1px solid #7f9db9; }


.fileUploadQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	background-color: #F5F5F5;
	border: 3px solid #E5E5E5;
	margin-top: 5px;
	padding: 10px;
	width: 300px;
}
.fileUploadQueueItem .cancel {
	float: right;
}
.fileUploadProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.fileUploadProgressBar {
	background-color: #0099FF;
}