/**
 * CSS - Stylistic CSS Styles
 *
 * @package WPFramework
 * @subpackage Media
 * (c) Daniel Brouse
 * www.danielbrouse.com
 */

/* GLOBAL SETTINGS----------------------------------------------------- */

html {

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #eee;
	-webkit-font-smoothing: antialiased;
	background: url(../images/bg-glow.jpg) center top no-repeat #8e9895;
	padding-bottom: 40px;
}


::-moz-selection{
	background: #ff2800;
	color: #fff;
} 

::selection {
	background: #ff2800;
	color: #fff;
}


/* LINKS ---------------------------------------------------------------*/

a {
	color: #ff2800;
	text-decoration: none;
	
	-moz-transition:color 0.3s;  
	-webkit-transition:color 0.3s;  
	-o-transition:color 0.3s;  
	transition:color 0.3s;
}

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

a:active {
/*	position: relative;
	top: 1px;		*/
}

/* BUTTONS ------------------------------------------------------------ */

.image-btn {
	display: block;	
	cursor: pointer;
	text-indent: -99999em;
	border: none;
}

.btn {
	display: inline-block;
	padding: 8px 12px;
	text-decoration: none;
	color: #666;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	
	cursor: pointer;
	overflow: visible;
	outline: none;
	
	-webkit-box-shadow: 0 1px 3px #ddd;
	-moz-box-shadow: 0 1px 3px #ddd;
	box-shadow: 0 1px 3px #ddd;
	
	outline: none;
	cursor: pointer;
	overflow: visible;
	
	border-spacing: 0;
	
	border: none;
	
	font: bold 12px/1 Arial, sans-serif;
	line-height: 13px;
	
	text-shadow: 0px 1px 0px #fff;
	background: #ebebeb;
	background: -moz-linear-gradient(90deg, #ebebeb 0%, #f9f9f9 100%) #ebebeb;
	background: -webkit-gradient(linear, left bottom, left top, from(#ebebeb), to(#f9f9f9)) #ebebeb;
}

input.btn,
button.btn {
	padding-top: 0;
	padding-bottom: 0;
	height: 28px;
	line-height: 22px !important;
}

.btn:hover {
	background: #797979;
	background: -moz-linear-gradient(90deg, #797979 0%, #b9b9b9 100%) #797979;
	background: -webkit-gradient(linear, left bottom, left top, from(#797979), to(#b9b9b9)) #797979;
	color: #fff;
	text-shadow: 0px -1px 0px #444;	
}

.btn:active {
	background: #797979;
	background: -moz-linear-gradient(90deg, #989898 0%, #797979 100%) ;
	background: -webkit-gradient(linear, left bottom, left top, from(#989898), to(#797979)) #797979;
	color: #fff;
	text-shadow: 0px -1px 0px #444;
	-webkit-box-shadow: 0 1px 3px #333 inset;
	-moz-box-shadow: 0 1px 3px #333 inset;
	box-shadow: 0 1px 3px #333 inset;
	position: relative;
	top: 1px;
}






/* HEADINGS ------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.3em 0;
	color: #333;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}


h1.enquire-icon {
	background: url(../images/enquire-icon-black.png) 0 8px no-repeat;
	padding-left: 35px;
}

/* BASE TYPOGRAPHY ---------------------------------------------------- */

p {
	font-size: 1em;
	line-height: 1.4em;
	padding: 0 0 1.25em 0;
}

em {
	font-style: italic;
}

blockquote {
	background: url(../images/quotes.png) 0 0 no-repeat;
	padding: 10px 0 0 36px;
}

blockquote p {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 16px;
}


/*-- lists --*/

ul, ol {
	padding:0 0 1.25em 1.8em;
}

li { 
	padding-bottom: 6px;
}

ul li {
	list-style: none;
	list-style-image: url(../images/bullet.png);
}


/*-- nested lists --*/
ul ul {
	padding: 0 0 0 1.5em;
}

ol ol {
	padding: 0 0 0 1.5em;
}
	

/* MISC --------------------------------------------------------------- */

hr {
	background: #ddd;/*NS FF OP */
	color: #ddd;/*IE*/
	border: none;/*FF NS OP*/
	height: 1px;/*FF NS OP*/
	width: 100%;
	clear: both;
	margin-bottom: 16px;
	margin-top: 10px;
}

.hr-imposter {
	border-top: 1px solid #ddd;
	width: 100%;
	clear: both;
	margin: 20px 0;
	padding: 0;
}


.logo {
	padding-top: 10px;
	float: left;
}

.alignleft,
.alignright,
.aligncenter {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	-webkit-box-shadow: 0px 3px 5px #eee;
	-moz-box-shadow: 0px 3px 5px #eee;
	box-shadow: 0px 3px 5px #eee;
} 

.tooltipsy {
    padding: 10px;
    color: #fff;
    background-color: #ff2800;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    font-size: 13px;
}

.tooltipsy:after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-left-color: #ff2800;
    bottom: -10px;
    left: 45%;
    z-index: -1;
}



/* NAV ---------------------------------------------------------------- */

/*-- main -- */
nav#main {
	float: right;
	margin-top: 16px;
}

nav#main ul {
	margin: 0;
	padding: 0;
}

nav#main ul li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	float: left;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 49px;
	overflow: hidden;
	padding: 0;
}

nav#main ul li a {
	float: left;
	display: block;
	padding: 13px 20px;
	color: #969696;	
	background: url(../images/nav-sprite.gif) 0 0 no-repeat;
}

nav#main ul li a:hover {
	background-color: #f1f1f1;
	color: #1e579e;
}

nav#main ul li.current_page_item a {
	background-position: 0 -49px;
	color: #fff;
	padding-left: 25px;
	text-shadow: 0 -1px 1px #02244f;
}


/*-- footer -- */

nav#footer ul {
	margin: 0 0 0 -5px;	
	padding: 0;
	font-size: 12px;
}

nav#footer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	background: none !important;
	float: left;
}

