@import url(reset_con.css);
@import url(grid_con.css);
@import url(colorbox_con.css);

/*

GENERAL CSS
***************************************************
***************************************************
*/

/*========== GENERAL LINKS, BUTTONS, LIST & OTHER CSS ==========*/


/*----------------------------------*/

.f13{
	font-size:13px;
	color:#ffffff;
	line-height:20px;
}
.f18{ font-size:18px; line-height:28px; color:#ffffff; }
p	{ margin-bottom:20px; line-height:18px; }

/*----------------------------------*/


/*
CONTACT US
***************************************************
***************************************************
*/

/*========== GET IN TOUCH FORM ==========*/

.contact-form input.textbox,
.contact-form textarea.msg-textarea  {
	font-size:16px;
	border:none;
	background:url(../assets/images/input-bg.png);
	border:1px solid #234C60;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	}
.contact-form input.textbox:focus,
.contact-form textarea.msg-textarea:focus {
	outline:none;
	border:1px solid #000;
	}
.contact-form .textbox {
	height:47px;
	width:600px;
	padding:0 0 0 18px;
	line-height:1;
	color:#000;
	margin-bottom:20px;
	}
.contact-form .msg-textarea {
	height:178px;
	margin-bottom:20px;
	padding:15px 0 0 18px;
	width:615px;
	color:#000;
	}
.send-msg-button {
	font-size:18px;
	height:46px;
	width:177px;
	color:#000;
	cursor:pointer;
	line-height:.8;
	text-transform:uppercase;
	background:url(../assets/images/buttons-bg.png) repeat-x left bottom;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:none;
	}
.send-msg-button:hover {
	-moz-box-shadow: 0px 1px 3px rgba(68,68,68,0.3);
	-webkit-box-shadow:0px 1px 3px rgba(68,68,68,0.3);
	box-shadow: 0px 1px 3px rgba(68,68,68,0.3);
	color:#234C60;
	background:url(../assets/images/buttons2-bg.png) repeat-x left bottom;
	}
