@charset "utf-8";

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

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

.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;
}

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

hr {
	width: 938px;
	position: absolute;
	top:7.9em;
	left: center;
	float: none;
	color: #fff solid 2px;
}

*hr {
	display:none;
}

.tag_line {
	width: 520px;
	height: 3em;
	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;
	margin-right:-20px;
	float: right;
}

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

.nav {
	width: 305px;
	margin: 0px 10px 0px 0px;
	float: left;
}

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

.nav a {
	text-decoration:none;
	padding-left: 0px;
	color: #fff;
	display: block;
	padding: .2em;
	padding-left: .5em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px dotted #4a5575;
	border-bottom: 1px dotted red;
}

.nav a:hover {
	border: thin outset #4a5575;
	display: block;
	background-color:#4a5575;
	background-image:url(../images/h1_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #4a5575;
}

.front_text {
	width: 625px;
	margin-left: 0px;
	min-height: 23.2em;
	float:left;
}

.text_box {
	background-color: #fff;
	margin: 15px 8px 15px -2px;
	filter:alpha(opacity=95); /* for IE */
  	opacity:0.95;/* 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;
}

.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.first{
	margin-top: -.5em;	
}

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

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

.tri {
	width: 940px;
	margin: 10px 10px 0px 10px;
	float: left;
	filter:alpha(opacity=95); /* for IE */
  	opacity:0.95;/* 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;
}

.more span {
	float: right;
	font-style: italic;
	margin-top: 1.3em;
}

.more a {
	color: #1c202e;	
}

.more a:hover {
	color: red;	
}
	
.tri li {
	padding: .3em 10px .1em .5em;
	margin-left: -30px;
	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;
	list-style: inside;
}

.price {
	padding: .3em 15px .4em .5em;
	margin-left: -30px;
	filter:alpha(opacity=100); /* for IE */
  	opacity:1.0;/* CSS3 standard */
	color: red;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size:1.2em;
	float:right;
}

.col_1 {
	width: 302px;
	float: left;
	min-height: 200px;
	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: 12em;
}

.col_2 {
	width: 302px;
	float: left;
	min-height: 200px;
	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: 12em;
}

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

.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 */
	min-height: 5.3em;
}

.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: 1em;
	padding-left: 10px;
	margin-top: 10px;
}

.bottom_l_info p a {
	color: #fff;
}

.facebook {
	margin-left: 10px;
	margin-top: 10px;
}

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

.bottom_r_info p {
	color: #fff;
	font-size: .7em;
	text-align: right;
	line-height: 1em;
}

.bottom_r_info p a {
	color: #fff;
}

h1 {
	display: block;	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.3em;
	text-align: center;
	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;
}

h2 {
	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;
}

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

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

h1 span {
	filter:alpha(opacity=100); /* for IE */
  	opacity:1.0;/* CSS3 standard */
}

a {
	color: red;	
}