@charset "utf-8";


/* -------------------------------- */
/* RESET HTML TAGS					*/ 
/* -------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;	
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	
}


caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

a {
	color:#006699;
}

a:visited {
	color:#003366;
}

/* -------------------------------- */
/* PAGE ELEMENTS 					*/ 
/* -------------------------------- */
/* Top Section	  					*/

body {
	background:#28527B url(../images/ui/bg_body.png) top center repeat-x;
	font-family:Arial;
}

#shell { 
width:900px;
margin:10px auto;
position:relative;
}

#shell .flag {
	width:116px;
	height:389px;
	overflow:hidden;
	background:url(../images/ui/bg_flag.png);
	position:absolute;
	text-indent:-400px;
	top:0px;
	left:-99px;
	z-index:0;
}

#wrapper {
	width:890px;
	background:#FFF;
	margin:10px auto;
	border:5px solid #E1E7EC;
	position:relative;
	z-index:1;
}

	/* -------------------------------- */
	/* HEADER							*/
	
	#header {
		margin:10px;
		position:relative;
	}
	
	#header ul, #header ul li {
		margin:0px;
		padding:0px;
		list-style:none;
		float:left;
	}
	
	.phone {
		font-size:17px;
		letter-spacing:-1px;
		font-weight:bold;
		color:#999;
		position:absolute;
		right:13px;
		top:37px;
	}
	
	
	#header ul.microMenu {
		position:absolute;
		top:22px;
		right:10px;
		font-size:11px;
	}
	
	#header ul.microMenu li a{
		display:block;
		float:left;
		padding:0 4px;
		border-right:1px solid #54A7DA;
		line-height:10px;
		color:#54A7DA;
		text-decoration:none;
	}
	
	#header ul.microMenu li:last-child a {
		border-right:0px;
	}
	
	#header ul.siteMenu {
		background:#54A7DA url(../images/ui/bg_header_menu.png) top left no-repeat;
		display:block;
		width:100%;
		color:#FFFFFF;
		font-size:12px;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	#header ul.siteMenu li {
		display:block;
		float:left;
		line-height:28px;
		
	}
	
	#header ul.siteMenu a {
		color:#FFFFFF;
		text-decoration:none;
		padding:0 10px;
		border-right:1px solid #fff;
		line-height:28px;
		
	}
	
	#header ul.siteMenu em {
		font-weight:bold;
		line-height:28px;
		padding:6px 0;
		background:url(../images/ui/bg_header_menu_em.png) bottom center no-repeat;
	}
	
	#header ul.siteMenu li:last-child a,#header ul.siteMenu li.lastChild a{
		border-right:0px solid #fff;
	}
	
	
	
	/* -------------------------------- */
	/* CENTER							*/
	
	#center {
		margin:10px;
		min-height:250px;
		clear:both;
	}
	
	#center .lower {
		border-top:5px solid #54A7DA;
		padding:5px 0;
	}
	
	#center .col2 {
		width:48%;
		margin:7px;
		float:left;
		font-size:12px;
		line-height:150%;
		color:#666666;
	}
	
	#center .content .col2 {
		width:47%;
		margin-top:10px;
	}
	
	#center .col2b {
		width:43%;
		margin:7px;
		float:left;
		font-size:12px;
		line-height:150%;
		color:#666666;
	}
	
	#center .infobox {
	background-color:#FFFFCC;
	-moz-border-radius:10px;
	padding:10px;
	border:2px solid #FDDEB5;
	}
	
	#center .infobox h3 {
		color:#C67933!important;
	}
	
	#center .box1 {
	margin-left:30px;
	}
	
	#center .box1 ul {
		position:relative;
		left:20px!important;
	}

	
	#center h3 {
		font-size:17px;
		color:#005177;
		font-weight:bold;
		line-height:160%;
	}
	
	#center h4 {
		color:#006699;
		font-weight:bold;
		line-height:130%;
		
	}
	
	#center p {
		margin:5px 0 15px 0;
	}
	
	#center .upper {
		padding-top:0px;
	}
	
	#center .box {
		width:214px;
		height:197px;
		background: #efefef url(../images/ui/boxbg.png);
		color:#6b6b6b;
		margin:-15px 0px 0px 3px;
		float:left;
		position:relative;
		text-decoration:none;
		display:block;
	}
	
	#center .box h2 {
		text-decoration:none;
	}

