*{
	margin:0px;
	padding:0px;
}
body {
	background:#FEFEFE url(img/bg.gif) repeat-x top center;
}
body, td, th {
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:11px;
	font-weight:normal;
}
a {
	color:#CB326C;
	font-size:12px;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#CB326C;
	font-size:12px;
	text-decoration:underline;
	outline:none;
}
img {
	border:0px;
}
#wrap {
	width:976px;
	margin:0px auto;
}
.top {
	height:56px;
	text-align:right;
}
.menu {
	height:48px;
	width:976px;	
	background:url(img/menu_back.jpg) repeat-x top left;
	margin:17px 0px 11px 0px;
}
.content {
	margin:20px 0px 10px 0px;	
}

.box1 {
	border:1px solid #CCCCCC;
	width:384px;
	position:relative;
	padding:0px 10px 10px 10px;
	float:left;
	margin-right:20px;
}
.box2 {
	border:1px solid #CCCCCC;
	width:338px;
	position:relative;
	padding:0px 10px 10px 10px;
	float:left;
	margin-right:20px;
}
.box3 {
	border:1px solid #CCCCCC;
	width:954px;
	position:relative;
	padding:0px 10px 10px 10px;
}

	.box2 .bg {
		background:url(img/routes_back.jpg) no-repeat bottom left;
		width:338px;
		height:108px;
		display:block;
	}
	.box1 .tl,
	.box2 .tl,
	.box3 .tl{
		width:5px;
		height:5px;
		background:url(img/tl.gif) no-repeat top left;
		position:absolute;
		top:-1px;
		left:-1px;
	}
	.box1 .tr,
	.box2 .tr,
	.box3 .tr{
		width:5px;
		height:5px;
		background:url(img/tr.gif) no-repeat top left;
		position:absolute;
		top:-1px;
		right:-1px;
	}
	.box1 .bl,
	.box2 .bl,
	.box3 .bl{
		width:5px;
		height:5px;
		background:url(img/bl.gif) no-repeat top left;
		position:absolute;
		bottom:-1px;
		_bottom:-10px;
		left:-1px;
	}
	.box1 .br,
	.box2 .br,
	.box3 .br{
		width:5px;
		height:5px;
		background:url(img/br.gif) no-repeat top left;
		position:absolute;
		bottom:-1px;
		_bottom:-10px;
		right:-1px;
	}
	.box3 .br{
		_bottom:-11px;
	}
	.box3 .bl{
		_bottom:-11px;
	}


.fleft {
	float:left;
}
.fright {
	float:right;
}



/*FOOTER*/
.footer {
	color:#898989;
	padding-bottom:30px;
	font-size:11px;
	padding:9px 0px 15px 14px;
	border-top:1px solid #ECECEC;
	text-align:center;
}
	.footer p {
		color:#B7B7B7;
		margin-top:10px;
	}
	.footer a,
	.footer a:hover {
		color:#898989;
		text-decoration:none;
		font-size:11px;
	}
	.footer a:hover {
		text-decoration:underline;
	}


/************************/

/*Form style*/
.button {
	background: url(img/send.gif) repeat-x scroll left top;
	border:0px none;
	color:#FFFFFF;
	width:51px;
	height:24px;
	cursor:hand;
}
.txtform {
	border:solid 1px #A8A696;
	height:15px;
	width:250px;
	font-family:Tahoma;
	font-size:12px;
	padding:2px 3px;
	margin-bottom:8px;
}
.textform {
	border:solid 1px #A8A696;
	width:250px;
	height:120px;
	font-family:Tahoma;
	font-size:12px;
	padding:2px 3px;
	margin-bottom:8px;
}
.button {
	border:solid 1px #A8A696;
	padding:0px 10px 3px 10px;
	background:#FFFFFF;
	color:#262626;
}


/* Clear Float Fix Problem */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
