@import url(/common/css/reset.css);

/*
* Main CSS Definition
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #04345c;
	font-size: 0.7em;
}

span.divider {
	padding: 0 0.5em;
}

a {
	color: #0c3141;
	text-decoration: none;
}

a:hover {
	color: #2f718e;
}

div.island {
	width: 993px;
	margin: 0 auto;
	position: relative;
}

#skip-links {
	display: none;
}


/* Header */

#header {
	height: 100px;
	margin: 0 auto;
	background: url(../img/bg-island-top.png) no-repeat top center;
	padding-top: 5px;
}

#header #languages {
	float: right;
	color: #fff;
	margin-top: 15px;
}

#header #languages span, #header #languages ul {
	float: left;
	margin-right: 10px;
}
#header #languages span {
	margin: 0;
}
#header  #languages li {
	float: left;
	padding-left: 5px;
}

#header a.logo {
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	background: url(../img/header/logo.gif);
	position: relative;
	left: 20px;
	top: 20px;
	width: 217px;
	height: 54px;
}

#header ul#menu-header {
	font-size: 0.9em;
	position: absolute;
	bottom: 6px;
	right: 10px;
}

#header ul#menu-header li {
	display: inline;
	text-transform: lowercase;
}

#header form {
	padding: 5px 10px 5px 5px;
	position: absolute;
	top: 57px;
	right: 0;
}

#header form input.text {
	float: right;
	padding: 0.4em;
	color: #65b7dc;
	width: 175px;
	border: 1px solid #000;
}

#header form input.button {
	float: right;
	background: url(../img/header/button-go.gif);
	border: 1px solid #000;
	width: 35px;
	height: 27px;
	margin-left: 5px;
}

#header form input.button:hover {
	background-position: 0px -27px;
}

#header .divider {
	padding: 0 10px;
}


/* Navigation */

ul.nav-1 {
	background: #121d22;
	height: 11px;
	padding: 12px 6px 12px 6px;
	z-index: 109;
	margin: 0 -1px;
	position: relative;
}

ul.nav-1 li.nav-1 {
	display: inline;
	position: relative;
}

ul.nav-1 li.nav-1 a.nav-1 {
	color: #fff;
	padding: 11px 1.4em;
	text-transform: uppercase;
}

ul.nav-1 li.nav-1 a.nav-1:hover, ul.nav-1 li.nav-1 a.nav-1.over {
	background: #00b0f2 url(../img/nav/hover.gif) repeat-x bottom left;
}

ul.nav-2 {
	position: absolute;
	left: -4px;
	z-index: 109;
	width: 146px;
	margin-top: 11px;
	padding: 8px 12px 12px 12px;
	background: url(../img/nav/dropdown.png) bottom left;
}

ul.nav-2 li {
	margin-bottom: 6px;
	padding-bottom: 4px;
	margin-left: 6px;
	padding-left: 2px;
	margin-right: 6px;
	border-bottom: 1px dotted #77b5dc;
}

ul.nav-2 li a {
	color: #fff;
}

ul.nav-2 li a:hover {
	color: #b1daff;
}

/* Content area */

#wrapper {
	margin: 0 auto;
	background: url(../img/bg-island-middle.png) repeat-y top center;
}

#wrapper-2 {
	background: url(../img/bg-huge-logo.gif) no-repeat top center;
}

#content {
	margin: 3px 10px 0 10px;
	overflow: hidden;
	padding-top: 234px;
	color: #666;
	background-repeat: no-repeat;
}

#content h2 {
	text-transform: uppercase;
}



/* Sidebar Navigation */

#content div.columns {
	overflow: hidden;
	background: url(../img/columns.gif) repeat-y;
}

#content div.column {
	border-top: 1px solid #888;
	float: left;
	padding: 10px;
	min-height: 275px;
}

#content div.columns-bottom {
	height: 1px;
	background: url(../img/columns-bottom.gif) no-repeat;
}

#content div.sidebar {
	width: 222px;
	margin-right: 4px;
}

#content div.sidebar ul li {
	background: url(../img/div-lt.gif) repeat-x bottom left;
	padding-bottom: 1px;
}

#content div.sidebar ul li a {
	display: block;
	padding: 1em 0.4em 1em 20px;
}

#content div.sidebar ul li a.selected {
	color: #fff;
	background: #2b8bc9;
}

#content div.sidebar ul li a:hover {
	color: #0c3141;
	background-color: #bfe9fa;
}

#content div.copy {
	width: 708px;
	line-height: 1.4em;
}

#content div.copy h2 {
	margin-bottom: 1em;
}

#content div.copy ul.subnav {
	float: left;
	width: 106px;
	margin-right: 10px;
}