nav#footer ul li a {
	padding: 0 7px;
}

nav#footer li:after {
	content: '·';
}

nav#footer li:last-child:after {
	content: '';
}

/* LAYOUT ------------------------------------------------------------- */

#container {
	
}

.inner {
	width: 960px;
	margin: 0 auto;
}

/*--header--*/
header {
	width: 100%;
	background-color: #fff;
	height: 145px;
}

.home header {
	height: 195px;
}

header .inner {
	width: 852px;
	margin: 0 auto;
	background: url(../images/header.jpg) center top no-repeat;
	padding: 40px 60px;
}





#hero {
	width: 992px;
	height: 310px;
	margin: 0 auto;
	background: url(../images/hero.png) 0 0 no-repeat;
	margin-top: -74px;
	position: relative;
	z-index: 4;	
}

.hero-slideshow {
	position: absolute;
	width: 890px;
	height: 250px;
	left: 47px;
	top: 23px;
	overflow: hidden;
}

#hero #slideNav {
	position: absolute;
	bottom: 0px;
	z-index: 40;
}

#hero #slideNav li {
	float: left;
	font-size: 30px;
	list-style: none;
	list-style-image: none;
}	

#hero #slideNav li a {
	padding: 10px 07px;
	display: block;
	color: #777;
	text-shadow: 0px 1px 0px #ddd;
}

#hero #slideNav li a:hover {
	color: #ff2800;
}


.hero-slide {
	width: 890px;
	height: 250px;
}

.hero-slide img {
	float: left;
	padding-left: 30px;
	padding-top: 20px;
}

#energysaving img {
	padding-top: 5px;


}


.hero-slide .details {
	float: right;
	width: 430px;
	padding-right: 25px;
	padding-top: 50px;
	color: #fff;
	text-shadow: 0px 1px 0px #666;
	font-size: 16px;
}

.hero-slide .details h1 {
	color: #fff;
	text-shadow: 0px 1px 2px #555;
	letter-spacing: -1px;
}

.hero-slide .details p {
	padding-bottom: 10px;
}



#home-content {
	padding-top: 30px;
}

#home-content h2 {
	font-size: 26px;
}

#home-content h3 {
	font-size: 18px;
	padding-bottom: 12px;
	color: #6995b1;
}



.three-cols {
	width: 960px;
	margin: 0 auto;
}

.three-cols .column {
	width: 280px;
	padding: 20px;
	float: left;
}

#page-header {
	background: url(../images/page-header.png) 0 0 no-repeat;
	width: 960px;
	height: 30px;
	margin-left: -75px;
	margin-top: -66px;
	margin-bottom: 30px;
	padding: 35px 65px;
	text-shadow: 0px -1px 1px #5b5b5b;
}

#page-header h1,
#page-header h2 {
	color: #fff;
	font-size: 30px;
	letter-spacing: -1px;
	float: left;
	padding-right: 15px;
}

#page-header h1 a,
#page-header h2 a {
	color: #dbf4ff;
}

