/**** Basic Elements ****/
body {
	font-family:Trebuchet MS, Verdana;
	color:#333333;
	font-size:12px;
}

body#body {
	background:#EAEAEA;
}

p {
	padding:0px;
	margin:0px;
}

/******** Links ********/
a:link, a:visited {
	text-decoration:none;
	border:0px;
	color:#555555;
}

a:hover {
	text-decoration:underline;
	border:0px;
	color:#222222;
}

/***** Menu ******/
/*.menu{position:relative; display:block; z-index:99999;}
.menu:after{content:"."; display:block; line-height:1px; font-size:1px; clear:both;}

/*1st sub level menu*/
/*#container .menu ul li ul{padding:0px;margin:0px;position:absolute; left:0; display:block; visibility:hidden; border-top:1px solid #cfcfcf;}

/*Sub level menu list items (undo style from Top level List Items)*/
/*#container .menu ul li ul li{padding:8px;margin:0px;display:list-item; float:none;width:150px;border:1px solid #cfcfcf;border-top:none;background:#ffffff;}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
/*#container .menu ul li ul li ul{top:0;border-top:1px solid #cfcfcf;}

/* Sub menu Link styles */
/*#container .menu ul li ul a, #container .menu ul li ul a:link, #container .menu ul li ul a:active, #container .menu ul li ul a:visited, #container .menu ul li ul a:hover {float:none;color:#777777;font-size:15px;}

/* Arrows */
/*.menu_arrow_down {padding-left: 4px;border: 0;}
.menu_arrow_right {position: absolute;padding-top: 3px;left: 100px;border: 0;}

/**** Centered Horizontal List Example ****/
/*#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#menu ul li { 
	display: inline; 
}

/****** Page Layout ******/
#background {
}

#container_top {
	width:1000px;
	height:10px;
	margin:auto;
	margin-top:15px;
	background:url(../images/body_top.png) no-repeat top left;
}

#container {
	position:relative;
	width:976px;
	margin:auto;
	background:#ffffff url(../images/body_border.png) repeat-y;
	padding:0px 12px;
	/*font-size:1.2em;*/
}

#container_bottom {
	width:1000px;
	height:10px;
	margin:auto;
	margin-bottom:15px;
	background:url(../images/body_bottom.png) no-repeat top left;
}

#header {
	position:relative;
	height:50px;
	background:url(../images/header.png) repeat-x;
	/*position:relative;
	height:30px;
	margin-bottom:50px;
	background:#ffffff;
	color:#0084bc;
	border:2px solid #e5f4f5;
	border-top:none;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;*/
}

#logo {
	position:absolute;
	top:10px;
	left:10px;
	width:300px;
	height:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:24px;
	/*background:url(../images/logo.png) no-repeat;*/
}

a#logo:hover {
	text-decoration:none;
}

#header .menu {
	float:left;
	position:absolute;
	top:25px;
	right:10px;
	margin:0px;
	height:49px;
	background:url(../images/nav.gif) repeat-x;
}

#header .menu ul {
	margin:0px auto;
	list-style:none;
	display:table;
	padding:0px;
}

#header .menu li {
	float:left;
	display:table-cell;
	margin:0px;
	padding:0px;
}

#header .menu a {
	float:left;
	font-size:12px;
	padding:2px 6px;
	text-align:center;
	color:#333333;
	background:#555555;
}

#header .menu a.selected, #header .menu a:hover {
	background:#ffffff;
	text-decoration:none;
	color:#222222;
}

#header .menu .seperator {
	float:left;
	content: "-";
	width:5px;
	height:21px;
	margin:11px 4px;
	color:#333333;
}

#header input[type=text], #header input[type=password] {
	margin:0px 2px;
	font-size:11px;
	border:1px solid #cfcfcf;
	padding:3px 2px 1px;
	height:16px;
}

#login {
	color:#dddddd;
	position:absolute;
	text-align:right;
	right:12px;
	top:6px;
	width:350px;
}

#login a, #login a:link, #login a:visited, #login a:hover {
	color:#333333;
}

#search {
	position:absolute;
	right:30px;
	top:10px;
	width:250px;
	text-align:right;
}

#breadcrumbs {
	position:absolute;
	top:60px;
	left:10px;
}

#cart {
	position:absolute;
	right:55px;
	top:15px;
	width:250px;
	text-align:right;
	color:#333333;
}

#cart a {
	text-decoration:none;
	color:#333333;
}

