/* =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, select {
        margin: 0;
        padding: 0;
        font: 100% "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
}

/* Neutralize styling: 											
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0;
        padding: 0;
        font: 100% "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 12px;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}
/* END INITIAL ************************************************************************/

.table_1 {
	border-collapse: collapse;
}
.table_1 td {
	border: solid #333 1px;
	font-size: 13px;
	padding: 2px 2px 2px 5px;
	vertical-align: top;
}
.table_1 .light_row {
	background-color: #fff;
}
.table_1 .dark_row {
	background-color: #eee;
}
.bb1 { border: solid #000 1px; }
.ecmtb a {
	color: #EB5E29 !important;
	font-weight: bold;
	text-decoration: none;
}
.ecmtb img {
	border: none;
}
.img_r {
	border: solid #000 1px;
	margin: 5px 0 5px 15px;
}
.img_c {
	border: solid #000 1px;
	margin: 10px 0;
}
.img_L {
	border: solid #000 1px;
	margin: 5px 15px 5px 0;
}
.caption {
	font-size: 12px;
}
.black_header_bar {
	background-color: #000;
	color: #fff;
	font-size: 18px;
	margin: 15px 0 8px 0;
	padding: 5px;
}
.error {
	color: #c00000 !important;
}

/*
		SLIDESHOW & LOGO
*/
#top_slideshow {
	float: right;
	margin: 0;
	width: 660px;
}
#top_slideshow div {
	border-left: solid #000 3px;
	margin: 0;
}
#cpt_logo {
	float: left;
	text-align: center;
	width: 295px;
}
/*
		COUNTER
*/
.counter {
	background-color: #000;
	border: solid #fff 2px;
	color: #fff;
	padding: 0 5px 5px 5px;
	text-align: center;
	width: 100px;
}
.counter h1 {
	color: #fff !important;
	font-size: 30px !important;
	margin: 0 !important;
}

/* WebWorX */
#wwx { 
	clear: both;
	color: #aaa; 
	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: #6C6D01;
	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 #434300 1px;
	color: #313100;
	font-size: 13px;
	height: 20px;
}
.form_enquiry {
	color: #6C6D01;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
}
.form_enquiry textarea {
	border: solid #434300 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: #dd5500; font-weight: bold;
	font-size: 12px; color: #ffffff; cursor: pointer; border: 1px solid #ffffff;	
}
