@charset "utf-8";
/* CSS Document */

/*//////////////////////////////////*/
/*///       HTML and Body        ///*/
/*//////////////////////////////////*/

html, body {
	margin: 0;
	text-align: center;
	font: 12px "Trebuchet MS", "Lucida Grande", Verdana, Sans-Serif;
	color: #212529;
	background: #DCF0F6 url(../images/body_grad.png) top left repeat-x;
}

/*//////////////////////////////////*/
/*///        Misc Styling        ///*/
/*//////////////////////////////////*/

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; text-align: left; }
h1 {
	font-size: 25px;
	text-transform: none;
	font-weight: bolder;
	letter-spacing: -1px;
	color: #2B7385;
}
h1 a { color: #2B7385; text-decoration: none; } h1 a:hover { text-decoration: none; }
p { margin: 0; padding: 0; text-align: left; }
a {	color: #FF9900; text-decoration: underline; }
a:hover { color: #000000; text-decoration: none; }
a:focus { outline: none; }
img { border: 0; }
acronym { cursor: help; }

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

/*//////////////////////////////////*/
/*///          Dividers          ///*/
/*//////////////////////////////////*/

.line_on_light {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #fafafa;
	margin: 10px 0;
	background-color: #2B7385;
}
.line_on_dark {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e1e1e1;
	margin: 10px 0;
	background-color: #2B7385;
}

/*//////////////////////////////////*/
/*///         Container          ///*/
/*//////////////////////////////////*/

#container {
	width: 900px;
	margin: 0px  auto;
}

/*//////////////////////////////////*/
/*///           Header           ///*/
/*//////////////////////////////////*/

#header {
	width: 100%;
	height: 110px;
}

/*//////////////////////////////////*/
/*///        Description         ///*/
/*//////////////////////////////////*/

#description {
	height: 38px;
	padding:  22px 20px 0 50px;
	color: #2B7385;
	text-transform: none;
	text-align: left;
	font-weight: bold;
}

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

/*//////////////////////////////////*/
/*///           Content          ///*/
/*//////////////////////////////////*/

.content {
	height: auto;
	padding: 0px;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 50px;
	border-top: 0px solid #ACE0F0;
	background-color: #C7E9F3;
}

.content_left {
	width: 380px;
	height: auto;
	float: left;
	padding: 5px;
}

.content_right {
	width: 380px;
	height: auto;
	float: right;
	padding: 5px;
}

.content_right_portfolio {
	width: 380px;
	height: auto;
	float: right;
}

/*//////////////////////////////////*/
/*///      Box with Shadow       ///*/
/*//////////////////////////////////*/

.shadow_box {
	width: 340px;
	height: auto;
	padding: 20px;
	background: #FFFFFF;
}

.shadow_brand {
	width: 450px;
	height: auto;
	padding: 3px;
	background: #FFFFFF;
}

/*//////////////////////////////////*/
/*///            Logo            ///*/
/*//////////////////////////////////*/

.logo {
	float: left;
	margin-top: 10px;
	width: 229px;
}

.logo a{
	background: url(../images/logo.gif) no-repeat top;
	text-decoration: none;
	width: 281px;
	height: 121px;
	display: block;
}

.logo a:hover{
	background: url(../images/logo.gif) no-repeat bottom;
	text-decoration: none;
}

/*//////////////////////////////////*/
/*///           Navbar           ///*/
/*//////////////////////////////////*/

#navbar {
	width: 530px;
	height: 40px;
	text-align: right;
	float: right;
	margin: 55px 0 0 0;
	background: url(../images/menu.gif) top left no-repeat;
	padding: 17px 0 0 0;
}

#navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: none;
	font-size: 13px;
	color: #969696;
}

#navbar li {
	float: left;
	margin-left: 24px;
	margin-top: 6px;
}

#navbar li a{
	color: #DCF0F6;
	padding-bottom: 7px;
	border-bottom: 0;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
}

#navbar li a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#navbar li.on a{
	color: #FF9900;
	text-decoration: none;
}

/*//////////////////////////////////*/
/*///           Footer           ///*/
/*//////////////////////////////////*/

#footer {
	width: 100%;
	height: 250px;
	color: #666666;
	font-size: 9px;
	background: url(../images/footer.png) top left repeat-x;
}

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

.footer_inside {
	width: 840px;
	margin: 10px  auto;
	padding: 10px 10px 10px 60px;
	height: 120px;
}

/*//////////////////////////////////*/
/*///          Alignment         ///*/
/*//////////////////////////////////*/

.right {
	float: right;
}

.left {
	float: left;
}

.right_shadow {
	float: right;
	margin-right: 5px;
}

.left_shadow {
	float: left;
	margin-left: 5px;
}

/*//////////////////////////////////*/
/*///          Buttons           ///*/
/*//////////////////////////////////*/

/*-- // orange_button // --*/
.orange_button {
    width: auto;
    height: 22px;
    font: 11px arial;
	font-weight: 200;
    text-align: left;
	text-transform: uppercase;
    padding: 7px 0 0 10px;
    background: url(../images/orange_button.png) no-repeat top left;
    color: #7c7c7c;
}

