*{outline:none;margin:0;padding:0;text-decoration:none;border:0 none;}
body,html
{
	background:#F5F5F5 url(../images/html.gif) repeat-x 0 0;
	text-align:center;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	color:#666666;
}
#wrapper
{
	width:960px;
	margin:0 auto;
	text-align:left;
}
/*
*	HEADER
***************************************************************************/
#header
{
	height:57px;
	display:block;
}
#header .logo
{
	/*margin-right:112px;*/
	margin-right:85px;
	float:left;
}
#header .logo a
{
	background:transparent url(../images/logo.png) no-repeat 0 0;
	width:390px;
	height:57px;
	display:block;
}
#header .navbar
{
	float:left;
	margin-top:13px;
}
#header .navbar ul,
#header .navbar ul li
{
	list-style: none;
}
#header .navbar  li
{
	float:left;
}
#header .navbar  li a
{
	color:#125589;
	text-decoration:underline;
	/*text-shadow:0px 1px 1px #FFFFFF;*/
	-moz-text-shadow:0px 1px 1px #FFFFFF;
	-webkit-text-shadow:0px 1px 1px #FFFFFF;
	font-size: 11px;
}
#header .navbar  li a
{
	margin-left:12px;
}
#header .navbar  li.last a
{
	margin-left:0;
}
/*
*	NAVBAR
***************************************************************************/
#navbar
{
	margin-top:36px;
	margin-bottom:27px;
}
#navbar ul
{
	border-radius:4px;
	box-shadow:0 1px 2px #888;
	height:33px;
	list-style:none;
}
#navbar ul li
{
	list-style:none;
	float:left;
}
#navbar ul li a
{
	display:block;
	padding-top:11px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	border:1px solid #FFFFFF;
	border-top:0 none;
	border-bottom:0 none;
	text-transform:uppercase;
	color:#666666;
	font-size:10px;
	transition: color .15s ease-in 0;
	-moz-transition: color .15s ease-in 0;
	-webkit-transition: color .15s ease-in 0;
}

#navbar ul li a+li a,
#navbar ul li a.medium
{
	margin-left:1px;
}
#navbar ul li:first-child a,
#navbar ul li a.first
{
	border-bottom-left-radius:4px;
	border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-top-left-radius:4px;
	border-left:0 none;
}
#navbar ul li:last-child a,
#navbar ul li a.last
{
	border-bottom-right-radius:4px;
	border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-top-right-radius:4px;
	border-right:0 none;
	/**
	*	FIX LAST ITEM
	*/
	
	padding-right:23px;
}
#navbar ul li a.active
{
	background: #76aab0;
	background: -moz-linear-gradient(top, #76aab0 0%, #c0d7da 10%, #e5eeef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76aab0), color-stop(10%,#c0d7da), color-stop(100%,#e5eeef));
	background: -webkit-linear-gradient(top, #76aab0 0%,#c0d7da 10%,#e5eeef 100%);
	background: -o-linear-gradient(top, #76aab0 0%,#c0d7da 10%,#e5eeef 100%);
	background: -ms-linear-gradient(top, #76aab0 0%,#c0d7da 10%,#e5eeef 100%);
	background: linear-gradient(top, #76aab0 0%,#c0d7da 10%,#e5eeef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76aab0', endColorstr='#e5eeef',GradientType=0 );
	color:#42767C;
	/**
	*	FIX BORDER
	*/
	border:0 none;
	margin-right:1px;
}
#navbar ul li a:hover
{
	color:#4183C4;
}
/*
*	CONTAINER
***************************************************************************/
#container
{
	width:960px;
}
#container .sidebar
{
	width:300px;
	float:left;
	color:#666666;
	font-size:11px;
}
#container .content
{	
	width:630px;
	float:left;
}
#container .content.full
{	
	width:960px;
	float:none;
	display:block;
}
#container .content.separate,
#container .sidebar.separate
{
	margin-right:30px;
}
/*
*	FOOTER
***************************************************************************/
#footer
{
	padding:0;
	margin:0;
	background:transparent url(../images/footer.jpg) repeat-x 0 0;
	margin-top:34px;
	padding-bottom:137px;
	display:block;
	width:100%;
	text-align:center;
}
#footer .content
{
	text-align:left;
	width:962px;
	margin:0 auto;
}
#footer .content .logo
{
	width:240px;
	display:block;
	float:left;
	color:#666666;
	font-family:'Myriad Pro';
	font-size:12px;
}
#footer .content .logo .logo
{
	width:240px;
	height:40px;
	padding:0;
	margin:0;
	display:block;
	background:transparent url(../images/footer-logo.png) no-repeat 0 0;
	margin-bottom:14px;
}
#footer .content .logo .address,
#footer .content .logo .address a
{
	text-align:center;
	color:#666666;
	font-family:'Myriad Pro';
	font-size:12px;
}
#footer .content .logo .address a
{
	text-decoration:underline;
}
#footer .content .world
{
	width:123px;/* - 40 - 197 */
	height:133px;
	display:block;
	float:left;
	padding-top:25px;
	padding-left:197px;
	padding-right:40px;
	background:transparent url(../images/world.png) no-repeat 48px 27px;
}
#footer .content .world p
{
	padding:0;
	margin:0;
	color:#878787;
	font-size:13px;
}
#footer .content .list
{
	float:left;
	width:180px;
	display:block;
	border-left:1px dotted #666666;
}
#footer .content .list ul
{
	margin-top:22px;
	margin-left:10px;
}
#footer .content .list ul,
#footer .content .list ul li
{
	list-style:none;
	line-height:23px;
}
#footer .content .list ul li a
{
	font-family:'Lucida Grande';
	font-size:11px;
	color:#666666;
	text-decoration:underline;
}
/*
*	OTHERS
***************************************************************************/
.float			{float:left;}
.float.left		{float:left;}
.float.right	{float:right;}
.clear			{clear:both;}
.break{margin-top:40px;}
/*
*	ICONS
***************************************************************************/
.icon			{padding-left:20px;background-position:left center;background-repeat:no-repeat;background-color:transparent;}

.icon.left		{background-position:left center;}
.icon.right		{background-position:right center;}
.icon.top		{background-position:left top;}
.icon.right.top	{background-position:right top;}

.icon.text		{background-image:url(../images/icons/text.png);}
.icon.phone		{background-image:url(../images/icons/phone.png);}
.icon.contact	{background-image:url(../images/icons/contact.png);}
.icon.screen	{background-image:url(../images/icons/screen.png);}
.icon.star		{background-image:url(../images/icons/star.png);}
.icon.time		{background-image:url(../images/icons/time.png);}
.icon.news		{background-image:url(../images/icons/news.png);}