#content div.copy ul.subnav li {
	margin-bottom: 0.5em;
}


/* Footer */

#footer {
	background: url(../img/footer.png) no-repeat top center;
	height: 73px;
	padding-top: 20px;
	line-height: 1.4em;
	color: #66b8dd;
	font-size: 10px;
}

#footer div.island {
	padding: 10px 15px;
	width: 964px;
}

#footer div.links {
	width: 60%;
	float: left;
}

#footer p.copyright {
	width: 40%;
	float: right;
	text-align: right;
}

#footer ul li {
	display: inline;
}

#footer a {
	color: #66b8dd;
}

#footer a:hover {
	color: #b1daff;
}


/* Homepage */

#content.homepage {
/*	min-height: 138px;
	background: url(../img/pages/home/home-plate.jpg) no-repeat top left;
	padding: 363px 0 0px;*/
	margin: -1px;
	padding: 0;
	z-index: 102;
}

#content.homepage .slide-holder {
	width: 995px;
	height: 363px;
	position: relative;
	z-index: 102;
}
#content.homepage #showcaseSlide {
	z-index: 102;
}

#content.homepage #showcaseScroller li {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	display: none;
	z-index: 102;
}

#content.homepage div h2 {
	font-size: 14px;
	color: #00416d;
	text-transform: uppercase;
}

#content.homepage div h3 {
	font-size: 12px;
	color: #00416d;
	margin-bottom: 0;
	margin-top: 10px;
}

#content.homepage div p {
	font-size: 11px;
	line-height: 13px;
	color: #000;
	margin-top: 1em;
}

#content.homepage div p.date {
	font-size: 10px;
	color: #66b8dd;
	margin-top: 5px;
}

#content.homepage div p.clear {
	clear: left;
}

#content.homepage div p a {
	color: #265176;
	text-decoration: underline;
}

#content.homepage div.about-us {
	background: url(../img/pages/home/col-left.gif) no-repeat top left;
	width: 279px;
	min-height: 150px;
	float: left;
	padding: 28px 1px 10px 30px;
	font-size: 1em;
}

#content.homepage div.company-news {
	background: url(../img/pages/home/col-mid.gif) no-repeat top left;
	width: 292px;
	min-height: 150px;
	float: left;
	padding: 28px 10px 10px 30px;
	font-size: 1em;
}

#content.homepage div.your-project {
	background: url(../img/pages/home/col-right.gif) no-repeat top left;
	width: 312px;
	min-height: 150px;
	float: left;
	padding: 28px 10px 10px 30px;
	font-size: 1em;
}


/* Standard Page */

#content.standard {
	min-height: 400px;
	padding: 0px 0 30px;
	margin: 0;
	border-top: 1px solid #2b3d48;
	background: url(../img/pages/ident.jpg) no-repeat top left;
}

#content.standard h2 {
	color: #00416d;
	font-size: 14px;
}

#content.standard .main-image {
	height: 224px;
	margin-left: 266px;
	width: 728px;
	background: url(../img/pages/placeholder.jpg) no-repeat top left;
}

#content.standard .columns {
	background: url(../img/pages/border.gif) no-repeat top left;
	padding-top: 7px;
	border: 0;
	overflow: visible;
}

#content.standard .sidebar {
	background: url(../img/pages/left-nav-bg.jpg) no-repeat top left;
	border: 0;
	width: 240px;
	min-height: 430px;
}

#content.standard .sidebar h2 {
	padding-left: 20px;
	padding-bottom: 5px;
}

#content.standard .copy {
	background: url(../img/pages/main-bg.jpg) #fff no-repeat -4px 0;
	width: 679px;
	border: 0;
	padding: 20px 20px 30px 30px;
}

#content.standard .copy h2 {
	padding-bottom: 6px;
	border-bottom: 1px solid #00416d;
}

#content.standard .copy ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 10px;
	padding-left: 0;
}

#content.standard .copy ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding-top: 10px;
	padding-left: 0;
}

#content.standard .copy li {
	padding-bottom: 5px;
}

#content.standard .copy li ol,
#content.standard .copy li ul {
	padding-top: 5px;
	padding-left: 10px;
}

#content.standard .copy p {
	padding-bottom: 6px;
}

/* Feed Page */

#content.standard .copy .inner-nav {
	list-style-type: none;
	padding-top: 0;
	float: left;
	width: 130px;
	padding-right: 10px;
}

#content.standard .copy .inner-nav li {
	padding-bottom: 10px;
}

#content.standard .copy .inner-nav li a {
	display: block;
	width: 120px;
	text-align: center;
}

#content.standard .copy .inner-copy {
	float: left;
	width: 295px;
	padding-right: 100px;
}

