/*GENERAL*/
body
{
	background:#fff;
	font-family:Arial,sans-serif;
	text-align: center;
	margin: 0;
	width:100%;
}
img {
	border: 0;
}
.clear {
	clear: both;
}

#logo {
	width:250px;
	height:100px;
	margin: 30px auto;
	overflow: visible;
	margin:68px auto 20px auto;	
}
#logoimage {
	width: 250px;
	height: 110px;
}
form {
	margin: 0;
	padding: 0;
}

#container {
	margin: 30px auto 0;
	width:810px;
	text-align:center;
}

#customize, #olay1, #olay3
{
	display:none;
}

p#caption { display: none; }

a:focus 
{ 
	outline-style: none; 
}

/*SPRITES*/
div.dropmenu div.active, div.dropmenu div#browse_elem, div.dropmenu div.fixed, div.dropmenu div.browse,
#srch_q, #srch_btn, #tframe,#bframe, #ltframe, #rtframe, #lbframe, #rbframe, #flags a b
{
	background: transparent url(/i/v2/v2_sprite1.png) no-repeat 0 0;
}

#lframe,#rframe
{
	background: transparent url(/i/v2/v2_sprite2.png) repeat-y 0 0;
}

/*TABS*/
#tabs {
	font-size: 14px;
	height: 23px;
}
#tabs span {
	color: #4a4a4a;
	padding: 0 12px;
}
#tabs span:hover {
	cursor: pointer;
	color: #000;
}
#tabs span.active {
	font-weight: bold;
	color: #51b848;
}

/*DROPMENU*/
div.dropmenu {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: none;
	width: 125px;
	overflow: visible;
	background-color:transparent;
	margin-right: 4px;
	z-index: 100;
	border:3px solid transparent;
	border-top:none;	
}
div.dropmenu#drop_web {
	background-position: 0 0;
	display: block;
}
div.dropmenu div {
	position: relative;
	width: 125px;
	height: 37px;
	line-height: 37px;
	border: 0px solid #DDD;
	display: none;
	margin: 0;
	padding: 0;
	top: 0;
	background-color:#fafafa;
}
div.dropmenu div.active
{
	border:none;
}
div.dropmenu div, div.dropmenu div.active.browse
{
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
div.dropmenu div.browse
{
	width:121px;
	margin-left:2px;
	background-color:#fafafa;
	background-position:0 -250px;
	
}

div.dropmenu div.browse:hover
{
	background-position:0px -160px;
}

div.dropmenu img {
	display: none;
}
div.dropmenu div.active {
	display: block;	
}

div.dropmenu div.active:hover {
	background-position: 0 -39px;
	display: block;	
}
div.dropmenu div.active.browse:hover
{
	background-position:0px -160px;
}
div.dropmenu div.active:last-child
{
	border-bottom: none;
}
div.dropmenu div.browse {
	display: block;
}
div.dropmenu div#browse_elem {
	background-position: 0 0;
	border:none;
	border-bottom:0;
	width:125px;
	margin:0;
}
div.dropmenu div.browse.last
{
	border-bottom: 1px solid #DDD;
}
div.dropmenu div.fixed {
	background-position: 0 -78px;
	display: block;
}
div.dropmenu div.fixed:hover {
	background-position: 0 -78px;
}

/*SEARCH*/
#search {
	margin: 0 auto;
	height: 40px;
	width: 670px;
}
#srch_q {
	width:381px;
	background-position: -141px 0;
	border:none;
	font-size:14px;
	color:#666;
	float: left;
	margin-right: 5px;
	font-size:17px;
	padding:10px 10px 8px;
}
#srch_q:focus
{
	color:#000;
}
#srch_btn {
	display: inline;
	background-color: transparent;
	background-position: -141px -39px;
	width: 127px;
	height: 39px;
	border: 0;
	padding: 0;
	color: #FFF;
	font-size: 14px;
	float: left;
}
#srch_btn:hover {
	background-position: -271px -39px;
}
/*LINKS*/
#links {
	width: 100%;
	margin: 20px 0;
}
#links a {
	background: #fafafa repeat-x 0 -10px;
	padding: 10px 15px;
	font-size: 12px;
	margin: 0 4px;
	line-height: 32px;
	text-decoration: none;
}
#links a:hover { background: url(/i/v2/link_hover.png); }