#content {
	background:#ffffff;
	position:relative;
	min-height:400px;
	padding:25px 20px 15px;
	/*border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:#cfcfcf 3px 3px 4px;
	-moz-box-shadow:#cfcfcf 3px 3px 4px;
	-webkit-box-shadow:3px 3px 4px #cfcfcf;*/
}

.left {
	float:left;
	width:735px;
}

.right {
	float:left;
	margin-left:10px;
	width:120px;
}

.col_left {
	float:left;
	width:340px;
	padding:10px;
	margin-right:5px;
}

.col_right {
	float:left;
	width:340px;
	padding:10px;
	margin-left:5px;
}

#credit a, #credit a:link, #credit a:active, #credit a:visited, #credit a:hover {
	color:#B3B3B3;
}

/********* Forms *********/
input[type=text], input[type=password], textarea {
	font-family: Trebuchet MS, Verdana;
}

a.button, input.button, div.button {
	/*width:73px;
	height:27px;
	border:none;
	color:#333333;
	padding-top:0px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	background:url(../images/button.gif) no-repeat top left;*/
}

a.button, a.button:link, a.button:active, a.button:hover, a.button:visited {
	/*padding-top:7px;
	float:left;
	height:20px;*/
}

/******** Headings ********/
h1, span.h1, h2.h1, h3.h1, h4.h1, h5.h1 {
	font-size:18px;
	padding:0px;
	margin:0px 0px 5px;
	color:#222222;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px dashed #cfcfcf;
	/*border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;*/
}

h2, span.h2, h1.h2, h3.h2, h4.h2, h5.h2 {
	font-size:15px;
	padding:0px;
	margin:1px 0px;
	color:#222222;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*background:#333333 url(../images/h2.png) repeat-x center center;
	font-size:14px;
	padding:4px 10px 5px;
	margin:0px;
	color:#eeeeee;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;*/
}

