/* Help Full Classes */
.f_clear{clear:both;}
/* End: Helpful Classes */

body{
	background: #fff url(../images/body_grad.gif) repeat-x left top;
}

table{ border-collapse: collapse;}

a{
	color: #d74c0f;
	text-decoration: none;
}

hr{
	visibility: visible;
	border:none;
	border-top: solid 1px #ccc;
}

.outer_wrapper{
	background: url(../images/top_bg.jpg) no-repeat center top;
	width: 100%;
}

.inner_wrapper{
	padding-top: 62px;
	margin: 0px auto;
	position: relative;
	z-index: 2;
}

.page_wrapper{
	background: url(../images/footer-bg.gif) repeat-x left bottom;
}

.footer{
	height: 76px;
	margin-top: 7px;
	position: relative;
	z-index: 1;
}

.footer ul{
	position:relative;
	z-index:3;
}

.det_left{
	background: url(../images/footer_bar_left.jpg) no-repeat center top;
	width:144px;
	height:150px;
	position:absolute;
	bottom: 0px;
	left: 0px;
	z-index:2;
}
.det_right{
	background: url(../images/footer_bar_right.jpg) no-repeat center top;
	width:286px;
	height:257px;
	position:absolute;
	bottom: 0px;
	right: 0px;
	z-index:1;
}

/* BUTTONS */
button span{
	display: none;
}

/* FORMS */

label{
	display: inline;
}

fieldset{
	padding: 0px;
}

.text-field{
	display:inline;
	border: none;
	background: none;
}

.text-field:focus{
}

.required, .invalid_data_message{
	color:#ab0000;
}

.fleft{ float: left;}
.fright{ float: right;}

/*-- System messages --*/

.user-message p.error{
	background: #ffffcc url(../icons/exclamation.png) no-repeat 10px 50%;
	padding: 10px 10px 9px 35px;
	border: solid #ff9900 1px;
	color: #E13737;
}

.user-message p.notify{
	background: #f2fbee url(../icons/tick.png) no-repeat 10px 50%;
	padding: 10px 10px 9px 35px;
	border: solid #4d832a 1px;
	color: #4d832a !important;
}


div.user-message p a.close{
    color:#CC0000 !important;
    cursor:pointer;
    float:right;
    text-decoration:none;
    display:block;
    width:16px;
    height:100%;
    background: url(../icons/cross.png) no-repeat center center;
    margin-left:10px;
}

div.user-message p a.close span{display:none;}

/* CMS STUFF */
.cms-header h1{
	float: left;
	margin: 0px;
	color: #fff;
}
.cms-header ul{
	float: right;
	padding-top: 3px;
}

.cms-header ul li{
	display: inline;
	padding: 0px 10px;
	border-left: solid #fff 1px;
}

.cms-header ul .first{
	border: none;
}

.cms-header{
	color: #fff;
	background: url(../images/cms-header-bg.png);
	padding:6px;
}

/* Navigation */
.cms-nav{
	margin-bottom: 20px;
	background: url(../images/cms-header-bg.png);
	padding: 10px;
	padding-bottom: 2px;
}

.cms-nav li{
	display: inline;
	padding: 5px 8px;
	background: #000;
}

.cms-nav li.active{
	background: #fff;
}

.cms-nav li.active a{
	color:#000;
}

.cms-nav li a{
	text-decoration: none;
}

/* Footer stuff credts ... etc */
.footer .credits{
	font-size: 0.9em;
	color: #808080;
	text-align: center;
}

.footer .credits a{
	text-decoration: none;
	color: #808080;
}

.footer .credits li{
	display: inline;
	vertical-align: middle;
	padding: 0px 10px;
}

.footer .credits img{
	position: relative;
	top: 4px;
}


.btm_menu{
	width:600px;
	margin: 0 auto;
}

.btm_menu .ext_opts{
	border:none;
	border-top:1px solid #000;
	height: 42px;
}

.btm_menu table{ width:100%;}

.btm_menu table td{
	vertical-align: middle;
	text-align: center;
}

.btm_menu table .logo{
	width:167px;
	height: 68px;
	padding-right: 30px;
}

.btm_menu table .options li{
	display: inline;
	padding: 0px 20px;
	border-left: solid 1px #000;
}

.btm_menu table .options li.first{
	border: none;
}

.btm_menu table .options li a{
	font-size: 1.5em;
	text-decoration: none;
	color:#00508F;
	font-weight:bold;
}

.btm_menu table .options li a.active{
	color:#00B5F1;
}
/* NO SCRIPT STUFF */

