/***** GENERAL STYLES *********/

body{
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/paper.gif);
}

.wrapper{
	width: 960px;
	margin: 0 auto;
	/*left: 50%;
	margin-left: -480px;
	position: relative;*/
 }
 
 h1{
 	font-size: 18pt;
	padding: 5px;
 }
 
 h2{
 	font-size: 14pt;
	padding: 5px;
 }
 
 p{
 	padding: 5px;
 }
 
 em{
 	font-style: italic;
	font-size: 10pt;
 }
 
 strong{
 	font-weight: bold;
 }
 
 .bold{
 	font-weight: bold;
 }
 
 .clear{
 	clear: both;
 }
 
 .submit_button{
 	margin-top: 20px;
 }
 
 #contact label.error{
 	color: #ff0000;
	font-size: 10pt;
	margin-left: 20px;
	width: auto;
 }
 
 /******* BANNER STYLES ************/

#banner{
	background: #1f1f1f;
}

#banner .wrapper{
	background: #1f1f1f;
}

#banner img{
	float: left;
}

#banner p{
	float: right;
	color: #fff;
	margin-top: 50px; 
	margin-right: 80px;
	font-size: 10pt;
	
}

#banner a, #banner a:visited{
	color: #fff;
}
 
/******* NAV BAR AND BREADCRUMB STYLES *******/
/* grouped together because they are similar in behavior */

#navbar{
	background: #555;
	height: 30px;
	line-height: 30px;
}

#breadcrumb{
	background: #ccc;
	height: 35px;
	border-bottom: 1px solid #000;
}

#breadcrumb li{
	margin-top: 6px;
}

#navbar a{
	color: #fff;
	text-decoration: none;
}

#breadcrumb a{
	color: #000;
	text-decoration: none;
}

#navbar ul li,
#breadcrumb ul li{
	float: left;
	display: inline;
	margin-left: 50px;
}

#navbar ul li p{
	color: #fff;
	font-size: 14pt;
	padding: 0;
}

.bread_previous{
	
}

.bread_next{
	color: #aaa;
}

.bread_active{
	background: #888;
}

/********* CONTENT STYLES *********/
#content{
	padding-bottom: 200px;
}

#content .wrapper{
	padding: 0 15px 10px 15px;
	border: 2px solid #000;
	margin-top: 10px;
	background: #e8e8e8;
	overflow: hidden;
}

.step{
	background: #1f1f1f;
	color: #fff;;
}

#file_list{
	list-style: none;
	margin-left: 20px;
	margin-bottom: 10px;
}

#file_list li{
	margin-top: 5px;
}

/******* CONTACT FORM STYLES *****/

#contact li{
	list-style: none;
	margin-top: 5px;
}

#contact label{
	width: 175px;
	display: block;
	float: left;
}

#contact input,
#contact select{
	float: left;
}

#contact textarea{
	width: 30em;
	height: 15em;
}

#shipping_info a{
	color: #000077;
	text-decoration: underline;
	cursor: pointer;	
	display: block;
	margin-bottom: 5px;
	margin-left: 150px;
	width: 200px;
}

#shipping_info p{
	margin: 20px 0 10px 0;
	padding: 0;
}


/* REGISTER FORM STYLES **************/
#register li{
	list-style-type: none;
	margin-top: 15px;
}

#register label{
	float: left;
	width: 100px;
}

#register input{
	float: left;
}

/****** ADMIN STYLES ********/

#admin_gen td{
	border: 1px solid black;
	padding: 5px;	
}

.pages{
	margin-left: 5px;
}

#list_order_type{
	list-style: none inside;
}

#list_order_type li{
	float: left;
	margin-left: 10px;
	display: inline;
}

/***** HOW TO ******/

#instructions{
	list-style: inside decimal;
	margin-left: 10px;
}

#instructions li{
	margin-top: 15px;
}

#instructions_last{
	margin-top: 20px;
}

/***** UPLOAD FORM ******/
#input_list{
	list-style: none;
}

#input_list li{
	float: left;
	margin-top: 10px;
}

#input_list label{
	float: left;
	clear: left;
	margin-top: 10px;
	margin-right: 15px;
}

/****CONFIGURATION STYLES ******/

#configuration_form{
	padding: 10px 0;
}

#configuration_form fieldset, #change_color_scheme_form fieldset{
	border: 1px solid #000;
	padding: 20px;
	margin: 10px 0 30px 0;
}

#configuration_form label{
	width: 200px;
	display: block;
	float: left;
}

#configuration_form label, #configuration_form input, #change_color_scheme_form label, #change_color_scheme_form input{
	margin-bottom: 15px;
}
