/*****************************************************************************************************

	Table Of Content:

****
	main, 940px wrapper, anchors, images, #logo, #foot, h typography

****
	#topmenu, #topmenu search, #mainmenu

****
	#featured, #brief

****
	forms, default forms

****
	content, table, lists, trigger

****
	portfolios (1-6)

****
	blog


/*****************************************************************************************************
/* main */

html { background-color: #071a21; color: #999; }

html .clear { padding-top: 40px; }
html .clearnone { padding-top: 0px; margin: 0px; }
html .clearhalf { padding-top: 20px; }
html .clearthree { padding-top: 20px; clear: both;  }
html .clear.double { padding-top: 80px; }

body { margin: 0px; padding: 0px;}
#main { background-color: #F6F0F7; color: #444; padding-bottom: 0px; border-bottom: solid 4px #f7931e; }
#head { position: relative; background-color: #fff;}
#main, #head { background: #F6F0F7 url('/img/header_back_v2.jpg') repeat-x top; }

/* 940px wrapper */

#head, #featured, #brief { margin-left: auto; margin-right: auto; width: 960px; }

.grid_1 { background-color: #fff;}

/* anchors */

#brief a, #content a { color: #69c; }
#foot a { color: #999; }

a {  }
#brief a, #content a { border-bottom: dotted 1px; }
a:hover { border-color: Transparent !important; }

/* images */

img { max-width: 100%; }

/* logo */

#logo { position: absolute; top: 0px; left: 0px; }
#logo:active { top: 0px; }

/* foot */

#foot { padding-top: 20px; padding-bottom: 160px; }
#foot p { line-height: 1.4em; }
#foot strong { color: White; font-weight: normal; }

#foot ul { list-style: none; margin: 0px; padding: 0px; }


/* Fonts to show 
@font-face { 
	font-family: 'MidoMedium';
	src: url('/font/Mido-webfont.eot');
	src: local('☺'), url('/font/Mido-webfont.woff') format('woff'), url('/font/Mido-webfont.ttf') format('truetype'), url('/font/Mido-webfont.svg#webfontdeSVIj0D') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CartoGothicStdBold';
	src: url('/font/CartoGothicStd-Bold-webfont.eot');
	src: local('☺'), 
	url('/font/CartoGothicStd-Bold-webfont.woff') format('woff'), 
	url('/font/CartoGothicStd-Bold-webfont.ttf') format('truetype'), 
	url('/font/CartoGothicStd-Bold-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/


/* h-typography */

h1, h2, h3, p span.dropcap { }
h1, h2 { word-spacing: 0.2em; line-height: 1.2em; letter-spacing: -1px; }
h3, h4, p span.dropcap { font-weight: bold; }
h5 { text-transform: uppercase; padding-bottom: 5px;}

h2.mido {font-family:'Droid Serif', Times, Times New Roman, serif; letter-spacing: 0;}
h1.mido {font: 35px/44px 'Droid Serif', Times, Times New Roman, serif; letter-spacing: 0; color: #0f4a5b;}
h5.mido {font-family:'Droid Serif',Times, Times New Roman, serif; letter-spacing: 0;}

h5.carto {font-weight: bold; font-style: normal; line-height:normal; font-family: 'Droid Sans', arial, sans-serif;}

h6.home {
	font-size: 55px; 
	line-height: 48px; 
	font-weight: strong; 
	color: #01c2e1;
	}

.grid_6 p {
	width: 405px;
}

.check {
	background: #fff;
	padding: 10px;
	color: #0f4a5b;
}

.grid_3 .check {
	border-left: dotted 1px #27c2de;
}


.grid_3 p {
	line-height: 18px;
	color: #535353;
	width: 210px;
}

.blue {
	background: #27c2de;
	padding-top: 10px;
	color: #fff;
}

.blue p {
	color: #fff;
}

/*****************************************************************************************************
/* topmenu */

#topmenu { height: 41px; padding-bottom: 40px; }
#topmenu ul { list-style: none; float: left; margin-left: 465px; margin-top: 0px; padding-top: 0px; }


/* topmenu search */

#topmenu li.search a { padding-right: 0px !important; }
#topmenu li.search form, #topmenu li.search fieldset { display: inline; }
#topmenu li.search input { border-bottom: dotted 1px #999; color: White; width: 140px; display: inline-block !important; }

body.js-on #topmenu li.search form { display: none; }

/* mainmenu */

#mainmenu { min-height: 140px; padding-bottom: 40px; overflow: hidden; }
#mainmenu ul { list-style: none; margin: 0px; padding: 0px; float: right; }

#mainmenu ul li { display: inline-block; float: left; width: 140px; }
#mainmenu ul li a { font-size: 12px; display: block; }
#mainmenu ul ul li { margin: 0px; }

#mainmenu ul li a, #mainmenu ul ul:hover li a { color: #aaa; }
#mainmenu ul li.active a, #mainmenu ul ul li a:hover, #mainmenu h5 { color: #333; }

#mainmenu ul ul ul { display: none; }

#mainmenu { zoom: 1 !ie6fix; }
#mainmenu ul li { margin-bottom: -20px !iefix; }


/*****************************************************************************************************
/* featured */

#featured { display: block; width: 940px; height: 360px; padding-bottom: 40px; }
#featured img { display: none; }
#featured img.active { display: block; }

/* brief */

#brief { padding-top: 100px; padding-bottom: 25px; font-size: 70%; }
#brief h1 { line-height: 1.4em; }


/*****************************************************************************************************
/* forms */

form {}

textarea { resize: none; overflow: hidden; width: 90%; font-size: 12px; }

input[type="submit"] {font-family: arial, helvetica, sans-serif; cursor: pointer; padding: 3px; border-bottom: dotted 0px; }
input[type="submit"]:hover { border-color: Transparent; }

form textarea { padding: 10px 1em; padding-bottom: 0px; cursor: text; display: block; overflow: hidden; background-color: #02495a;border-bottom: dotted 0px; padding: 3px; color: #fff;}
form input {font-family: arial, helvetica, sans-serif; background-color: #02495a;border-bottom: dotted 0px; padding: 3px; color: #fff; margin-top: 0px;}
form input.sbutton {font-family: Arial, sans-serif; margin-top: 4px;}
 
#foot-contact input { color: #999; }
#foot-contact textarea { color: White; margin-bottom: -0.5em; }
#foot-contact label.textarea { background-color: #555; }

#onpage-contact textarea { margin-bottom: -0.5em; }
#onpage-contact label.textarea { background-color: white; border: dotted 0px #aaa; }

/* default forms */

form.default input, form.default textarea { padding: 1em; margin-bottom: 1em; border: dotted 0px #aaa; }
form.default input { display: block; }


/*****************************************************************************************************
/* content */

.useful, .warn, .note, .info { display: inline-block; border: dotted 1px !important; padding: 0.5em 1em !important; margin: 1em 0px; margin-top: 0px; clear: both; }
.useful, .useful a { background-color: #e0f9b0; color: #637d2d !important; }
.warn, .warn a { background-color: #ffe9e0; color: #c0190d !important; }
.note, .note a { background-color: #fff3bb; color: #9e660c !important; }
.info, .info a { background-color: #d9efff; color: #2e6093 !important; }

code { background-color: #eee; padding: 0px 0.5em; margin: 0px 0.25em; border: dotted 1px; display: inline-block; text-shadow: 0px 1px 0px White; }

hr { border: none; height: 1px; border-top: dotted 1px #aaa; margin: 0px; margin-bottom: 1em; }

p span.dropcap { display: inline-block; padding: 10px 5px; float: left; margin-right: 10px; font-size: 2.6em; font-weight: bold; letter-spacing: -1px; }
p span.dropcap.alt { background-color: #444; color: White; padding: 10px; }

#content .container_12 {
}

#bluebackno {
	padding: 0px;
	margin: 0px;
	background: #02495a;
	height: 255px;
}

#bluebackno  object, #bluebackno embed {
	padding: 0px;
	margin: 0px;
}

#blueback {
	background: #02495a url('../img/box_back_border.jpg') repeat-y left;
	padding-left: 20px;
	height: 255px;
}

#bluebacklb {
	background: #00c2e1 url('../img/box_back_border_lb.jpg') repeat-y left;
	padding-left: 20px;
	height: 255px;
	width: 300px;
}


img.bordered { padding: 5px; margin: -1px; border: dotted 0px; }
a img.bordered:hover { background-color: rgba(0,0,0,0.1); -webkit-transition: background-color 0.2s ease-out; -o-transition: background-color 0.2s ease-out; }

a.button { display: inline-block !important; border: dotted 0px !important; padding: 0px 1em; font-weight: bold; font-size: 80%; text-align: center; cursor: pointer; }
a.button.solid { border: solid 1px !important; }
a.button.solid { border-color: rgba(0,0,0,0.1) !important; }
a.button.solid:hover { color: #444 !important; }

.upper { text-transform: uppercase; }
.lower { text-transform: lowercase; }

.lflush { margin-left: -140px; }
.rflush { margin-left: 140px; }

/* table */

table th, table td { padding: 1em; }
table th, table thead td { background-color: #444; color: White; }
table tbody tr:nth-child(odd) td { background-color: rgba(0,0,0,0.05); }
table tr:nth-child(even), table thead tr td:nth-child(odd), table thead th { opacity: 0.9; }

/* lists */

ul.check { list-style: url('img/check.png') outside; }

/* trigger */

dl.toggle dt { display: block; padding-bottom: 1em; font-size: 1.25em; }
dl.toggle dd { border-left: outset 5px; margin: 0px; padding-left: 1em; }


/*****************************************************************************************************
/* portfolios */

#content.portfolio .entry { float: left; }

#content.portfolio.I a.entry { border: none; width: 135px; height: 135px; overflow: hidden; }
#content.portfolio.I a.entry img { margin: -45px; width: 135px; max-width: 135px; height: 135px; }
#content.portfolio.I a.entry:hover { overflow: visible; }
#content.portfolio.I a.entry:hover img { position: absolute; z-index: 100; opacity: 0.95; filter: alpha(opacity = 95); }
#content.portfolio.I a.entry:hover img { box-shadow: 5px 5px 50px rgba(0,0,0,0.25); -webkit-box-shadow: 5px 5px 50px rgba(0,0,0,0.25); -moz-box-shadow: 5px 5px 50px rgba(0,0,0,0.25); }

#content.portfolio.II .entries { width: 960px; padding: 0px 5px; }
#content.portfolio.II .entry { margin: 0px 5px; width: 150px; height: 150px; }
#content.portfolio.II .xentry a img { margin: -45px -90px; width: 325px; max-width: 325px; height: 325px; }
#content.portfolio.II .xentry a:hover { overflow: visible; }
#content.portfolio.II .xentry a:hover img { position: absolute; z-index: 100; opacity: 0.95; filter: alpha(opacity = 95); }
#content.portfolio.II .entry a:hover img { box-shadow: 5px 5px 50px rgba(0,0,0,0.25); -webkit-box-shadow: 5px 5px 50px rgba(0,0,0,0.25); -moz-box-shadow: 5px 5px 50px rgba(0,0,0,0.25); }
#content.portfolio.II .entry h6 { line-height: 1.7em; margin-top: 0.2em; }

#content.portfolio.III .entries { width: 960px; padding: 0px; }
#content.portfolio.III .entry { padding: 0px 10px; margin-bottom: 20px; width: 300px; height: 200px; overflow: hidden; position: relative; }
#content.portfolio.III .entry { width: 299px !iefix; }
#content.portfolio.III .entry p { padding: 20px; }
#content.portfolio.III .entry p.links { padding: 0px 20px; position: absolute; bottom: 0px; z-index: 1; }
#content.portfolio.III .entry img { position: absolute; width: 300px; height: 200px; z-index: 2; }
#content.portfolio.III .entry:hover img { opacity: 0.03; filter: alpha(opacity = 3); z-index: 0; }
#content.portfolio.III .entry:hover p.links { z-index: 2 !iefix; }

#content.portfolio.V .entry { line-height: 1.5em; }
#content.portfolio.V .entry a { border: none; }
#content.portfolio.V .entry img { margin-bottom: 0.5em; }
#content.portfolio.V .entry span { opacity: 0.7; filter: alpha(opacity = 70); }
#content.portfolio.V .entry span { -webkit-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; }
#content.portfolio.V .entry:hover span { opacity: 1; filter: alpha(opacity = 100); }
#content.portfolio.V .entry:hover a { color: #444 !important; }

#showroom, .alajaShow { overflow: hidden; }
#showroom img, .alajaShow img { display: none; }
#showroom img.active, .alajaShow img.active { display: block; }


/*****************************************************************************************************
/* blog */

#content.blog .post { margin-bottom: 20px; }
#content.blog.II h5 { margin: 0px; margin-top: 0.5em; }

#sidebar ul { margin: 0px; margin-bottom: 40px; list-style: square inside; border-top: dotted 1px #aaa; }
#sidebar ul li a { display: block; color: #aaa; padding: 8px 0px; border-color: #ddd !important; }
#sidebar ul li a:hover, #sidebar ul li.active a { color: #444; }

#sidebar h2 { margin-bottom: 8px; }

/*****************************************************************************************************
/* Portfolio */

.box p.copy {
	margin-top: -20px;
	width: 265px;
}

.box {
	width: 150px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/*****************************************************************************************************
/* form */

div.fbox {
margin:0 auto;
width:500px;
position:relative;
top:0px;
}

div.fbox h1 { 
color:#ffffff;
font-size:18px;
text-transform:uppercase;
padding:5px 0 5px 5px;
}

div.fbox label {
width:100%;
display: block;
padding:10px 0 10px 0;
}

div.fbox label span {
display: block;
color:#666;
font-size:12px;
float:left;
width:100px;
text-align:right;
padding:5px 20px 0 0;
}

div.fbox .input_text {
padding:3px 3px;
width:250px;
background:#27c2de;
}

div.fbox .message{
padding:7px 7px;
width:350px;
background:#27c2de;
overflow:hidden;
height:150px;
}

div.fbox .button
{
margin:0 0 10px 0;
padding:4px 7px;
background:#071a21;
border:0px;
position: relative;
top:10px;
left:382px;
width:100px;

}
