html, body {
	height: 100%;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
body.pages {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(images/bg-in.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 950px;
	min-height: 100%;
	margin: 0 auto;
	border: none;
	text-align: left;
}
.clear {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	font-size: 1px;
}
.asterisk {
	font-size: 18px;
	font-weight: bold;
	color: #C30;
}
.error {
	color: #C30;
}
a img {
	border: 0;
}
input[type=text], input[type=password], textarea {
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus, textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 200px;
}
.button {
	padding: 5px;
	border: 0px;
	color: #fff;
	cursor: pointer;
	background: #1f1f1f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.red {
	color: #cc1919;
}
/*============================================================
HOME PAGE
=============================================================*/
#header {
	position: relative;
	height: 140px;
}
#header .logo {
	float: left;
	width: 339px;
	height: 140px;
	margin-top:-10px;
}
#header .right {
	float: right;
	text-align: right;
	padding-top: 20px;
}
#header .right a.clientlogin{
	
	width:200px;
	height:50px;
	font-size:50px;
	background:#17468e !important;
	color:#444 !important;
}
/*=======================================================
MAIN MENU
=======================================================*/
#menu {
	position: relative;
	top: 100px;
	right: 0;
	width: 780px;
	
}

.menu {
	position: absolute;
	top: -180px;
	list-style: none;
	/* IE */
	*position: relative;
	*top:-40px;
}
.menu li {
	float: left;
	position: relative;
	border: none;
}
.menu li:hover {
	color: #fff;
	z-index: 2;
}
.menu li a {
	float: left;
	font-size: 13px;
	color: #1f1f1f;
	text-decoration: none;
	display: block;
	text-decoration: none;
	padding: 5px;
	margin: 0px 2px 0px 2px;
	/* IE */ 
	*margin-top:16px;
}
.menu li.last a {
	float: left;
	text-decoration: none;
	display: block;
	text-decoration: none;
}
@media only screen and (max-device-width: 1024px) {
.menu li a {
	float: left;
	font-size: 11px;
	color: #1f1f1f;
	text-decoration: none;
	display: block;
	height: 20px;
	font-stretch: condensed;
	text-decoration: none;
	padding: 5px 3px 0px 3px;
	margin: 0px 2px 0px 2px;
}
}
.menu .here a {
	color: #fff;
	background: #4a4a4a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.menu .login a {
	color: #fff;
	background: #17468e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.menu li:hover a {
	color: #fff;
	background: #4a4a4a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.menu li:hover div a {
	float: left;
	display: block;
	text-transform: none;
	color: #fff;
	background: none;
}
.menu li:hover div a:hover {
	color: #009ada;
	background: none;
}
.menu li ul li a:hover {
	color: #009ada;
	background: none;
}
/* Standard lists styles */

.menu li ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}
.menu li ul li a {
	font-weight: normal !important;
	text-transform: none;
	color: #fff;
	font-size: 12px;
	position: relative;
	padding: 6px;
	margin: 0;
	float: left;
	text-align: left;
	width: 180px;
	border-right: 0px !important;
}
.menu li ul li:hover {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
/* Left & right aligned common styles */

.menu .dropdown_1column, .menu .dropdown_2columns, .menu .dropdown_3columns, .menu .dropdown_4columns, .menu .dropdown_5columns {
	margin: 10px auto;
	left: -1021em;
	position: absolute;
	z-index: 9999999999;
	border-top: none;
	padding: 10px;
	text-align: left;
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	-khtml-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	background: #1f1f1f;
	;
}
/* Drop Downs Sizes */

.menu .dropdown_1column {
	width: 180px;
}
/* Showing Drop Down on Mouse Hover - Left aligned */

.menu li:hover .dropdown_1column {
	left: 3px;
	top: 23px;
	/* IE */
	top: 23px \0/;
 *top:34px;
}
/* Columns Sizes */

.menu .col_1, .menu .col_2, .menu .col_3, .menu .col_4, .menu .col_5, .menu .col_6 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
}
.menu .col_1 {
	width: 250px;
}
.menu .col_2 {
	width: 300px;
}
.menu .col_3 {
	width: 455px;
}
.menu .col_4 {
	width: 610px;
}
.menu .col_5 {
	width: 765px;
}
.menu .col_6 {
	width: 920px;
}
/* IMPORTANT */

