/*Main Elements*/

body {
	background-image: url(../images /mainBg.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial, Tahoma, sans-serif;
	font-size: 14px;
}

h1 {
	color: #1f92be;
	font-size: 24px;
}

p {
	color: #333;
	font-size: 14px;
	font-family: Arial, Tahoma, sans-serif;
}

a {
	color: #1f92be;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	font-family: Arial, Tahoma, sans-serif;
}

a img {
	border: 0;
}
.invisible {
	display: none;
}

.container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

li {
	display: inline-block;
}



/*Top*/

.header {
	background-image: url(../images/roundedCorners.png);
	background-repeat: repeat-x;
	width: 955px;
	height: 92px;
	margin:0 auto;
	margin-top:15px;
	padding-right:15px;
}

.logo {
	float: left;
	margin: 10px 20px;
}

.menu {
	float: right;
	margin-top: 27px;
}

.menu li a {
	background-image: url(../images/menuBg.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 101px;
	height: 36px;
	color:  #0f8ab9;
	font-size: 18px;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
}

.menu li a:hover {
	color: #cfe4ee;
}

.menu li a.active {
	height: 50px;
	background-image: url(../images/menuActive.png);
}

.menu li a.active:hover {
	background-image: url(../images/menuActive.png);
	color:  #0f8ab9;
}

/*We Translate*/

.weTranslate {
	width: 962px;
	height: 39px;
	background-image: url(../images/weTranslate.png);
	background-repeat: no-repeat;
	text-indent: 30px;
	line-height: 40px;
}

.weTranslate .strong {
	margin-right: 50px;
	font-weight: bold;
	color: #195777;
}

.weTranslate a {
	color: #333;
	text-decoration: none;
	margin-right: 20px;
}

.weTranslate a:hover {
	text-decoration: underline;
}

/*Left Menu*/

.sideColumn {
	float: left;
	width: 293px;
}

.sideColumnDefault {
	float: right;
	width: 293px;
}

/*Side Menu*/

.loginModule {
	margin: 5px 0 10px;
}

ul.sideMenu {
	/*height: 370px;*/
	width: 290px;
	background-image: url(../images/sideMenuBg.png);
	background-repeat: repeat-x;
	padding: 0;
	border: 1px solid #a5d2e7;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

ul.sideMenu li{
	text-indent: 40px;
	line-height: 30px;
	display: block;
	border-bottom: 1px solid #a5d2e7;	
	width: 290px;
	height: 32px;
	color: #fff;
}

ul.sideMenu li a{
	display: block;
	width: 290px;
	height: 32px;
	color: #FFF;
	text-decoration:none;
}

ul.sideMenu li a:hover{
	background-color: #70a9c3;
}

ul.sideMenu li#header {
	text-transform: uppercase;
	font-weight: bold;
	background-color: #134b66;	
	background-image: url(../images/sideMenuHeader.png);
	background-repeat: repeat-x;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}

/*Rounded Corners Mozilla/Webkit*/

li.topCorners{
	-moz-border-radius-topleft: 10px; 
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; 
	-webkit-border-top-right-radius: 10px;
}

li.bottomCorners, li.bottomCorners a:hover{
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px;
}


/*Main Column*/

.mainColumn {
	float: right;
	width: 642px;
	margin-top:14px;
	margin-right: 5px;
}

.mainColumnDefault {
	float: left;
	width: 642px;
	margin-top:14px;
	margin-left: 5px;
}

/*Banner Image*/

.image {
	position: relative;
	width: 100%; /* for IE 6 */
	border: 1px solid #CCC;
	padding: 3px;
	background-color: white;
}

h2 {
   position: absolute;
   margin-top: 2px;
   top: 11px;
   left: 3px;
   width: 100%;
   font-size: 26px;
}

h2 span {
   color: white;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px;
}

.image p {
	font-size: 12px;
	color: white;
	padding: 0;
	position: absolute;
	bottom: 1px;
	right: 4px;
	width: 100%;
	text-align: right;
}

.image a {
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;}

.image p span {
   color: white;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px;
}

/*Bullet Points*/

.bullet {
	display: block;
	border-bottom: 1px solid #AAA;
	width: 641px;
	background-image: url(../images/bulletBg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 60px;
	padding-right: 20px;
}

.bulletDefault {
	display: block;
	border-bottom: 1px solid #AAA;
	width: 641px;
	background-image: url(../images/bulletBg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 60px;
	padding-left: 0px;
}

.bulletPoint {
	padding: 5px 40px 20px 30px;
}

/*Horizontal Modules*/

.horizontalModules {
	margin-top: 20px;
}

.emailModule, .careersModule {
	margin-bottom: 20px;
}

.leftModule {
	float: left;
	width: 293px;
}

.centerModule {
	float: left;
	margin-left: 18px;
}

.rightModule {
	float: left;
	margin-left: 18px;
}

/*Footer*/

.clients {
	margin: 0 auto;
	margin: 40px 0 40px;
}

.clientsDefaultPage {
	margin: 0 auto;
	margin: -10px 0 40px;
}

.createdBy {
	margin-left: 100px;
}

ul.list li {
display: block;
color: #333;
list-style: circle;
}