﻿@charset "utf-8";
/* CSS Document */
img, div, ul, li { behavior: url(library/js/iepngfix.htc) }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body							{background:#111;font-family:Arial, Helvetica, sans-serif;font-size:12px;line-height:15px}
	#wrapper					{margin:auto;width:1000px}
		
h1{font-size: 28px;font-weight: normal;line-height: 28px}
h3{font-size: 16px;font-weight: normal;line-height: 18px}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline}



/* Country Selector: */
#content					{-webkit-box-shadow: 0px 1px 8px rgba(0,0,0, 0.4);-moz-box-shadow: 0px 1px 8px rgba(0,0,0, 0.4);box-shadow: 0px 1px 8px rgba(0,0,0, 0.4)}
.country_selector1			{background: url('../img/bg.png') no-repeat left top;color:#fff;height:395px;position:absolute;width:350px;z-index:999px}
.country_selector1 .c_list	{padding:45px 0 0 50px;}
.country_selector1 ul		{padding:18px 0 0}
.country_selector1 li		{padding:0 0 4px}
.country_selector1 li a		{color:#fff}
.country_selector1 h3		{text-shadow: 0px 0px 2px rgba(0,0,0, 0.5)}

