/*********************************************************************************
	Vannoni CSS Framework 3.0 ***********************************************
*********************************************************************************/
@font-face {
    font-family: 'UniversLTStd57CnRegular';
    src: url('font/universltstd-cn-webfont.eot');
    src: url('font/universltstd-cn-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/universltstd-cn-webfont.woff') format('woff'),
         url('font/universltstd-cn-webfont.ttf') format('truetype'),
         url('font/universltstd-cn-webfont.svg#UniversLTStd57CnRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
	padding:0px;
	margin:0px;
}

body {
	background-color:#000000;

}

a{
	color:#990000;
	text-decoration:none;
}
a:hover{
	color:#ffffff;
	text-decoration:none;
}

ul{
	padding-left:30px;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	font-size:12px;
	color:#555555;
	font-weight:bold;
	border:solid 1px #cccccc;
	padding:5px;
}
input:hover {
	border:solid 1px #990000;
}
select {
	padding:0px 10px 0px 10px;
}

textarea {
      font-family:Arial, Helvetica, sans-serif;
      background-color:#ffffff;
      font-size:12px;
      color:#555555;
      font-weight:bold;
      border:solid 1px #cccccc;
      padding:5px;
}
textarea:hover {
	border:solid 1px #990000;
}
h1{
    height:50px;
    padding:7px 20px 0px 20px;
}

h2{
    width:940px;
    padding:20px 20px 0px 20px;
}

.web-font-face  {
      font-family: 'UniversLTStd57CnRegular';
}

.web-font-generic {
	font-family:Arial, Helvetica, sans-serif;
}

.site-effect{
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	   
	-webkit-box-shadow: 0px 7px 14px #666666;
	-moz-box-shadow: 0px 7px 14px #666666;
	box-shadow:0px 7px 14px #666666; 
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.site-around{
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.site-cursor{
	cursor:pointer;
}

.site-capitalize{
	text-transform:capitalize;
}

.site-uppercase{
	text-transform:uppercase;
}

.site-lowercase{
	text-transform:lowercase;
}

.site-float-left{
	float:left;
}

.site-float-right{
	float:right;
}

.site-float-none{
	clear:both;
}

.site-error {
	color:#FF0000;
	font-weight:bold;
}

.site-blink {
	text-decoration: blink;
}

.site-bottom-line {
	border-bottom:solid 1px #990000;
}

.web-btn {
	font-weight:normal;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
	padding:10px 40px 11px 40px;
	cursor:pointer;
}

.web-btn:hover {
	background-image:url(../images/btn_rollover.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.web-btn-active{
	background-image:url(../images/btn_rollover.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.web-subbtn {
	font-size:12px;
	color:#ffffff;
}
.web-subbtn:hover {
	color:#990000;
}
.web-subbtn-active{
	color:#990000;
}

.web-link {
	color:#727272;
	font-weight:bold;
	text-decoration:underline;
}

.web-link:hover {
	color:#f7941e;
}

.web-title-big {
	color:#ffffff;
	font-size:26px;
	font-weight:normal;
}

.web-title {
	color:#ffffff;
	font-size:20px;
	font-weight:normal;
}

.web-text-normal {
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	text-align:justify;
	color:#ffffff;
}

.web-text-small {
	font-size:10px;
	font-weight:normal;
	line-height:20px;
	text-align:justify;
	color:#ffffff;
}

.web-text-footer {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
}

.web-botton {
	background-color:#990000;
	padding:5px 20px 5px 20px;
}
.web-botton:hover {
	background-color:#870707;
}