/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
.menu .firstcolumn {
	margin-left: 0; /* Clearing margin & left */
	clear: left;
}

/*============================================================
ROTATIONS
=============================================================*/
#rotations {
	height: 435px;
	background:#1f1f1f;
}
#rotations .rot {
	position:relative;
	width: 950px;
}
#rotations .rot .l {
	position:absolute;
	left:70px;
	height:415px;
	width: 205px;
	padding:50px 20px;
	background:url(images/white.png);
}
#rotations .rot .l h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0;
	margin: 0;
}
#rotations .rot .l .intro {
	color: #fff;
	padding-top:20px;
	padding-bottom: 40px;
}
#rotations .rot .l a.more {
	display: block;
	width: 203px;
	height: 48px;
	color:#0CC;
	text-decoration:none;
	font-size:14px;
	padding:15px 20px;
	text-transform:uppercase;
	background: url(images/more.jpg) no-repeat;
}

#rotations .rot .r {
	float: left;
	width: 565px;
}
.bx-next {
	display: none;
	position: absolute;
	top: 40%;
	right: -50px;
	z-index: 999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(images/gray_next.png) no-repeat 0 -30px;
}
/*previous button*/
.bx-prev {
	display: none;
	position: absolute;
	top: 5px;
	left: -50px;
	z-index: 999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(images/gray_prev.png) no-repeat 0 -30px;
}
/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	text-indent: -99999px;
	overflow: hidden;
	color: transparent;
	background: url(images/gray_pager.png) no-repeat 0 -20px;
}
/*auto start button*/
.bx-auto .start {
	background: url(images/gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}
/*auto stop button*/
.bx-auto .stop {
	background: url(images/gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}
/*next/prev button hover state*/
.bx-next:hover, .bx-prev:hover {
	background-position: 0 0;
}
/*pager links hover and active states*/
.bx-pager .pager-active, .bx-pager a:hover {
	color: transparent;
	text-indent: -99999px;
	overflow: hidden;
	background-position: 0 0;
}
/*pager wrapper*/
.bx-pager {
	position: absolute;
	right: 250px;
	bottom: 30px;
	text-align: center;
	padding-top: 7px;
	font-size: 12px;
	color: #666;
	color: transparent;
}
/*captions*/
.bx-captions {
	text-align: center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}
/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}
.bx-auto a {
	color: #666;
	font-size: 12px;
}
/*============================================================
MAIN STUFF
=============================================================*/
#home {
	position: relative;
	width: 950px;
	
	margin-top: 20px;
	overflow: auto;
	padding-top:30px;
	padding-bottom:130px;
	border-top:4px solid #f6f5f4;

}
#home h2 {
	color: #17468e;
	font-size: 28px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
#home .testimonials {
	float: left;
	width: 263px;
	padding:20px;
	background:#17468e;
	color:#fff;
	border:1px solid #d2d2d2;
}
#home .testimonials h2{
	color:#fff;
	font-size:20px;
}
#home .testimonials h3{
	float:left;
	color:#948a7d;
	font-size:40px;
	margin:0;
	padding:0;
}
#home .welcome {
	float: left;
	width: 617px;
	padding-left: 20px;
	display:block;
}
#home .projgall{
	margin-top:30px;
	padding-top:30px;
	border-top:4px solid #f6f5f4;
}

.sidebarnew{
	display: block;
    float: left;
    width: 290px;
}

.phoneheader{
	float:right;
	margin-top:20px;
	font-size:28px;
	color:#17468e;
}

/*=================================================================
PROJECT GALLERY
=================================================================*/
#home .projgall h2{
	color:#333;
}
#proj_gallery {
	position:relative;

	
}
#proj_gallery .pic{
	float:left;
	display:block;
	border:4px solid #959595;
	margin:3px;
}

/*============================================================
SUB PAGES
=============================================================*/
#content {
	width: 950px;
	font-size: 14px;
	overflow: auto;
	border-top:4px solid #f6f5f4;
	padding-bottom: 200px;
}