#center .box.blue {
		background:#1A4C72 url(../images/ui/bg_box_blue.jpg) no-repeat;
		margin:0px;
	}

	#center .box.purple {
		background:#1A4C72 url(../images/ui/bg_box_purple.jpg) no-repeat;
		margin:0px;
	}
	
	#center .box.green {
		background:#1A4C72 url(../images/ui/bg_box_green.jpg) no-repeat;
		margin:0px;
	}
	
	#center .box.red {
		background:#1A4C72 url(../images/ui/bg_box_red.jpg) no-repeat;
		margin:0px;
	}
	
	#center .box h2 {
		font-family:"Arial Black", Arial, Helvetica;
		font-size:20px;
		letter-spacing:-1px;
		margin:5px 5px 10px 5px;
		text-align: center;
	}
	
	#center .box ul {
		list-style:square;
		font-size:11px;
		font-weight:bold;
		margin:0px 20px 5px 30px;
		line-height:140%;
	}
	
	#center .price{
		font-family:"Arial Black", Arial, Helvetica;
		font-size:34px;
		letter-spacing:-1px;
		position:absolute;
		bottom:5px;
		left:0px;
		
	}
	
	#center .price small {
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		position:relative;
		top:-16px;
	}
	
		#center .price em {
		float:left;
		display:block;
		margin:0px 5px 0px 20px;
		
	}
	
	#center .price span {
		display:block;
		float:left;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#center .contact span {
		display:block;
		float:left;
		font-size:18px;
		font-family:Arial, Helvetica, sans-serif;
		position:absolute;
		bottom:15px;
		left:13px;
	}
	
	#center .price strong {
		font-size:15px;
		font-family:Arial, Helvetica;
		font-weight:bold;
		display:block;
		position:relative;
		top:6px;
		margin-bottom:4px;
	}
	
	#center .right {
	display:block;
	width:95%;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
	}
	
	#center .menu {
		margin-left:20px;
	}
	
	#center .middle {
		margin-top:15px;
	}
	
	#center .middle .imageArea {
		width:200px;
		float:left;
	}
	
	#center .middle .pageMenu {
		width:173px;
		float:left;
	}
	
	#center .pageMenu ul {
		list-style:none;
		font-size:11px;
		color:#999999;
	}
	
	#center .pageMenu ul a {
		display:block;
		line-height:170%;
		text-decoration:none;
		color:#999;
		width:147px;
		background:url(../images/ui/bg_page_menu.png) right bottom ;
	}
	
	#center .menu .pageMenu ul a, #center .menu .pageMenu  {
		width:190px;
	}
	
	#center .pageMenu ul a em {
		font-weight:bold;
		color:#006699;
	}
	
	#center .middle .poi {
		width:470px;
		float:left;
	}
	
	#center .menu .poi {
		width:24px;
		margin-top:20px;
		padding:0px;
	}
	
	#center .poi .announce h3 {
		color:#006699;
		font-size:15px;
		padding:5px 0px 0px 10px;
		margin-bottom:-5px;
	}
	
	#center  .poi .announce p {
		padding:0 10px 0 10px;
		line-height:150%;
	}
	
	#center  .poi .announce {
		width:214px;
		height:92px;
		color:#999999;
		font-size:11px;
		background:url(../images/ui/bg_box_middle.png);
		float:left;
		margin:0px 0px 20px 20px;
		position:relative;
	}
	
	#center  .menu .poi .announce {
	margin:0px 0px 20px 0px;
	left:-10px;
	}
	
	#center .poi .announce .icon {
		position:absolute;
		right:-10px;
		bottom:-7px;
	}
	
	#center .content {
		width:600px;
		float:left;
		margin:10px;
	}
	
	#center .page {
		width:800px;
		float:left;
		margin:10px;
	}
	
	#center .content p, #center .content li  {
		font-size:12px;
		font-family:Arial;
		line-height:160%;
		color:#666666;
	}
	
	#center .content strong {
		font-weight:bold;
	}
	
	#center .content em {
		font-style:italic;
	}
	
	#center .content p.em {
		border-left:3px solid #CCC;
		padding-left:10px;
	}
	
	#center .content ul {
		margin-left:40px;
		list-style:square;
		color:#333333;
		margin-bottom:20px;
	}
	
	#center .content h2 {
		font-family:Arial;
		font-size:25px;
		letter-spacing:-2px;
		color:#005177;
		font-weight:bold;
	}
	
	#center .content h3 {
		font-family:Arial;
		font-size:15px;
		letter-spacing:-1px;
		color:#005177;
		font-weight:bold;
	}
	
	#center .menu {
		width:220px;
		float:left;
		margin:10px;
	}
	
	#center .dForm  label {
	display:block;
	margin:3px;
	font-size:12px;
	font-weight:bold;
	line-height:23px;
	color:#006699;
	}
	
	#center .dForm  label span {
		display:block; 
		float:left;
		width:100px;
	}
	
	#center .dForm {
		border-top:2px solid #CCC;
		padding-top:10px;
	}
	
	#center .dForm  label .tin,#center .dForm  label textarea {
		border:1px solid #999999;
		padding:2px;
		margin:2px;
		width:220px;
	}
	
	#center .dForm .data {
		width:60%;
		float:left;
	}
	
	#center .dForm .info {
	width:40%;
		float:left;
	}
	
	#center .dForm .info p{
		font-size:11px;
		color:#999999;
	}
	
	#center .status {
		margin:0 auto;
		width:600px;
	}
	
	
	#center .status th {
		font-weight:bold;
		margin-top:5px;
		padding-top:15px;
		padding-bottom:15px;
		font-size:13px;
	}
	
	#center .status td {
		vertical-align: text-top;
		font-size:13px;
		margin-top:5px;
		padding-top:15px;
		padding-bottom:15px;
		border-top:1px solid #CCC;
	}
	
	#center .status .good {
		color:#009900;
	}
	
	#center .status td strong.bad {
		color:#990000;
		display:block;
	}
	
	#center .status td p {
		margin-bottom:15px;
	}

	
	
	.dForm h4 {
		font-size:12px;
	}
	
	.dForm .submit {
		clear:both;
		
	}
	
	/* -------------------------------- */
	/* FOOTER							*/
	
	#footer, #subFooter {
		margin:10px;
		font-size:10px;
		position:relative;
		text-align:center;
	}
	
	#subFooter a, #footer a {
		color:#66CCCC;
	}
	
	#footer .box {
		background:#F3F3F3;
		padding:15px;
		margin-bottom:10px;
		height:38px;
	}
	
	#subFooter .copyMenu {
		list-style:none;
		margin:0px;
		padding:0px;
		display:block;
		text-align:center;
		margin-bottom:10px;
		
	}
	
	#subFooter .copyMenu li {
		display:inline;
	}
	
	#subFooter .copyMenu a {
		padding:0 5px;
		color:#FFF;
		border-right:1px solid #FFF;
		
	}
	
	#subFooter .copyMenu li:last-child a {
		border:0px;
	}
	
	#subFooter p {
		text-align:center;
		color:#FFFFFF;
	}
	
	#subFooter .logoBottom {
		position:absolute;
		right:10px;
		top:-11px;
	}
	
	dd {
position:relative;
top:-16px;
left:105px;
width:300px;
color:#666666;
margin-bottom:-10px;
}

dl {
	font-size:12px;
	padding-left:10px;
	color:#333333;
	margin-top:10px;
	border-left:3px solid #ccc;
	margin-bottom:20px;
	height:56px;
}


	
	