#content.standard .copy .long {
	width: 520px;
	padding-right: 0;
	padding-left: 10px;
}

#content.standard .copy .inner-copy h2 {
	text-transform: none;
	color: #044369;
	border-bottom: 0;
	font-weight: 400;
	margin-bottom: 0;
}

#content.standard .copy .inner-copy .page-images {
	width: 225px;
	margin-right: -245px;
	float: right;
	position: relative;
}

#content.standard .copy .inner-copy .page-images img {
	margin-bottom: 5px;
}

#content.standard .copy .inner-copy .sub-section {
	padding-bottom: 10px;
}

#content.standard .copy .news-item {
	background: url(../img/divider.gif) repeat-x bottom left;
	padding-bottom: 30px;
	margin-bottom: 20px;
	min-height: 90px;
}

#content.standard .copy .news-item .thumbnail {
	float: left;
	margin-left: -90px;
}

#content.standard .copy .news-item {
	padding-left: 90px;
}

#content.standard .copy .no-thumb {
	padding-left: 10px;

}

#content.standard .copy .news-item h2 a {
	color: #044369;
}

#content.standard .copy .news-item .read-more {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	text-decoration: underline;
}

p.video {
	float: left;
	text-align: center;
	padding: 0.5em;
	background-color: #eee;
	margin-right: 0.5em;
}
p.video img {
	display: block;	
	margin-bottom: 0.5em;
}

/* Contact Us Page */

#content.standard .copy #contactform {
	margin-top: 10px;
}

#content.standard .copy #contactform label {
	float: left;
	width: 80px;
}

#content.standard .copy #contactform input, #content.standard .copy #contactform textarea {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#content.standard .copy #contactform p.checkbox {
	clear: left;
	vertical-align: middle;
}
#content.standard .copy #contactform p.checkbox label {
	width: auto;
	margin-left: 80px;
	float: none;
}
#content.standard .copy #contactform p.checkbox input {
	width: auto;
	margin: 0 5px 4px;
	vertical-align: middle;
}
#content.standard .copy #contactform p {
	margin: 5px 0;
}

#content.standard .copy #contactform div.errors {
	margin: 0 0 10px;
	color: #d00;
	font-weight: bold;
}

#content.standard .copy #contactform input.contactsubmit {
	width: 100px; margin-left: 80px;
}


/* Search */

#content.standard .copy .search-results {
	list-style-type: decimal;
	padding-left: 20px;
}

#content.standard .copy .search-results li {
	padding-bottom: 10px;
}

#content.standard .copy .align-left li a {
	text-align: left;
}

#content.standard .copy .gallery {
	list-style-type: none;
}

#content.standard .copy .gallery li {
	float: left;
	margin: 0 10px 10px 0;
}

#jquery-overlay,
#jquery-lightbox {
	z-index: 110 !important;
}

.arabic {
	direction: rtl;
	font-size: 1.6em;
}
#content.standard .copy #contactform.arabic label {
	float: right;
}

.product-contact-link {
	font-weight: bold;
	font-size: 14px;
	padding: 20px;
	line-height: 1.3em;
	text-align: center;
}

#distributor-button {
	position: absolute;
	left: 9px;
	top: 195px;
	width: 238px;
	height:54px;
	background:url(../img/button-agents.gif) no-repeat;
	/*background-color: #04345C;
	background: rgba(4,52,92,0.8);
	padding: 10px;*/
	border: 1px solid #365873;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;

}
#content.standard #distributor-button h2 {
	color: #fff;
	line-height: 1.2;
	padding-bottom: 5px;
	padding-top:10px;
	font-weight:bold;
	font-size:12px;
	text-transform:none;
}

#content.standard #distributor-button a {
	font-size: 12px;
	color: #ffb901;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#content.standard #distributor-button a:hover {
	color: #ffb901;
}

#arrow{ position:relative; top:1px; left:3px;}






#distributor-button-home {
	
	width: 291px;
	height:54px;
	background:url(../img/button-agents-home.gif) no-repeat;
	margin-top:15px;
	/*background-color: #04345C;
	background: rgba(4,52,92,0.8);
	padding: 10px;*/
	border: 1px solid #365873;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;

}
#content.homepage #distributor-button-home h2 {
	color: #fff;
	padding-bottom: 5px;
	padding-top:10px;
	font-weight:bold;
	font-size:12px;
	text-transform:none;
}

#content.homepage #distributor-button-home p{ margin:0;}


#content.homepage #distributor-button-home a {
	font-size: 12px;
	color: #ffb901;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
#content.homepage #distributor-button-home a:hover {
	color: #ffb901;
}