h3, span.h3, h1.h3, h2.h3, h4.h3, h5.h3 {
	color:#444444;
	font-size:15px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

h4, span.h4, h1.h4, h2.h4, h3.h4, h5.h4 {
	display:inline;
	font-size:10px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#777777;
}

h1 a, h1 a:link, h1 a:hover, h1 a:visited, .h1 a, h1 a:link, .h1 a:hover, .h1 a:visited, .h2 a, .h2 a:link, .h2 a:hover, .h2 a:visited {
	color:#222222;
	text-decoration:none;
}

h3 a, h3 a:link, h3 a:hover, h3 a:visited {
	color:#bcc416;
}

/****** Images *******/

/***** Videos ******/

/****** Tabs ******/
ul.tabs {
	list-style:none;
	padding:0px 3px;
	margin:0px 0px 8px;
	height:24px;
	border-bottom:1px solid #cfcfcf;
}

ul.tabs li {
	float:left;
	margin:0px 1px 0px 2px;
	border:1px solid #cfcfcf;
	background:#f5f5f5;
}

ul.tabs li.selected, ul.tabs li:hover {
	border-bottom:none;
	background:#ffffff;
	height:26px;
}

ul.tabs li a {
	float:left;
	padding:4px 8px;
	height:15px;
	text-align:center;
	color:#666666;
	text-decoration:none;
}

ul.tabs li.selected a, ul.tabs li.selected a:link, ul.tabs li.selected a:active, ul.tabs li.selected a:hover, ul.tabs li.selected a:visited {
	color:#666666;
	text-decoration:none;
}

div.h1 {
	position:relative;
}

div.h1 ul, div.h1 span {
	font-size:12px;
	color:#222222;
	text-align:right;
	margin-left:auto;
	list-style:none;
	position:absolute;
	margin-top:-31px;
	right:3px;
}

div.h1 span {
	right:5px;
	margin-top:-25px;
}

div.h1 ul li {
	list-style:none;
	float:left;
	margin:0px 2px;
	font-size:12px;
}

div.h1 ul li a, div.h1 ul li a:link, div.h1 ul li a:visited {
	float:left;
	padding:3px 8px 4px;
	height:13px;
	color:#222222;
	text-decoration:none;
	background:#efefef;
}

div.h1 ul li.selected a {
	background:#cccccc;
}

div.h1 ul li:hover a {
	background:#aaaaaa;
}

/***** Tables *****/
thead {
	
}


/***** Crash-Pads css *****/
body#body{padding:0px; margin:0px; font-family:Arial, Helvetica, sans-serif; background:url(../uploads/users/images/topbg.gif) top center repeat-x #ffffff;}

h1,h2,h3,h4{border:none; font-family:Arial, Helvetica, sans-serif;}
h1,h3{color:#2e3192;}
a, a:link, a:visited{color:#2e3192; text-decoration:none;}
a:hover{color:#2e3192; text-decoration:underline;}
a:active{color:#2e3192; text-decoration:none;}
img{border:none; vertical-align:middle;}
/* td{vertical-align:top;} */
hr{height:0px; border:none; border-bottom:1px solid #010101;}
textarea{font-size:1.0em;}

#content{min-height:inherit;}
#container_top{display:none; visibility:hidden;}
#container{position:relative; width:800px; margin:auto; background:none; padding:0px;}
#container_bottom{display:none; visibility:hidden;}

#header{background:url(../uploads/users/images/header.gif) top center no-repeat; position:relative; display:block; width:800px; height:130px; z-index:2;}
#header:after{content:"."; display:block; visibility:hidden; line-height:1px; font-size:1px; clear:both;}

#header .menu{float:left; position:relative; top:auto; right:auto; left:auto; bottom:auto; margin:0px; height:auto; color:#333333;}
#header .menu a{float:left; background:none;}
#header .menu span{color:#333333;}

#header #main_nav{position:absolute; top:68px; left:0px;}
#header #main_nav .seperator{padding:0px; margin:0px; display:block; width:2px; font-size:1px;}

#breadcrumbs{position:absolute; top:110px; left:0px;}

#projectstable td{width:25%; vertical-align:top; text-align:center; background-color:#f1f1f2; border:2px solid #ffffff; padding-bottom:10px;}
#projectstable td.viewbt{padding:10px 0px 10px 0px; font-weight:bold;}
#projectstable h3{text-decoration:underline; font-weight:normal; padding:0px 10px 0px 10px;}
#projectstable h3 a{color:#2e3192;}
#projectstable p{padding:0px 10px 0px 10px;}
#projectstable div.frame1,#projectstable div.frame2,#projectstable div.frame3{padding:10px 0px 10px 0px; margin-bottom:15px;}
#projectstable div.frame1{background-color:#dad8ec;}
#projectstable div.frame2{background-color:#ffdbab;}
#projectstable div.frame3{background-color:#e9bfb3;}
#gallery_nav a.selected{font-weight:bold; color:#be1e2d;}

td.projectdetails{vertical-align:top; border-right:1px solid #cccccc; width:250px; padding:25px; background-color:#f1f1f2;}
td.projectdetails h1,td.projectdetails h2{font-weight:normal;}
td.projectdetails h2{color:#be1e2d;}
td.projectdetails a{font-weight:bold;}

#search{display:none; visibility:hidden;}
#login{display:none; visibility:hidden;}

#header #main_nav a, #header #main_nav a:link, #header #main_nav a:visited, #header #main_nav a:active{display:block; width:86px; height:20px; padding-top:10px; background-color:#ffffff; border-bottom:5px solid #d1d1d1; text-transform:uppercase;}

#header #homebt a:hover,#header #servicesbt a:hover,#header #testimonialsbt a:hover,#header #homebt.selected a,#header #servicesbt.selected a,#header #testimonialsbt.selected a{background-color:#dad8ec; border-bottom:5px solid #2e3192; color:#2e3192;}
#header #aboutbt a:hover,#header #productsbt a:hover,#header #contactbt a:hover,#header #aboutbt.selected a,#header #productsbt.selected a,#header #contactbt.selected a{background-color:#ffebd1; border-bottom:5px solid #fcba63; color:#ff9900;}
#header #projectsbt a:hover,#header #articlesbt a:hover,#header #projectsbt.selected a,#header #articlesbt.selected a{background-color:#f2dcd3; border-bottom:5px solid #be1e2d; color:#be1e2d;}

table.contact_form{background:#eeeeee;}
table.contact_form td{border:1px solid #ffffff; font-weight:bold; width:50%;}

#content{position:relative; width:800px; padding:0px; margin:0px;}

#footer{position:absolute; bottom:-15px; left:0px; display:block; width:800px; color:#333333; padding:0px; margin:0px; background:none; border-top:1px solid #2e3192;}
#copyright, #credit{color:#333333; display:block; width:350px; padding:0px; margin:0px;}
#copyright{float:left; text-align:left;}
#credit{float:right; text-align:right;}
#credit a, #credit a:link, #credit a:hover, #credit a:visited{color:#333333;}
