/* Start of CMSMS style sheet 'AAA' */
/*
	reset.css
	global reset, 2/mar/2009, mocho	
	ver: 0.1 ~ 02022009
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.1%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*
	gemael-layout.css
	gemael.ro facelift layout, 19/mar/2009, mocho
	ver: 0.1 ~ 19032009
*/

body {
	background-color: #171717;	
	font-family: Tahoma;
	color: #fff;
	font-size: 13px
}

h1  {
	font-size: 1.50em;
	color:#ff9933;
	font-weight: normal;
	margin-bottom: 15px;
}

h2 {
	font-size: 1.50em;
	color:#0066cc;
	font-weight: normal;
	margin-bottom: 15px;
}



a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}



/* main grid */

.main-container {
	width: 760px;
	margin: 0px auto;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #000;
	text-align: left;	
	background: #272727 url(../images/grey-left-tile.jpg) repeat-y left top;
}

/* header */

.header {
	height: 284px;
	overflow: hidden;
	background: #004db9 url(../images/gemael-website-header.jpg) no-repeat left top;
}

.header .top-bar {
	background-color: #1f3949;
	border-bottom: 1px solid #fff;
	padding: 5px;
	height: 15px;
	overflow: hidden;
}

.header .top-bar .gemael-details {
	float: left;
	
	color: #cccccc;
}

.header .top-bar .contact-link {
	float: right;
	padding: 2px 15px 2px 0px;
	background: url(../images/mail-icon.gif) no-repeat right center;
	
	color: #fff;
	text-decoration: none;
}

.header .top-bar .lang {
	float: right;
	padding: 2px 15px 2px 0px;
	color: #fff;
	text-decoration: none;
}

.header .top-bar .lang a{
	
	text-decoration: none;
}

.header .top-bar .contact-link:hover {
	text-decoration: underline;
}

.header .logo {
	display: block;
	margin-left: 15px;
	margin-top: 30px;
	width: 300px;
	height: 75px;
}

.header .logo span {
	display: none;
}

.header .gemael-domain {
	display: none;
}

/* header menu-bar */

.header .menu-bar {
	float: right;
	margin-top: 115px;
	display: inline;
	overflow: hidden;
}

.header .menu-bar ul li {
	float: left;
}

.header .menu-bar ul li a {
	display: block;
	padding: 13px 10px;
	background-color: #2c2a28;
	
	font-size: 1.17em;
	text-decoration: none;
	color: #b4b4b4;
}

.header .menu-bar ul li a:hover {
	background-color: #4b4439;
	
	color: #fff;
}

/* promo text boxes */

.promo-text {
	overflow: hidden;
}

.promo-text .promo-box {
	float: left;
	overflow: hidden;
	width: 340px;
	height: 106px;
	padding: 15px 20px;
}

.promo-text .blue-box {
	background: #2d636f url(../images/blue-glass-tile.jpg) repeat-x left top;
}

.promo-text .orange-box {
	background: #e78e15 url(../images/orange-glass-tile.jpg) repeat-x left top;
}

/* left column */

.left-column {
	float: left;	
	width: 240px;
	margin-right: 20px;
	border-top: 1px solid #272727;
	background-color: #525252;
}

.left-column .left-column-box {
	padding: 15px 20px;
	border-bottom: 1px dotted #000;
}

.left-column a {
	font-size: 1.17em;
	color: #99cccc;
}

/* main content */

.main-content {	
	width: 475px;	
	padding: 15px 20px 15px 0px;
	overflow: hidden;	
}

.main-content p {
	
	padding: 5px 0px;
}

.service-box {
	float: left;
	width: 210px;
	height: 180px;
	padding: 10px;
	margin: 2px;
	display: inline;
}

.dark-blue {
	background-color: #263234;
}

.pale-brown {
	background-color: #474231;
}

.dark-yellow {
	background-color: #4d4b20;
}

.dark-orange {
	background-color: #4d3a20;
}

/* footer */

.footer {
	clear: both;	
	overflow: hidden;
	padding: 10px 20px;
	background-color: #1b1b1b;
	
	font-size: 0.95em;
}

.footer .footer-menus {
	float: right;
}

.footer .footer-menus ul li {
	float: left;
	padding: 0px 5px;
}

/* general elements */

.circle-list {
	list-style-type: disc;
	list-style-position: inside;
	color: #fff;
}

.circle-list li {
	padding-bottom: 5px;
}


/* opacity effects */

.top-bar, .menu-bar {
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
}





/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* End of 'AAA' */