.orange_buttonend {
    width: auto;
    height: 29px;
    padding: 0 10px 0 0;
    background: url(../images/orange_buttonend.png) no-repeat top right;
    float: right;
    margin: 7px 7px 0 0;
}

.orange_button a{
	color: #FFFFFF;
	text-decoration: none;
}

.orange_button a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/*-- // white_button // --*/
.white_button {
    width: auto;
    height: 22px;
    font: 11px arial;
	font-weight: 200;
    text-align: center;
	text-transform: uppercase;
    padding: 7px 0 0 10px;
    background: url(../images/white_button.png) no-repeat top left;
    color: #7c7c7c;
}

.white_buttonend {
    width: auto;
    height: 29px;
    padding: 0 10px 0 0;
    background: url(../images/white_buttonend.png) no-repeat top right;
    margin: 7px 7px 0 0;
}

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

.white_button a:hover{
	color: #333333;
	text-decoration: underline;
}

/*-- // black_button // --*/
.black_button {
    width: auto;
    height: 22px;
    font: 11px arial;
	font-weight: 200;
    text-align: left;
	text-transform: uppercase;
    padding: 7px 0 0 10px;
    background: url(../images/black_button.png) no-repeat top left;
    color: #7c7c7c;
}

.black_buttonend {
    width: auto;
    height: 29px;
    padding: 0 10px 0 0;
    background: url(../images/black_buttonend.png) no-repeat top right;
    margin: 7px 7px 0 0;
}

.black_button a{
	color: #FFFFFF;
	text-decoration: none;
}

.black_button a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/*//////////////////////////////////*/
/*///         slideshow          ///*/
/*//////////////////////////////////*/

#slideshow { width: 450px; height: 340px; /*background: green;*/ float: left; }

#nav {
	width: 340px;
	height: auto;
	padding-left: 110px;
	margin-top: 15px;
	float: left;
}

#nav li { width: 60px; float: left; margin: 8px; list-style: none }

#nav a { width: 50px; padding: 3px; display: block; }

#nav a.activeSlide { background: #ff5400; }

#nav a:focus { outline: none; }

#nav img { border: none; display: block }

/*//////////////////////////////////*/
/*///          Contact           ///*/
/*//////////////////////////////////*/

.contactform {
	margin:0px;
	font-size:11px;
	width:380px;
	text-align: left;
}

.contactform input {
	padding:6px;
	border:1px solid #999999;
	width:212px; height:14px;
	font-size:11px;
	background: url(../images/contact_bg.gif) repeat-x top #FFF;
}

.contactform input.verifyinput {
	padding:6px;
	border:1px solid #999999;
	width:157px; height:14px;
	font-size:11px;
	background: url(../images/contact_bg.gif) repeat-x top #FFF;
}

.contactform textarea {
	padding:5px;
	border:1px solid #999999;
	width:214px;
	height:100px;
	font-size:11px;
	background: url(../images/contact_bg.gif) repeat-x top #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.error {
	color:#FF5A00;
	padding:5px;
	font-size: 15px;
	font-weight: bold;
}

.verify {
	border: 1px solid #999999;
	padding-bottom: 1px;
	background: #FFF;
}

.contactform label {
	min-width: 150px;
	float: left;
	padding:4px;
	padding-left: 0;
	font-weight: bold;
}

input.sendbutton {
	margin-top:10px;
	margin-left: 154px;
	display:block;
	border:0;
	width:100px;
	height: auto;
	font-size:11px;
	padding-left:2px;
	padding-right:2px;
	padding-top:6px;
	padding-bottom:6px;
	line-height:14px;
	background: #ff5400;
	color: #FFFFFF;
	cursor: pointer;
}

/*//////////////////////////////////*/
/*///          Extras            ///*/
/*//////////////////////////////////*/

.make_border {
border:3px solid #fafafa;
}

.box {
	width:100%;
	background: #DCF0F6 url(../images/body_grad.png) top left repeat-x;
}

/* GALERIA */

.number{
float:none;
color:#3D4F5F;
font-size:10px;
margin:0 0 4px 0;
text-align:left;
letter-spacing:1px;
border-bottom: 1px solid #3D4F5F;
text-transform: uppercase;
padding: 0 0 3px 0;
}

.box{
background: #fafafa;
width:140px;
float:left;
margin-left:5px;
margin-bottom: 5px;
height: 165px;
padding: 3px;
border:1px solid #869db2;
overflow:hidden;
}
.box:hover{
}

.box_2{
width:180px;
float:left;
margin-left:5px;
margin-bottom: 5px;
height: 180px;
padding: 5px;
background: #fafafa;
border:1px solid #869db2;
overflow:hidden;
}

.grid {
margin:10px auto;
font-size:0.9em;

}
.grid a img{
margin:0px;
border:2px dotted #2B7385;
border:2px dotted #869db2;
}
.grid a:hover img {
border:2px solid #2B7385;
}
.grid a {
text-decoration : none;
}

/** ROUND **/

.rtop, .rbottom{display:block;background:#DCF0F6}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background:#C7E9F3}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}
