/* CSS Document */

/* ++++++++++ global general styles start ++++++++++*/	

html, body {
	
	margin:0px;

	padding:0px;

	font: 13px Arial, Helvetica, sans-serif;
	
	background-color:#339966;

	}

label {
	float: left; padding-left:175px;
	
	text-align: right;
	
	margin-right: 5px;
	
	width:170px;
	
	}

A:link { color:#00F; }

A:visited { color:#DF7A1B; }

A:active { color:#000000; }

A:hover { color:#DF7A1B; } 	

#skip a, #skip a:hover, #skip a:visited
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}

#skip a:active, #skip a:focus
{
position:static;
width:auto;
height:auto;
} 


#body {

	position:relative;

	width: 1000px; /* change this to a specific amount for a fixed design. E.g., 770px. */

	text-align:left;

	margin-left: auto;

	margin-right: auto;

	
	}	

.header {

	float:left;

	left:0px;

	voice-family:"\"}\"";

	voice-family:inherit;

	}

.space {
	
	padding-top:15px;
	
	background:#339966;
	
	}
	

.content {
	
	background-image:url('images/background.png');
	
	background-repeat:repeat-y; 
	
	background-position:center;
	
	voice-family:"\"}\"";

	voice-family:inherit;
	
	}
	
.content1 {
	
	margin-left: 90px;
	
	width: 840px;
	
	}

.audience {
	
	font: 13px Arial, Helvetica, sans-serif; color:#900;
	
	margin-left: 10px;
	
	}
	

.radial {
	
	padding-left:275px;
    
	}


.required {
	
	padding-left:237px;
	
	}

.pubtitle {
	
	width:550px;
			
	padding-left:25px; 

	font-weight:bold; font-size:13px;
			
	float:left;
			
	padding-top:5px;
			
	padding-bottom:5px;

	}

.pub {
	
	width:550px;
	
	padding-left:25px;
		
	float:left;
		
	padding-top:5px;
			
	padding-bottom:5px;
	
	}

.ordertitle {
	
	width:150px; 
				
	font-weight:bold; font-size:13px;
			
	float:left;
			
	text-align:center;			
			
	padding-top:5px;
			
	padding-bottom:5px;					
			
	}
	
.maxorder {
	
	width:150px; 

	font-size:13px; 
		
	text-align:center;
		
	float:left;
		
	padding-top:5px;
			
	padding-bottom:5px;

	}

.quantitytitle {
	
	width:100px; 

    float:left;
		  	
	font-size:13px;
				
	font-weight:bold;
				
	text-align:center;
				
	padding-top:5px;
			
	padding-bottom:5px;
		   	   
	}

.quantity {
	
	width:100px; 

	float:left;
		   
	text-align:center;	
	  
	padding-top:5px;
			
	padding-bottom:5px;
	
	}
	
.submit {
	
	width:840px;
	
	text-align:center;
	
	}