#page-header h1 a:hover,
#page-header h2 a:hover {
	color: #fff;
	text-shadow: 0px -1px 1px #444;
}

#page-header span.sep {
	display: block;
	width: 11px;
	height: 16px;
	background: url(../images/breadcrumb-arrow.png) 0 0 no-repeat;
	float: left;
	margin-right: 15px;
	margin-top: 12px;
}


#page {
	width: 840px;
	margin: 0 auto;
	padding: 45px 45px;
	min-height: 250px;
	margin-top: -15px;
	-webkit-box-shadow: 0px 2px 12px #6d7673;
	-moz-box-shadow: 0px 2px 12px #6d7673;'
	box-shadow: 0px 2px 12px #6d7673;
	position: relative;
	z-index: 1;	
	background: url(../images/page-sidebar-bg.jpg) 0 0 repeat-y #fff;	
}

#page.home {
	padding-top: 0;
}

.archive #page,
.single #page,
#page.home {
	background: #fff;
}




#product-range {	
	background: url(../images/blue-repeat.jpg) 0 0 repeat-x #effaff;
	border-bottom: 1px dotted #9ea5a9;
	padding: 30px 40px;
	width: 850px;
	margin-left: -45px;
}

#product-range h2 {
	text-align: center;	
	color: #6995b1;
	text-shadow: 0px 1px 0px #fff;
	padding-bottom: 30px;
}




/*--footer--*/
footer {
	width: 870px;
	padding: 30px;
	padding-bottom: 20px;
	margin: 0 auto;
	background-color: #464b49;
	-webkit-box-shadow: 0px 2px 12px #6d7673;
	-moz-box-shadow: 0px 2px 12px #6d7673;'
	box-shadow: 0px 2px 12px #6d7673;
}

footer,
footer a {
	color: #7f8180;
}


footer h5,
footer h5 a {
	color: #bcbebd;
}

footer h5 a:hover {
	color: #fff;
}


footer a.credit-author {
	color: #666;
}



footer a:hover {
	color: #ccc;
}


footer .inner {
	padding: 20px 0;
}

footer h5 {
	font-size: 14px;
}

.credits {
	float: right;
	padding-top: 10px;
}

.copyright {
	float: left;
	background: url(../images/footer-icon.jpg) 0 2px no-repeat;
	padding-left: 40px;
}

.contact-info {
	float: left;
	padding-left: 60px;
}

.contact-info p {
	font-size: 12px;	
	float: left;	
}

.contact-info p.column1 {
	margin-right: 35px;
}





#primary {
	float: left;
	width: 550px;
}

#primary.wide {
	width: 100%;
}

.home #primary {
	width: 500px;
}





/*-- product categories -------*/

.product-category-entry {
	width: 197px;
	height: 176px;
	float: left;
	margin: 0 10px 10px 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 8px #ccc;
	-moz-box-shadow: 0px 3px 8px #ccc;
	box-shadow: 0px 3px 8px #ccc;
	position: relative;
	cursor: pointer;
}

#product-range .product-category-entry {
	-webkit-box-shadow: 0px 3px 8px #9bc4d8;
	-moz-box-shadow: 0px 3px 8px #9bc4d8;
	box-shadow: 0px 3px 8px #9bc4d8;
}



.product-category-entry img {
	position: absolute;
	left: 6px;
	top: 6px;
}

.product-category-entry .title {
	width: 167px;
	height: 40px;
	padding: 11px 15px;
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	background: url(../images/prouct-cat-arrow.png) right 130px #898989 no-repeat;
	font-size: 16px;
	color: #fff;
	display: block;
}

.product-category-entry:hover .title,
.product-category-entry .title:hover {
	background-position: right bottom;
	background-color: #333;
}



.product-categories-grid {
	margin-left: -14px;
	width: 870px;
}



.product-entry {
	padding: 25px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 3px 8px #eee;
	-moz-box-shadow: 0px 3px 8px #eee;
	box-shadow: 0px 3px 8px #eee;
	margin-bottom: 20px;
	
	-moz-transition:background-color 0.3s;  
	-webkit-transition:background-color 0.3s;  
	-o-transition:background-color 0.3s;  
	transition:background-color 0.3s;
	position: relative;
}

.product-entry:hover {
	background-color: #f0fbff;
	-webkit-box-shadow: 0px 3px 8px #ddd;
	-moz-box-shadow: 0px 3px 8px #ddd;
	box-shadow: 0px 3px 8px #ddd;
}

.product-entry h2 {
	padding-bottom: 20px;
}


