/*
Theme Name: Blank 3-Column_backup3
Theme URI: http://example.com
Description: A Blank Wordpress theme
Author: Your Name
Author URI: http://example.com
version: 1.0
*/

/* --------------------------------------------------------------------------------------- */

/* basics */

*{margin:0; padding:0;}

body {
	background-color: #f3f4ef;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin: 0px 0px 0px 0px;
	}
	
h1 {font-size: 18pt;}
h2 {font-family: RotisSemiSerifPro-Bold;font-size: 14pt; margin:0px 0px 0px 19px;color: #0095b1;}
h3 {font-family: arial, verdana, tahoma;
	font-size: 7pt;
	font-weight: bold;
	font-style: normal;
	color: #666666;
	margin: 220px 0px 0px 6px;
}

h4 {font-size: 9pt;}

h5 {font-family: RotisSemiSerifPro-Bold;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #0095b1;
	margin: 10px 0px 0px 0px;
}


/* --------------------------------------------------------------------------------------- */

/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}

/* --------------------------------------------------------------------------------------- */

/* links */

a{
	color:#0095b1;
	text-decoration:none;
	border: none;
	}

a:hover{color:#6A7CA0;text-decoration: underline; border: none;}

/* --------------------------------------------------------------------------------------- */

/* container */


#container {
	width: 789px;
	margin: 0 auto;
	padding: 0px;
	background-image: url('images/background3.gif');
	background-repeat:repeat;
	}
	

/* --------------------------------------------------------------------------------------- */

/* header */

#header {
	width: 776px;
	height: 227px;
	margin: 0px 0px 0px 2px;
	}

#header h1{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 120px 0 0 16px;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #404040;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;	
	}


/* --------------------------------------------------------------------------------------- */


/* left main menu */


/*
#mainMenu a
If you change the color here, it will change the color of your menu links.
*/


#mainMenu a {
	
	width:186px;
	height:22px;
	margin:20px 0px 3px 39px;
	position:relative;
	display:block;
	color:#666666;
	text-decoration:none;
	padding:0px 0 0 0px;
	float:left; clear:left; font:bold 9px Arial, Helvetica, sans-serif;
}

/*
#mainMenu a:hover
This is the color of the menu links when you hover the mouse over them. Change it to whatever you need.
*/

#mainMenu a:hover {
	color: #3f7fc9;
}


/* --------------------------------------------------------------------------------------- */

/* left Read More LINK */

#AD_image_link a {
	
	width:60px;
	height:22px;
	margin:250px 0px 3px 26px;
	position:relative;
	display:block;
	color:#153559;
	text-decoration:none;
	padding:0px 0 0 0px;
	float:left; clear:left; font:bold 9px Arial, Helvetica, sans-serif;
}

#AD_image_link a:hover {
	color: #3f7fc9;
}


/* --------------------------------------------------------------------------------------- */

/* right Read More LINKS */

#Quick_Links a {
	
	top:110px;
	width:60px;
	height:22px;
	margin:0px 0px 75px 83px;
	position:relative;
	display:block;
	color:#153559;
	text-decoration:none;
	padding:0px 0 0 0px;
	float:left; clear:left; font:bold 9px Arial, Helvetica, sans-serif;
}

#Quick_Links a:hover {
	color: #3f7fc9;
}


/* --------------------------------------------------------------------------------------- */

/* right Read More for the News */

#news_Links a {
	
	top:180px;
	width:60px;
	height:22px;
	margin:5px 0px 0px 2px;
	position:relative;
	display:block;
	color:#153559;
	text-decoration:none;
	padding:0px 0 0 0px;
	float:left; clear:left; font:bold 9px Arial, Helvetica, sans-serif;
}

#news_Links a:hover {
	color: #3f7fc9;
}

/* --------------------------------------------------------------------------------------- */



/* content */


#content {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 350px;
	overflow: hidden;
	
	}

.post {
	margin: 0px 9px 0px 28px;
	padding:0px;
	line-height: 15pt;
	font-weight: 330px;
	color: #fbb034; 
	text-align:justify;
	}
	
.post h2{
	font-family: RotisSemiSerifPro-Bold; 
	font-size: 16pt;
	font-weight: 350;
	color: #3f7fc9; 
	font-style: Bold;
	margin:4px 0px 0px 0px;
	text-align:left;
	}
	
.post h2 a{
	color: #0095b1;
	text-decoration: none;
	}

.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}

	
.post p{
	margin: 0px 0px 0px 10px;
	font-size: 8pt;
	font-weight: 350;
	color: #666666; 
	font-family: Arial;bold;
	margin:0px 0px 0px 0px;
	text-align:justify;
}


.post a{text-decoration:underline;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}


/* --------------------------------------------------------------------------------------- */

/* left sidebar */

#left {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 190px;
	height:800px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0;
	
	}

#left h2{
	font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0 6px 0 12px;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* --------------------------------------------------------------------------------------- */

/* right sidebar */

#right{
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 222px;
	height:800px;
	float:right;
	margin: 9px 16px 0px 0px;
	padding: 0;
	
	}

#right h2{
	font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding: 0 6px 0 12px;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* --------------------------------------------------------------------------------------- */


#AD-img-background {
	margin: 18px 0px 0px 20px;
	position:absolute;
	top:200px;
	width:156px;
	height:313px;
	background-image: url('images/AD_img_background.gif');
	background-repeat:no-repeat;
}

/* --------------------------------------------------------------------------------------- */

#left_Distribution {
	margin: 18px 0px 0px 20px;
	position:absolute;
	top:200px;
	width:156px;
	height:313px;
	background-image: url('images/Distribution.gif');
	background-repeat:no-repeat;
}

