body {
    background-color: #000000;
	color : #FFFFFF;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 12px;
}
a {
    color : #933402;
    text-decoration : none;
}

a:hover {
    text-decoration : none;
/*    color : #5f1602;*/
    color : #FFFFFF;
}

.toplink {
    font-weight: bold;
    text-decoration : none;
    color : #933402;
}

.toplink:hover{
    text-decoration : none;
    color : #FFFFFF;
}

.cart {
    font-size:10px;
    color:#ffffff;
}

.colored {
    font-size : 11px;
    color : #933402;
}

.header {
    font-size : 16px;
    font-weight : bold;
    color : #933402;
}

.text {
    font-size : 11px;
}

.formBut {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #FFFFFF;
    font-weight: normal;
    border: solid #933402 1px;
    background-color:#221100;
    padding: 0px 10px 0px 10px;
}

.formField {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #FFFFFF;
    font-weight: normal;
    border: solid #933402 1px;
    background-color:#221100;
    padding: 0px 5px 0px 5px;
}

input {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color: #FFFFFF;
    font-weight: normal;
    border: solid #933402 1px;
    background-color:#221100;
    padding: 0px 5px 0px 5px;
}

input.text{
    color: #FFFFFF;
}

textarea {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #FFFFFF;
    font-weight: normal;
    border: solid #933402 1px;
    background-color:#221100;
    padding: 0px 5px 0px 5px;
}

select {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #FFFFFF;
    font-weight: normal;
    border: solid #933402 1px;
    background-color:#221100;
    padding: 0px 1px 0px 1px;
}

.maintable {
	width:915px;
	height:776px;
	background:url(../images/background.jpg) no-repeat;
 }

 .maintd {
	width:260px;
	height:260px;
	background:url(../images/maindbg.jpg) no-repeat;
 }

 .bottommaintd {
    font-size : 11px;
    color : #933402;
	height:100px;
	background-color:#000000;
}

.register {
	width:260px;
	height:260px;
	background:url(../images/maindbg.jpg) repeat-x;
 }

 .news {
	width:260px;
	height:430px;
	background:url(../images/newsbg.jpg) repeat-x;
 }

.capital {
	font-family : Times New Roman;
	font-size : 20px;
	line-height: 24px
 }

.imgholder {
	cursor:pointer;
	cursor:hand;
 }

.showlyric {
	cursor:pointer;
	cursor:hand;
}

.radioclass {
    position: relative;
    top: 1px; left: 1px;
    width: 120px;
    width:150px;
    height:50px;
    background-color:#ffffff;
    overflow:auto;
}

.sections {
    font-family: Tahoma, Verdana;
    font-size : 14px;
    background: url(../images/gradient.png) repeat-x;
    cursor:pointer;
    cursor:hand;
}

select {
    width: 200px;
}

select option {
    height:15px;
}

/*
The horizontal menu
*/

div.domMenu_menuBar {
/*    border: solid #221100;
    border-width: 1px 0 0 1px;*/
	width:900px;
}
div.domMenu_menuElement {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
/*    border: solid #ef8d00 1px;*/
    border: solid #221100;
    border-width: 0px 1px 0px 0px;
    background: url(../images/gradient.png) repeat-x;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
}
div.domMenu_menuElementHover {
    background: url(../images/gradient_hover.png) repeat-x;
}
div.domMenu_subMenuBar {

    background-color: #5f1602;
    padding-bottom: 1px;
}
div.domMenu_subMenuElement {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: solid #933402 1px;
    margin: 1px 1px 0 1px;
    height: 20px;
    color: #FFFFFF;
    padding: 2px 0px 0px 2px;
}
div.domMenu_subMenuElementHover {
    background-color: #221100;
}