.product-ancillary-range,
.product-description,
.product-providers,
.product-models,
.product-brands {
	float: left;
	padding: 0 15px;
}

.product-description {
	width: 300px;
	margin-left: -12px;
}


.enquire-btn {
	padding: 10px 15px 10px 45px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/enquire-icon.png) 5px 5px no-repeat #ff0000;
}

.enquire-btn:hover {
	background-color: #ff4c4c;
	color: #fff;
}



.product-entry .enquire-btn {
	position: absolute;
	top: 18px;
	right: 0;
	display: none;	
}


.product-thumb {
	float: left;
	margin-right: 20px;
}

.product-info {
	float: left;
	font-size: 90%;
	width: 644px;
}

.product-entry h4 {
	color: #6995b1;
}


/* SIDEBAR ------------------------------------------------------------- */

aside {
	float: right;
	width: 245px;
	margin-right: -20px;
	font-size: 13px;
}

aside h3 {
	color: #6995b1;
}


aside form label {
	font-size: 14px !important;
}

aside div.input {
	margin-bottom: 4px !important;
}


aside p {
	line-height: 1.3em;	
}

.home aside {
	width: 290px;
	margin: 0;
	font-size: 14px;
}

.home aside p {
	line-height: normal;
}


.widget {
	margin-bottom: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;		
	border: 1px solid #ddd;
	padding: 15px;
	
	-webkit-box-shadow: 0px 3px 5px #eee;
	-moz-box-shadow: 0px 3px 5px #eee;
	box-shadow: 0px 3px 5px #eee;
}

.widget h3 {
	
}

aside.contact {
	
}

.widget input.search {
	width: 184px;
}


/* BLOG ---------------------------------------------------------------- */

.blog-entry-header,
.blog-entry-footer {
	color: #999;
	font-size: 12px;
}

.blog-entry-header {
	padding-bottom: 10px;
}

.blog-entry-header a,
.blog-entry-footer a {
	color: #999;
}

.blog-entry-header a:hover,
.blog-entry-footer a:hover {
	color: #444;
}

.blog-entry {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.blog-entry:last-child,
.blog-entry-single {
	border-bottom: none;
}

.blog-entry-home {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


.category-archive-title {
	padding: 0px 0px 30px 20px;
	color: #999;
}

/* COMMENTS --------------------- */


div#respond {
	margin: 30px 0;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

div#comments {
	margin-bottom: 20px;
	margin-top: 25px;
}

.comments-header {
	background-color: #f9f9f9;	
	padding: 20px 15px;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.comments-header p {
	padding-bottom: 0px;
}

ol.comment-list {
	padding: 0;
	margin: 0;

}

li.comment {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	padding: 10px 10px 10px 80px;
	border-bottom: 1px solid #ddd;
}

li.comment:last-child {
	border-bottom: none;
}

li.comment .avatar {
	float: left;
	margin-left: -75px;
	padding: 4px;
	background-color: #fff;
}

a:hover img.avatar {
	border-color: #ccc;
}

cite.commenter {
	font-weight: bold;
	font-size: 14px;
}

.comment-content {
	padding-top: 5px;
}

.comment-meta {
	color: #999;
	font-size: 11px;
}

.comment-reply {
	text-align: right;
}

.cancel-comment-reply {
	text-align: right;
}

.comment-reply-link {
	visibility: hidden;
}

li.comment:hover .comment-reply-link {
	visibility: visible;
}


.comment-permalink a {
	color: #999;
}

.comment-permalink a:hover {
	color: #666;
}

.comment-list #respond {
	margin-left: 30px;
	padding: 20px 0;
}


/* FORMS ---------------------------------------------------------------*/


label {
	cursor: pointer;
}

.common-form input[type=text],
.common-form input[type=password],
.common-form textarea {
	padding: 6px 12px;
	border: 1px solid #ddd;
	color: #666;
	font-size: 13px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #f9f9f9;
	font-family: Arial, Verdana, sans-serif;
	-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.07) inset;
	-webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.07) inset;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.07) inset;
}
 
.common-form input[type=text]:focus,
.common-form input[type=password]:focus,
.common-form textarea:focus {
	background-color: #eee;
	border-top-color: #ccc;
}
 
