/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/140% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 											
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0 0 0 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 0;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}
/* END INITIAL ************************************************************************/

#frame {
	text-align: left;
	width: 100%;
}

.bg_poles	{
	background-image: url(../images/new_background_2.jpg); 
	background-repeat: no-repeat;
	background-attachment: fixed; 
}

p	{
	font-family: Arial, Helvetica, sans-serif;
	color: #C9C5BA;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 45px;
	margin-right: 65px;
}
.article	p	{
	font-family: Arial, Helvetica, sans-serif;
	color: #C9C5BA;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
.contact_par p	{
	font-family: Arial, Helvetica, sans-serif;
	color: #57585D;
	margin: 0px;
	padding: 0px;
}

h1	{
	color: #B6B0A3;
	font-family: "Times New Roman", Times, serif Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: BOLD;
	margin-left: 45px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}

h2	{
	color: #C9C5BA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 45px;
	margin-right: 30px;
	margin-bottom: 5px;
	font-weight: bold;
}

h3	{
	color: #C9C5BA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
}

.contact_text	{
	color: #57585D;
	font-size: 17px;
	text-decoration: none;
	display: block;
	padding-left: 11px; padding-right: 11px;
	border-bottom: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.contact_link	{
	color: #C5C7C9;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.contact_link:hover	{
	color: #DDDFE0;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.quote_link	{
	color: #B6B0A3;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.quote_link:hover	{
	color: #D1CEC4;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.gen_info_link	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C7A257;
	font-weight: bold;
	text-decoration: none;
}

.gen_info_link:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C7A257;
	font-weight: bold;
	text-decoration: underline;
}

.normal_list	li{
	font-family: Arial, Helvetica, sans-serif;
	color: #C9C5BA;
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 75px;
	margin-right: 30px;
	list-style-type: disc; 
}

.h2_list	{
	color:#C9C5BA;
	margin-bottom: 20px;
	margin-top: 20px;
}

.album_captions	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9D9786;
	margin: 0px;
	padding:0px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.album_captions:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C0BBAF;
	margin: 0px;
	padding:0px;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

.album_link	{
	font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px; 
	 color: #C0BBAF; 
	 font-weight: bold;
	 text-decoration: underline;
}

.album_link:hover	{
	font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px; 
	 color: #C0BBAF; 
	 font-weight: bold;
	 text-decoration: none;
}


/*only applies to ul with an id=nav_bottom	& removes indents and bullets*/
ul#nav_bottom	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#nav_bottom li	{
	display: inline;
	float: left;	
}

ul#nav_bottom a	{
	color: #7A8195;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 5px;
	border-bottom: none;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold
}

ul#nav_bottom a:hover	{
	font-weight: bold;
	background-repeat: no-repeat;
	text-decoration: underline;
}


ul#nav	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#nav li	{
	display: inline;
	float: left;	
}

ul#nav a	{
	color: #D9D6CD;
	font-size: 17px;
	text-decoration: none;
	display: block;
	padding-left: 11px; padding-right: 11px;
	border-bottom: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

ul#nav a:hover	{
	color: #7A8195;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 11px; padding-right: 11px;
	border-bottom: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#nav .active	{
	color: #7A8195;
}

.site_link	{
	color: #C7A257;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.site_link:hover	{
	color: #C7A257;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.site_link_paia	{
	color: #C7A257;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.site_link_paia:hover	{
	color: #C7A257;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.product_cell	td	{
	border-bottom: solid #AAA495 1px;
	border-right: solid #AAA495 1px;
	padding-right: 5px;
	color: #C9C5BA;
	text-align: right;
}

.product_cell_2	td	{
	border-bottom: solid #AAA495 1px;
	border-right: solid #AAA495 1px;
	padding-right: 10px;
	color: #C9C5BA;
	text-align: right;
}

/* WebWorX */
#wwx { 
	clear: both;
	color: #9D9786; 
	font-family: verdana, san-serif; 
	font-size: 0.8em;
	padding: 1.2em 0 0.7em 0;
	text-align: center;
}
#wwx_site { 
	border: solid #007700 1px; 
	background-color: #ffffff;
	padding: 0 0.3em 0.2em 0.3em;
}
#wwx_link { 
	color: #007700;
	font-family: verdana, arial, sans-serif; 
	font-size: 0.9em; 
	font-weight: bold; 
	text-decoration: none;
}
#wwx_link:hover {  
	color: #ff7700;
	font-family: verdana, arial, sans-serif; 
	font-weight: bold; 
	text-decoration: none;
}
#wwx_link span {
	color: #FF7700;
}
#wwx_link:hover span { 
	color: #007700;
}

/* form */
.form wrapper {
	
}
.form_inputs {
	color: #57585D;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	margin: 12px 0;
	text-align: right;
	width: 340px;
}
.form_inputs span {
	color: #C00;
	font-size: 16px;
}
.form_inputs input {
	border: solid #7A8195 1px;
	color: #313100;
	font-size: 13px;
	height: 20px;
}
.form_enquiry {
	color: #57585D;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
}
.form_enquiry textarea {
	border: solid #7A8195 1px;
	color: #313100;
	font-family: verdana, sans-serif;
	font-size: 13px;
}
.textfield {
	color: #6C6D01;
}
.form_text {
	color: #dd5500;	font-size: 11px; font-weight: normal ; font-size: 12px;
	font-family: Verdana, sans-serif;	padding-top: 8px; padding-bottom: 8px;
}
.button {
	font-family: Arial, sans-serif; background-color: #5D5C61; font-weight: bold;
	font-size: 12px; color: #ffffff; cursor: pointer; border: 1px solid #ffffff;	
}

