html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

@charset "UTF-8";
/* CSS Document */

body{
	background-image: url(../css-images/main-bg.jpg);
	margin:0px;
}

a{outline:none;}

#content-head-in{
	position:relative;
	margin:auto;
    background-image:url(../css-images/header-wrapper-bg.png);
	width:100%;
	height:120px;
}


#content-head{
    position:relative;
	margin:auto;
	padding-top:40px;
	width:900px;
	height:90px;

}


#logo{
	float:left;
    width:240px;
	height:55px;
}

#menu{
    float:left;
	width:650px;
	height:80px;
	margin-left:10px;
 
}

#container{
	position:relative;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#FFF;
	width:900px;
	height:900px;
	padding-bottom:30px;
	-webkit-box-shadow:0px 0px 8px rgba(48, 50, 50, 0.3);
    -moz-box-shadow:0px 0px 8px rgba(48, 50, 50, 0.3);
     box-shadow:0px 0px 8px rgba(48, 50, 50, 0.3);
	}

iframe{
	width:800px;
	height:350px;
	margin:auto;
    scrolling:none;
	margin-left:50px;
	margin-top:5px;
	
	}
	
	.iframe{
	width:850px;
	height:800px;
	margin:auto;
    scrolling:none;
	margin-left:40px;
	
	}


#footer{
	font-family: "Century Gothic", Verdana, Arial, Sans-Serif;
	margin:auto;
	margin-top:0px;
	margin-bottom:20px;
	width:900px;
	height:20px;
	text-align:center;
	font-size:12px;
	color:#999;
}

#title{
	color: #a30046;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px;
	text-align: center;
	font-size: 18px;
	padding: 0px;
	font-weight:bolder;	
}
#title2{
	color: #a30046;
	font-family: Arial, Helvetica, sans-serif;
	margin: 12px;
	text-align: center;
	font-size: 15px;
	padding: 0px;
	font-weight:bolder;	
}

#txt{
    font-family: "Century Gothic", Verdana, Arial, Sans-Serif;
	margin-left:43px;
	margin-right:43px;
    line-height:20px;
}

h1{
	  font-family: "Century Gothic", Verdana, Arial, Sans-Serif;
	text-align:center;
	font-size:14px;
	padding-bottom:30px;
	height:20px;

}
	
h2{
	font-family: "Century Gothic", Verdana, Arial, Sans-Serif;
	text-align:left;
	font-size:11px;
	padding-bottom:0px;
	height:20px;
	font-weight: bolder;
}



h3{
	font-family: "Century Gothic", Verdana, Arial, Sans-Serif;
	text-align:left;
	font-size:15px;
	padding-bottom:25px;
	height:20px;
	font-weight:;
	
}

#list{
	float:left;
	padding-top:60px;
	margin:auto;
	margin-left:100px;
	width:300px;
	
}
	
#box{
	width:240px;
	height:auto;
	margin-left:50px;
    float:left;
	margin-top: 20px;

}

#box-seg{
	width:180px;
	height:115px;
	margin-left:20px;
    float:left;
	margin-top:20px;
	background-color:#a30046;
	padding:10px;

}

#box-seg-right{
	width:180px;
	height:115px;
	margin-left:18px;
	float:left;
    margin-top: 20px;
	background-color:#a30046;
	padding:10px;
}

#box-right{
	width:240px;
	height:auto;
	margin-left:38px;
	float:left;
    margin-top: 20px;
}

#title-box{
    font-family: "Century Gothic", Verdana, Arial, Sans-Serif;
    color: #a30046;
	font-size:20px;
	line-height:20px;
	background-color:#FFF;

}

#title-box-c{
    font-family: "Century Gothic", Verdana, Arial, Sans-Serif;
	text-align:center;
    color: #a30046;
	font-size:20px;
	line-height:20px;
	background-color:#FFF;

}


#img{
	float:left;
    margin:15px;
	margin-bottom:30px;


}
#line2{
	width: 100%;
	height: 1px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #EEE;
	margin-top: 15px;
	float:left;

}
#line2{
	width: 100%;
	height: 4px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 15px;

}


#box-data{
	position:relative;	
	font-family: "Century Gothic", Verdana, Arial, Sans-Serif;
	color: #333;
	margin-top: 5px;
	font-size: 12px;
	background-color: #E4E3E4;
	height: 150px;
	padding: 5px;
    white-space: normal;
	line-height:1.3em;
	
}


#box-btn{
	z-index: 1000;
	font-size: 12px;
	font-weight: bold;
	background-color: #a30046;
	color: #FFF;
	height: 18px;
	width: 80px;
	margin-bottom: 0px;
	position: absolute;
	bottom: 8px;
	right: 8px;
	padding: 8px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
	
}

#box-btn2{
	z-index: 1000;
	font-size: 12px;
	font-weight: bold;
	background-color: #a30046;
	color: #FFF;
	height: 18px;
	width: 80px;
	margin-bottom: 0px;
	position: absolute;
	bottom: 338px;
	right: 407px;
	padding: 8px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.radio{
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
	}

.box-btn{
	font-family: "Century Gothic", Verdana, Arial, Sans-Serif;
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;

}
	
	