.noscript{
	background: #ffffcc url(../icons/exclamation.png) no-repeat 10px 50%;
	padding: 10px 2em 9px 35px;
	border: solid #ff9900 1px;
	color: #E13737;
	z-index: 4;
	position: relative;
	position: fixed;
	width: 100%;
}


.disable_overlay{
	background: black;
	opacity: 0.5;
	position: fixed;
	top:0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 3;
}

.intro{
	padding-bottom:0px;
	height: 500px;
}

.home-page{
}

.home-page .intro{
	margin:0 auto;
	background: url(../images/promo.png) no-repeat center top;
}

.intro .content{
	width: 600px;
	margin:0 auto;
}

.home-page .intro .content .text{
	padding-top:143px;
}

.home-page .intro .content .text .service{
	float:left;
}

.home-page .intro .content .text .fright{ float: right}

.fclear{
	clear:both;
}

.error-page .content{
	text-align:center;
}

.showcase-page .showcase{
	float: left;
	width: 212px;
}

.showcase-page .showcase .img{
	background: url(../images/thumb_wrapper.png) no-repeat left top;
	width: 212px;
	padding: 18px;
	padding-bottom:8px;
	display:block;
}

.showcase-page .showcase .img img{
	width: 177px;
	height:102px;
}

.showcase-page .showcase p{
	margin-left:18px;
	width: 177px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: solid 1px #000;
	font-size: 0.8em;
}

.showcase-page .showcase p span.client_name{
	color:#00B5F1;
}

.showcase-page .wrapp1{
	position: relative;
}

.showcase-page .wrapp2{
	position:absolute;
	top: -10px;
	left:-19px;
	width: 636px;
}

.showcase-page .ghost{
	height: 450px;
}

.pagination{
	padding-top: 20px;
	text-align: center;
	position: relative;
}

.pagination a,
.pagination strong{
	font-weight: bold;
	color:#000;
	text-decoration: none;
	padding-left:10px;
	margin-left:10px;
	border-left: solid 1px #000;
}

.pagination strong{
	color: #00508F;
}

.pagination .pagi_1,
.pagination .next,
.pagination .prev{
	border:none;
}

.pagination .next,
.pagination .prev{
	position: absolute;
	top: 20px;
}

.pagination .next{
	right: 0px;
}

.pagination .prev{
	left: 0px;
}


.showcase-single-page .img{
	width: 637px;
	padding: 18px;
	background: url(../images/show_case_wrap_big.png) no-repeat left top;
}

.showcase-single-page .img img{
	width: 602px;
	height: 412px;
}

.showcase-single-page .wrapp1{
	position: relative;
}

.showcase-single-page .wrapp2{
	position:absolute;
	top:-10px;
	left:-19px;
	width: 636px;
}

.showcase-single-page .ghost{
	height: 450px;
}

.showcase-single-page .description{
	float: right;
	color:#808080;
	font-weight: bold;
	margin-right:18px;
}

.showcase-single-page .showcase p{
	margin-left:18px;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 0.9em
}

.showcase-single-page .showcase p span.client_name{
	color:#00B5F1;
}

.showcase-single-page .left_nav span,
.showcase-single-page .right_nav span{
	display:none;
}

.showcase-single-page .left_nav,
.showcase-single-page .right_nav{
	display: block;
	position:absolute;
	width:15px;
	height: 27px;
	top: 200px;
}

.showcase-single-page .left_nav{
	background: url(../images/left_nav.gif) no-repeat left top;
	left: -20px;
}

.showcase-single-page .right_nav{
	background: url(../images/right_nav.gif) no-repeat left top;
	right: -20px;
}

.contact-page fieldset{
	padding-top: 10px;
}

.contact-page .field{
	border-bottom: solid #404040 1px;
	padding-bottom: 5px;
	width: 294px;
	margin-bottom: 10px;
}

.contact-page .field .required{
	color: #808080;
}

.contact-page .longfield{
	width: auto;
}

.contact-page .longfield .text-field{
	width: 480px;
}

.contact-page .longfield textarea{
	background: url(../images/contact_ta_bg.gif) no-repeat top left;
	width: 580px;
	height: 130px;
	padding:10px;
	border: none;
	margin-top: 10px;
}

.no-border{
	border:none !important;
}

.form-button{
	border: none;
	font-weight: bold;
	background: none;
	font-size: 13px;
	cursor: pointer;
}

.tnc-page .intro{
	height:auto;
	padding-bottom: 10px;
}