/* --------------------------------------------------------------------------------------- */

#left_services {
	margin: 18px 0px 0px 20px;
	position:absolute;
	top:200px;
	width:156px;
	height:313px;
	background-image: url('images/services.gif');
	background-repeat:no-repeat;
}

/* --------------------------------------------------------------------------------------- */

#left_MediaCoverage {
	margin: 18px 0px 0px 20px;
	position:absolute;
	top:200px;
	width:156px;
	height:313px;
	background-image: url('images/MediaCoverage.gif');
	background-repeat:no-repeat;
}

/* --------------------------------------------------------------------------------------- */

#left_Events {
	margin: 18px 0px 0px 20px;
	position:absolute;
	top:200px;
	width:156px;
	height:313px;
	background-image: url('images/Events.gif');
	background-repeat:no-repeat;
}

/* --------------------------------------------------------------------------------------- */

#left_press_release {
	margin: 18px 0px 0px 20px;
	position:absolute;
	top:200px;
	width:156px;
	height:313px;
	background-image: url('images/press_release.gif');
	background-repeat:no-repeat;
}

/* --------------------------------------------------------------------------------------- */

#left_IT {
	margin: 18px 0px 0px 20px;
	position:absolute;
	top:200px;
	width:156px;
	height:313px;
	background-image: url('images/IT.gif');
	background-repeat:no-repeat;
}

/* --------------------------------------------------------------------------------------- */

#left_wms {
	margin: 18px 0px 0px 20px;
	position:absolute;
	top:200px;
	width:156px;
	height:313px;
	background-image: url('images/wms.gif');
	background-repeat:no-repeat;
}

/* --------------------------------------------------------------------------------------- */

#left_blue_print {
	margin: 18px 0px 0px 20px;
	position:absolute;
	top:200px;
	width:156px;
	height:313px;
	background-image: url('images/blue_print.gif');
	background-repeat:no-repeat;
}

/* --------------------------------------------------------------------------------------- */

#left_Management {
	margin: 18px 0px 0px 20px;
	position:absolute;
	top:200px;
	width:156px;
	height:313px;
	background-image: url('images/Management.gif');
	background-repeat:no-repeat;
}

/* --------------------------------------------------------------------------------------- */

#left_Shareholders {
	margin: 18px 0px 0px 20px;
	position:absolute;
	top:200px;
	width:156px;
	height:313px;
	background-image: url('images/Shareholders.gif');
	background-repeat:no-repeat;
}

/* --------------------------------------------------------------------------------------- */

#left_our_values {
	margin: 18px 0px 0px 20px;
	position:absolute;
	top:200px;
	width:156px;
	height:313px;
	background-image: url('images/our_values.gif');
	background-repeat:no-repeat;
}

/* --------------------------------------------------------------------------------------- */

#left_people {
	margin: 18px 0px 0px 20px;
	position:absolute;
	top:200px;
	width:156px;
	height:313px;
	background-image: url('images/people.gif');
	background-repeat:no-repeat;
}

/* --------------------------------------------------------------------------------------- */

#left_people2 {
	margin: 18px 0px 0px 20px;
	position:absolute;
	top:200px;
	width:156px;
	height:313px;
	background-image: url('images/Bussines_ethics.gif');
	background-repeat:no-repeat;
}


/* --------------------------------------------------------------------------------------- */

#right-menu-img {
	margin: 120px 0px 0px 0px;
	position:absolute;
	width:222px;
	height:334px;
	background-image: url('images/right_menu_img.gif');
	background-repeat:no-repeat;

}

/* --------------------------------------------------------------------------------------- */

#Brochure_image {
	margin: 73px 0px 0px 0px;
	position:absolute;
	width:217px;
	height:35px;
	background-image: url('images/Brochure_image.jpg');
	background-repeat:no-repeat;

}


/* --------------------------------------------------------------------------------------- */

#right-news-img {
	margin: 490px 0px 0px 0px;
	position:absolute;
	width:216px;
	height:105px;
	background-image: url('images/right_news1.gif');
	background-repeat:no-repeat;

}


/* --------------------------------------------------------------------------------------- */

#left-menu-img {
	position:absolute;
	top:350px;
	width:200px;
	height:274px;
	background-image: url('images/left_menu_img.gif');
	background-repeat:no-repeat;
}


/* --------------------------------------------------------------------------------------- */


/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #EDEDED;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

/* --------------------------------------------------------------------------------------- */
/* search_background */

#search_background{
	margin: 0px 0px 0px 0px;
	width:219px;
	height:61px;
	position:absolute;
	background-image: url('images/search_background.jpg');
	background-repeat:no-repeat;
	}

/* --------------------------------------------------------------------------------------- */


/* search */

#searchform{
	margin: 27px 0px 0px 50px;
	position:absolute;
	font-family: verdana, arial, times;
	}

/* --------------------------------------------------------------------------------------- */


#searchform input#s{
	
width:120px;
	position:absolute;
	font-family: verdana, arial, times;
	font-size: 9pt;
	color: #666666;
	padding: 2px;
	margin: 7px 0px 0px 0px;
	border: 1px solid #666666;
	}

/* --------------------------------------------------------------------------------------- */

#searchform input#searchsubmit{
	position:absolute;
	width:25px;
	height:20px;
	font-family: verdana, arial, times;
	font-size: 7pt;
	color: #ffffff;
	margin: 7px 0px 0px 125px;
	border: 1px solid #666666;
	background-color: #666666;
	color: #ffffff;
	}


/* --------------------------------------------------------------------------------------- */

/* footer */

#bottom_menu {
	width: 788px;
	height: 125px;
	margin: 0px 0px 0px 0px;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/* --------------------------------------------------------------------------------------- */
