/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	
}

a:focus {
	outline: 1px dotted invert;
}

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

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

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

a:active {
	color: #A0AFA4;
	text-decoration: none;
}

.support a:link {
	color: #FFF;
	text-decoration: none;
}

.support a:visited {
	color: #FFF;
	text-decoration: none;
}

.support a:hover {
	color: #FAF5C0;
	text-decoration: none;
}

.support a:active {
	color: #FFF;
	text-decoration: none;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

.support {
	float: right;
	color: #C90;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 10px 15px 10px 15px;
	background-color: #C90;
	border: 1px solid #704038 ;
	margin: 30px 0px 0px 0px;

}


.fresh_head {
	font-size: 22px;
	line-height: 28px;
	padding: 50px 20px 20px 0px; 
}

.fresh_head_ex {
	font-size: 20px;
	line-height: 24px;
	padding: 15px 0px 12px 0px; 
}

.fresh_head_exes {
	font-size: 20px;
	line-height: 24px;
	padding: 0px 0px 14px 0px; 
}

.fresh_head_ext {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	padding: 4px 25px 10px 0px;
	border-top: 1px solid #A0AFA4; 
}

.des_addy {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	padding: 4px 25px 2px 0px;
}

.des_text {
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	padding: 4px 25px 2px 0px;
}

.des_head {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 30px 25px 4px 0px;
}

.des_heads {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 20px 25px 4px 0px;
}


.nav {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 15px;
	text-align: left;
	line-height: 15px;
	font-weight: bold;
	color: #000;
	padding: 8px 0px 6px 7px; 
	}

.three_hed {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding: 10px 14px 0px 14px; 
}

.three_cap {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
	padding: 4px 14px 0px 0px; 

}

.three_img {
	padding: 0;
	margin: 0; 
	border: 1px solid #A0AFA4;
}

.three_imago {
	width: 165px;
	padding: 0; 
	border: 1px solid #A0AFA4;
}
	
.footer_uni { 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
	padding: 8px 8px 9px 10px; 
} 

.knocker { 
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 15px;
	text-align: left;
	line-height: 15px;
	font-weight: bold;
	color: #FFF;
	padding: 8px 0px 6px 7px; 
}

.fresh_x ul {
	font-size: 12px;
	line-height: 16px;
}	

.fresh_x li {
	margin: 0px 0px 4px 20px;
	list-style-type: square;
}	

#contact-area {
	width: 620px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 493px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}
