html {
	height: 100.1%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 10px 0 0 0;
	margin: 0;
	background: #1D4581;
	/*background: url(/images/external/body_bg.jpg) repeat-x;*/
}

h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #0C5D7A;
	font-size: 1.3em;
	margin: 0 0 10px;
	display: block;
	padding: 5px 5px 10px 0;
	border-top: 1px none #EBF1EF;
	border-right: 1px none #EBF1EF;
	border-bottom: 1px solid #063344;
	border-left: 1px none #EBF1EF;
}

h3 {
	color: #990000;
	font-size: 1.1em;
	border: none;
	}

p {
	margin: 0 0 10px 0;
}

.clearfloat {
	clear: both;
}

img {
	border: none;
}

img.logo {
	float: left;
}

div.container {
	width: 970px;
	margin: 20px auto 0;
	border: 1px solid #000;
	padding-bottom: 10px;
	background: #FFFFFF url(/images/external/world_map.png) no-repeat 130px 140px;
}

div.content {
	clear: both;
	height: auto;
}

div.top {
	height: 136px;
	margin:0px !important;
	padding:0px !important;
	background: url(/images/external/topp.jpg) no-repeat;
	border-bottom: 1px solid #000;	
	clear: both;
	position: relative;
}

div.lang {
	float: left;
	position: absolute;
	top: -20px;
	right: 10px;
	font-size: 0.9em;
	}
	
div.lang ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
div.lang ul li {
	float: left;
	margin: 0 5px;
	}
	
div.lang ul li a {
	color: #fff;
	}
div.left_column {
	width: 214px;
	float: left;
	margin-right: 10px;
}

div.left_column ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}

div.left_column ul li {
	border-bottom: 1px dotted #C9DAD5;
	padding: 7px 0;
}

div.left_column ul li a {
	color: #063344;
	text-decoration: none;
	font-weight: bold;
}

div.left_column ul li a:hover {
	color: red;
}

.important {
	color: red;
	font-size: 1.2em;
}

div.middle_column {
	width: 350px;
	float: left;
	padding: 10px 10px 10px 10px;
}

body#inner div.middle_column {
	width: 690px;
}

body#home div.middle_column p {
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 1.5em;
}

ul.categories {
	font-weight: normal;
	font-size: 1em;
}

ul.mid_nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.mid_nav li a {
	float: left;
	display: block;
	width: 154px;
	height: 37px;
	background: url(/images/external/cat_bg.png) repeat-x 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 0px;
	margin-top: 5px;
	margin-right: 5px;
}

ul.mid_nav li a:hover {
	background: url(/images/external/cat_bghov.png) repeat-x;
	}

ul.mid_nav li {
	float: left;
}

div.right_column {
	width: 350px;
	float: right;
}

div.book {
	width: 326px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: -46px;
	left: 0px;
	height: 390px;
	z-index: 1000;
}

span.price {
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	font-size: 2em;
	display: block;
	height: 30px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}

div.book a, a.buynow {
	display: block;
	width: 125px;
	height: 30px;
	background: #143058 url(/images/external/cat_bg.png) repeat-x 0px -13px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 0px;
	line-height: 26px;
	text-align: center;
	margin: 10px auto;
}

div.book a:hover, a.buynow:hover {
	background: url(/images/external/cat_bghov.png) repeat-x;
	}

div.form {
	clear: both;
	background: #EAF0FB;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 10px 10px 10px;
}

body#inner div.form {
	margin-top: 10px;
	width: 300px;
	background: #FFFFE8;
	}

div.footer {
	clear: both;
	width: 962px;
	margin-right: auto;
	margin-left: auto;
}

div.sub_form div.left {
	float: left;
}

div.sub_form div.left div {
	width: 150px;
}

div.form input {
	width: 120px;
	margin: 5px 5px 5px 0;
}

div.form label {
	display: block;
	clear: both;
}


div.order {
	width: 260px;
	float: left;
	border: 1px solid #CCCCCC;
	background: #E9EAF1;
	padding: 10px;
	margin: 10px 10px 10px 0;
	text-align: center;
	}
	
div.order span.text, div.order span.price { 
	font-weight: bold;
	font-size: 1.3em;
	}

div.order a{
	font-weight: bold;
	font-size: 1.2em;
	}
	



div.under {
	width: 400px;
	background: #FFFFFF;
	border: 1px solid #990000;
	padding: 20px;
	margin: 200px auto auto;
	text-align: center;
	}
	
	div.under p {
		font-size: 1.5em;
		}

div.login {
	margin: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #EAF0FB;
}

div.login label {
	display: block;
	clear: both;
	margin-top: 10px;
}

div.login div {
	margin-right: 5px;
}

div.login input {

}

div.login input.submit {

}

div.forgot {
	float: left;
	margin-left: 5px;
	margin-top: 5px;	
	}
	
div.forgot a {
	color: #666666;
	font-size: 0.9em;
	}


ul.dir {
	line-height: 1.3em;
	font-size: 1em !important;
	}
	
ul.dir li {
	margin-bottom: 5px;
	}

ul.dir li ul{
	margin-top: 10px;
	list-style: disc;
	font-style: italic;
	}
div.demo img {
	border: 1px solid #CCCCCC;
	}

div.demo ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}
	
div.demo ul li a{
	display: block;
	width: 140px;
	height: auto;
	background: #1D4581;
	color: #fff;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 3px;
	font-weight: bold;
	text-decoration: none;
	}	

.loginerror
{
	padding-top:10px;
	font-weight:bold;
	color:Red;
	font-size:0.9em;
}

.newfeature
{
	border:solid 2px red;
	padding:5px 10px;
	background-color:#FAFAFA;
	margin-bottom:7px;
}

.newfeature  .embsignup
{
	color:red;
	font-weight:bold;
}

.newfeature  .embsignup a 
{
	color:red;
	font-weight:bold;
	text-decoration:none;
}
.newfeature  .embsignup a:hover
{
	text-decoration:underline;
}

/* Login page */
#LoginCtrlPH{padding:10px}
#LoginCtrlPH fieldset{border:solid 1px #ccc;margin:0 0 10px 0;padding:10px;width:480px}
#LoginCtrlPH fieldset p{line-height:1.4em}
#LoginCtrlPH legend{color:#666;font-size:12px;padding:0 3px}  
#LoginCtrlPH legend img{vertical-align:middle}
#LoginCtrlPH .loginBtn,#LoginCtrlPH .forgotPasswordBtn,.impersonateBtn{background-color:#094260;border:solid 1px #094260;color:#fff;cursor:pointer;display:block;font-family:Arial,Serif;font-size:12px;font-weight:bold;padding:3px 5px;text-align:center;width:100px}
#LoginCtrlPH .loginControl,#LoginCtrlPH .securityMessage{width:550px}
#LoginCtrlPH .securityMessage legend{color:#000}
#LoginCtrlPH .securityMessage p a{color:#000}
#LoginCtrlPH .securityMessage p a:hover{text-decoration:none}

/* BEGIN: Clearing floats */
/* Apply the 'cf' class to any elements that should expand to contain floated descendant elements */
/* http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */
.cf:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.cf{display:inline-block}
.cf{display:block}
* html .cf{height:1px}
/* END: Clearing floats */