#content hr {
	border: 0;
	height: 1px;
	background: #ccc;
}
#content h1 {
	color: #fff;
	font-size: 48px;
	padding: 0;
	margin: -5px 0px 20px 0px;
}
#content h2 {
	font-size: 30px;
	text-transform:uppercase;
}
#content .newsitem h2 {
	font-size: 20px;
	padding-left: 2px;
	margin: 0;
}
#content .newsitem {
	float: left;
	width: 304px;
	margin-right: 10px;
	min-height: 323px;
}
#content .newsitem .imgholder {
	display: block;
	width: 301px;
	height: 185px;
	padding: 3px 5px 0px 4px;
	background: url(images/news-holder.png) no-repeat;
}
#content .newsitem .thedate {
	color: #d11a1a;
	padding: 5px 0px 10px 4px;
}
#content .newsitem .intro {
	font-size: 11px;
	padding: 0px 0px 10px 4px;
}
#content .newsitem a {
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	padding: 0px 0px 0px 4px;
	color: #39F;
}
#content .newsl h2 {
	font-size: 20px;
	padding-left: 2px;
	margin: 0;
}
#content .newsl {
	margin-right: 10px;
	min-height: 323px;
}
#content .newsl .imgholder {
	float: left;
	display: block;
	width: 301px;
	height: 185px;
	padding: 3px 5px 0px 4px;
	background: url(images/news-holder.png) no-repeat;
}
#content .newsl .thedate {
	color: #d11a1a;
	padding: 5px 0px 10px 4px;
}
#content .newsl .intro {
	font-size: 14px;
	padding: 0px 0px 10px 4px;
}
#content .newsl a {
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	padding: 0px 0px 0px 4px;
	color: #39F;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	background: #fff;
}
#content table .black{
	color:#fff;
	background:#1f1f1f;
}
#content tr th, #content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
#content .product a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #c70101;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
#content .product a:Hover {
	color: #fff;
	background: #616872;
}
#content .product .title {
	font-size: 28px;
	padding: 10px;
}
#content .product .sub {
	font-size: 12px;
}
#content .product img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#content .theimage {
	float: right;
	display: inline;
	margin: 10px;
	padding: 10px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}


/*=================================================================
GALLERY
=================================================================*/
#gallery {
	
}
#gallery h2{
	text-transform:none !important;
	font-size:18px;
	height:5px;
	margin:0;
	padding:0;
}
#gallery .pic{
	float:left;
	display:block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin:5px;
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
#breadcrumbs a {
	color: #C00;
	text-decoration: none;
}
/*=================================================================
FOOTER STUFF
=================================================================*/
#footerh {
	margin-top: -100px;
	height: 280px;
	position: relative;
	bottom: 0;
	width: 100%;
	border-top:4px solid #ddd;
	padding-top:20px;
	clear: both;
}
#footer {
	position: relative;
	color: #a6a6a6;
	text-align: left;
	font-size: 11px;
	padding-top: 10px;
	width: 980px;
	min-height: 220px;
	margin: 0 auto;
}
#footer strong {
	font-size: 11px;
	color:#333;
}
#footer .left {
	float: left;
	width: 624px;
	padding-left:18px;
}
#footer .left ul{
	margin:0px 0px 40px 0px;
	padding:0px 8px 0px 0px;
}
#footer .left ul li{
	float:left;
	list-style:none;
	padding:0px 8px 0px 0px;
}
#footer .left a {
	color: #92a4bf;
	text-decoration:none;
}

#footer .right {
	float:right;
	margin-top:20px;
}
#footer .right a.in{
	float:left;
	display:block;
	width:22px;
	height:22px;
	padding:2px;
	background:url(images/icon_in.jpg) no-repeat;
}
#footer .right a.fb{
	float:left;
	display:block;
	width:22px;
	height:22px;
	padding:2px;
	background:url(images/icon_fb.jpg) no-repeat;
}
#footer .right a.rss{
	float:left;
	display:block;
	width:22px;
	height:22px;
	padding:2px;
	background:url(images/icon_rss.jpg) no-repeat;
}

