@charset "utf-8";

body {
	margin: 0 0;
	padding: 0 0;
	font-family:san-serif;
	font-size:16px;
	background-color:#1c202e;
	color:#fff;
}

.wrapper {
	position:relative;
	margin: 10px auto 0 auto;
	width: 960px;
}

strong {
	font-weight: normal;	
}

.page {
	width: 960px;
	float: left;
	background-image:url(../images/world_bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-color: #1c202e;
	margin-top: 4px;
	border-top: solid thin #4a5575;
	border-left: solid thin #4a5575;
	padding:5px 0px 50px 5px;
}

p {
	color: #1c202e;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float: left;
}

.header {
	width: 940px;
	margin: 0px 10px 0px 10px;
	float: left;
}

hr {
	color: #4a5575 solid 2px;
	float:left;
	margin-left:none;
	width: 100%;
	margin-bottom: 20px;
}

.tag_line {
	width: 520px;
	min-height: 80px;
	text-align:left;
	font-size: 2em;
	float: left;
	position:relative;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #fff;
	margin: 20px 0px 0px 5px;
	padding: 0px 0px 6px 0px;
	line-height: 44px;
	letter-spacing: -1.7px;
}

.small_tag {
	font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

.small_tag span {
	color: red;
}

.logo {
	width: 320px;
	height: 140px;
	background-position:top right;
	margin-right: -20px;
	background-repeat:no-repeat;
	float: right;
}

.main {
	width: 940px;
	float: left;
	margin: 0px 10px 0px 12px;
}

.nav {
	width: 940;
	margin: -27px -15px 0px -20px;
	float: left;
	font-size: 1em;
}

.nav li {
	list-style:none;
	display:inline;
	text-align:left;
	background-color:transparent;
	margin-left: -40px;
	margin-bottom: 8px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	float: left;
	padding: 5px 20px 5px 20px;
}

.nav a {
	float:left;
	text-decoration:none;
	padding-left: 0px;
	color: #fff;
	display: block;
	padding: 5px 20px 5px 20px;
	border: 1px dotted #4a5575;
	border-left: 1px dotted #fff;
	border-top: solid 1px #fff;
	background-image:url(../images/h1_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	filter:alpha(opacity=80); /* for IE */
  	opacity:0.8;/* CSS3 standard */
}

.last a {
	padding-right: 8px;
	border-right: solid 1px #4a5575;
	color: #4a5575;
}

.first a {
	border-left: solid 1px #4a5575;
}

.nav a:hover {
	border: thin outset #4a5575;
	display: block;
	background-image:url(../images/h1_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	border: 1px solid #4a5575;
	border-top: solid 1px red;
	border-bottom: solid 1px red;
	border-left: 1px dotted #fff;
	font-weight:100;
	filter:alpha(opacity=100); /* for IE */
  	opacity:1.0;/* CSS3 standard */
	color: white;
}

.text_box {
	background-color: #fff;
	margin: 5px 10px 15px -3px;
	min-height: 235px;
	filter:alpha(opacity=97); /* for IE */
  	opacity:0.97;/* CSS3 standard */
	padding: .5em .8em .8em 1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #4a5575;
	border-bottom: 1px solid red;
	border-right: 1px solid red;
	float:left;
}

.c_image {
	float: left;
	margin-right: 5px;
}

p #main_text{
	float:left;
	border: solid red 1px;
}

.text_box p {
	filter:alpha(opacity=100); /* for IE */
  	opacity:1.0;/* CSS3 standard */
	color: #1c202e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -.5px;
	font-size: .93em;
	margin-top: .1em;
}

.text_box p + p {
	margin-top: -.5em;
}

.text_box li{
	margin-top: .2em;
	list-style: url(../../../../images/dot_globe.gif) outside;
	color: #1c202e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -.5px;
	font-size: .93em;
	float: left;
	padding-bottom: 1em;
}

.text_box ul{
	margin-top: -.8em;	
	margin-left: .8em;
}

.tri {
	width: 940px;
	margin: 10px 10px 0px 10px;
	float: left;
  	opacity:0.97;/* CSS3 standard */
}

.tri p {
	padding: .3em 10px .1em .5em;
	filter:alpha(opacity=100); /* for IE */
  	opacity:1.0;/* CSS3 standard */
	color: #1c202e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size:.9em;
}

.tri_image{
	float: left;
	margin: 1.4em .3em .1em 10px;
}
		
.tri li {
	padding: .3em 10px .1em .5em;
	margin-left: -30px;
  	opacity:1.0;/* CSS3 standard */
	color: #1c202e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size:.9em;
	list-style: inside;
}

.first_price {
	padding: .3em 15px .4em .5em;
  	opacity:1.0;/* CSS3 standard */
	color: red;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size:1.2em;
	float:right;
	position: relative;
	right: 3px;
}

.second_price {
	padding: .3em 15px .4em .5em;
  	opacity:1.0;/* CSS3 standard */
	color: red;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size:1.2em;
	float:right;
	right: 3px;
}

.third_price {
	padding: .3em 15px .4em .5em;
  	opacity:1.0;/* CSS3 standard */
	color: red;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size:1.2em;
	float:right;
	right: 3px;
}

.col_1 {
	width: 302px;
	float: left;
	background-color: #fff;	
	margin: 0px 10px 0px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #4a5575;
	border-bottom: 1px solid red;
	min-height: 320px;
}

.col_2 {
	width: 302px;
	float: left;
	background-color: #fff;	
	margin: 0px 10px 0px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #4a5575;
	border-bottom: 1px solid red;
	min-height: 320px;
}

.col_3 {
	width: 302px;
	float: left;
	background-color: #fff;	
	margin: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #4a5575;
	border-bottom: 1px solid red;
	min-height: 320px;
}

.footer {
	width: 930px;
	margin: 30px 25px 0px 10px;
	float: left;
	border: outset black 1px;
	background-color:#4a5575;
	filter:alpha(opacity=90); /* for IE */
  	opacity:.90;/* CSS3 standard */
}

.bottom_l_info {
	width: 450px;
	min-height: 85px;
	float: left;
	margin: 0px 5px 0px 0px;

}

.bottom_l_info p {
	color: #fff;
	font-size: .7em;
	text-align: left;
	line-height: 1.3em;
	padding-left: 10px;
	margin-top: 10px;
}

.bottom_l_info p a {
	color: #fff;
}

.bottom_r_info {
	width: 450px;
	min-height: 85px;
	float:left;
	text-align: right;
	margin: 0px 10px 10px 5px;
	line-height:1em;
	display:block;
}

.bottom_r_info p {
	display:block;
	color: #fff;
	font-size: .7em;
	text-align: right;
	float: right;
	margin-bottom: -2px;
}

.bottom_r_info p a {
	color: #fff;
}

.bottom_r_info p a:hover {
	color: red;	
}

h1 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 1.9em;
	text-align: left;
	letter-spacing: -1px;
	color:#4a5575;
	margin-top: 0em;
	border-bottom: 1px solid #4a5575;
}

h1 span {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 1.2em;
	letter-spacing: -.5px;
}

h1 .large{
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 1.2em;
	letter-spacing: -4px;
}

h2 {
	display: block;	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.3em;
	text-align: center;
  	opacity:1.0;/* CSS3 standard */
	background-color: #4a5575;
	background-image: url(../images/h1_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin: 10px 10px 0px 10px;
	padding:.1em;
	letter-spacing: -1px;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-align: left;
	letter-spacing: -1px;
	color:#4a5575;
}

h3 span {
	font-size: 1.7em;
	vertical-align:-.2em;
}

a {
	color: red;	
}

a:hover {
	color:#4a5575;	
}