.common-form input[type=text].error,
.common-form input[type=password].error,
.common-form textarea.error {
	-webkit-box-shadow: 0px 0px 10px rgba(207,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(207,0,0,0.5);
	box-shadow: 0px 0px 10px rgba(207,0,0,0.5);
	border-color: #cf0000;	
}
 
.common-form div.input input,
.common-form div.input select,
.common-form div.input textarea,
.common-form div.input button {
	float: left;
	clear: both;
}

.common-form div.input,
.common-form div.submit,
.common-form div.other,
.common-form div.heading {
	float: left;
	margin-bottom: 10px;
	clear: left;
	position: relative;
}
 
.common-form div.heading {
	padding: 15px 0;
	margin-top: 15px;
	border-top: 1px solid #ddd;
	width: 100%;
}
 
.common-form div.input label:hover {
	color: #000;
}
 
.common-form div.checkbox {
	padding: 7px 0;
}
 
.common-form span.tip {	
	padding-top: 5px;
	padding-bottom: 5px;
	clear: left;
	display: block;
}
 
.tip {
	color: #999;
	font-size: 11px;
	font-style: normal;
}
 
.common-form div.input label,
.common-form div.submit label {
	padding: 5px 3px;
	float: left;
	font-size: 16px;
	color: #777;
}
 
.common-form label a,
.common-form label span {
	font-size: 12px;
}

.common-form div.required label em {
	color: #ff6c00;
	font-size: 16px;
}
 
.common-form div.text input,
.common-form div.select select,
.common-form div.file input,
.common-form div.textarea textarea {
	float: left;
	clear: left;
}


#waiting {
	width: 100px;
	height: 35px;
	display: none;
	position: absolute;
	top: 40%;
	left: 40%;
	-webkit-box-shadow: 0px 3px 12px #ccc;
	-moz-box-shadow: 0px 3px 12px #ccc;
	-o-box-shadow: 0px 3px 12px #ccc;
	box-shadow: 0px 3px 12px #ccc;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background: url(../images/ajax-loading.gif?v=2) 47% 30% no-repeat #fff;
	text-align: center;
	font-size: 12px;
	padding-top: 65px;
}

/* hide hidden captcha field*/
#fname4231 {
	display: none;
}

.form-msg {
	padding: 18px;
	background-color: #fff9e2;
	
	-webkit-box-shadow: 0px 3px 8px #ddd;
	-moz-box-shadow: 0px 3px 8px #ddd;
	box-shadow: 0px 3px 8px #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
	border: 2px dashed #ecd99e;	
}

.form-success {
	background-color: #d5ff99;
	border-color: #a1dd4c;	
	text-align: center;	
	padding-left: 40px;
}

.subscribe-msg {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.subscribe-msg p {
	padding-bottom: 0;
	font-weight: bold;
}


.ajax-msg {
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
}


.form-col {
	float: left;
	width: 225px;
	padding-right: 15px;
}


#event-booking-form input[type=text] {
	width: 195px;
}

#event-booking-form textarea {
	width: 436px;	
}

#book-package-form {
	padding: 15px;
}


/* jquery validate errors */
.common-form .input label.error {
	background-color: #cf0000;
	color: #fff;
	display: inline-block;
	padding: 2px 8px;
	font-size: 12px;
	margin-top: 4px;
	float: left;
	clear: both;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;

}

.common-form .required label:after {
	content: " •";
	color: red;	
}

.common-form .required div label:after {
	content: "";
}





/*- comment form ----*/

#leave-a-reply {
	font-family: Arial, sans-serif;	
	color: #666;
	font-size: 24px;
}

#leave-a-reply {
	padding-bottom: 20px;
}


#form-section-author,
#form-section-email {
	float: left;
}

#form-section-author input,
#form-section-email input {
	width: 273px;
	clear: both;
	float: left;
}


#form-section-author {
	margin-right: 10px;
}

#form-section-comment {
	clear: both;
}

#form-section-comment textarea {
	float: left;
	clear: both;
}

.form-section {
	margin-bottom: 10px;
	float: left;
}

.form-section label {
	font-size: 16px;
	clear: both;
	float: left;
}

textarea#comment {
	width: 582px;
}

.comment-list #respond textarea#comment {
	width: 463px;
}

.comment-list #respond #allowed-tags {
	width: 463px;
}

#allowed-tags {
	padding: 10px;
	border: 1px dashed #ddd;
	font-size: 11px;
	margin-top: 8px;
	color: #999;
	float: left;
	clear: both;
}




#hello-form input[type=text],
#hello-form textarea {

	width: 215px;
}


/* TABLES -------------------------------------------------------------*/










/* GLOBAL CLASSES --------------------------------------------------- */

.clear {
	clear: both;
	height: 0;
	border: 0;
	padding: 0;
}

.hide-text {
	text-indent: -99999em;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}


.red {
	color: red;
}