/*FOOTER*/
#footer
{
	position: fixed;
	right: 30px;
	bottom: 8px;
	width: 100%;
	color: #ccc;
	z-index:250;
	text-align: right;
	font-size:13px;	
}
#footer a, #footer b
{
	color:#999;
	padding:0 10px;
	font-weight:normal;
}
#footer a:hover
{
	color:#000;
}
#footer p
{
	margin:0;
}
#footer p#left
{
	float: left;
	color:#BBB;
	height: 19px;
	margin-top: 1px;
	text-align: left;
	margin-left: 69px;
}
#footer p#right
{
	float:right;
	height: 20px;
	text-align: right;
}


/*FLAGS*/

/*
#flags
{
	position:fixed;
	right: 45px;
	top: 45px;
	z-index:12000;
	text-align:left;
	display:none;
	width: 100px;
}

#flags a 
{
	font-size:12px;
	color:#000;
	text-decoration:none;
	padding:0;
	display:none;
	opacity:0.5;
	clear:both;	
}

#flags a span
{
	display:inline;
	float:left;
	display:block;
	margin-left:5px;
}

#flags a.active
{
	display:block;
	opacity:1;
}

#flags.menu
{
	border:1px solid #ddd;
	background:#fff;
	padding: 5px;
	right: 39px;
	top: 39px;
} 

#flags.menu a span
{
	display:inline;
}

#flags.menu a:hover
{
	opacity:1;
}

#flags a b
{
	border:1px solid #fff;
	float:left;
	width:16px;
	height:11px;
	background-position: -584px 0;
	display:none;
}

#flags a b#fli_gb { background-position: -584px -11px; }
#flags a b#fli_fr {	background-position: -584px -22px; }
#flags a b#fli_de {	background-position: -584px -33px; }
#flags a b#fli_es {	background-position: -584px -44px; }
#flags a b#fli_it {	background-position: -584px -55px; }
#flags a b#fli_nl {	background-position: -584px -66px; }
#flags a b#fli_pt {	background-position: -584px -77px; }

*/

/* UI BOX */
#wrapper
{
	height:100%;
	width:100%;
	display:table;
	position:static;		
}
#tstrip, #bstrip, #lstrip, #rstrip
{
	position:fixed;
	background-color:#ededed;	
	z-index:150;	
}
#tstrip, #bstrip
{
	height:25px;
	width:100%;
	left:0;
}
#tstrip {
	top:0;
}
#bstrip {
	bottom:0;
}
#lstrip, #rstrip
{
	width:25px;
	height:100%;
	top:0;
}
#lstrip {
	left:0;
}
#rstrip {
	right:0;
}
#tframe, #bframe, #lframe, #rframe
{
	position:fixed;
	z-index:120;
}	
#tframe,#bframe
{
	height:9px;
	width:100%;
	left:0;
	background-position: 0px -130px;
	background-repeat:repeat-x;	
}
#tframe {
	top:25px;
}	
#bframe {
	bottom:25px;
	background-position: 0px -142px;
}
#lframe,#rframe
{
	top:0;
	width:9px;
	height:100%;
	background-position: -10px 0px;
}
#lframe {
	left:25px;
}
#rframe {
	right:25px;
	background-position: 0px 0px;
}
#ltframe, #rtframe, #lbframe, #rbframe
{
	position:fixed;
	height:22px;
	width:22px;
	z-index:160;
}
#ltframe,#rtframe
{
	top:25px;
	background-position: -143px -81px;
}
#ltframe {
	left:25px;
}
#rtframe {
	right:25px;
	background-position: -165px -81px;
}
#lbframe,#rbframe
{
	bottom:25px;
	background-position: -143px -103px;
}
#lbframe {
	left:25px;
}
#rbframe {
	right:25px;
	background-position: -165px -103px;
}	

/*Extra Content*/

#extra
{
	position:fixed;
	width:700px;
	text-align:center;
	margin:20px 55px 0;
	padding-bottom:30px;
}

#links
{
	text-align:center;
}

/* Suggestions */

#sugg
{
	position:absolute;
	display:none;
	clear:both;
	border:1px solid #ccc;
	background-color:#fafafa;
	width:395px;
	margin-left:137px;
	padding-top:6px;
	top:-4px;
	z-index:105;
}

#sugg a
{
	clear:both;
	display:block;
	text-align:left;
	padding: 0 8px;
}

#sugg a.even
{
	background-color:#f2f2f2;
}

#sugg a:hover
{
	cursor:pointer;
}

#sugg div.close a
{
	text-align:right;
	font-size:10px;
	color:#999;	
}

#sugg div.close a:hover
{
	color:#000;
}

#sugg a.sel
{
	background-color:#3a7dbf;
	color:white;
}

#extra
{
	position:absolute;
}