html{
    height: 100%;
    background-color: #bf4c00;
}
body {
    padding-top: 30px;
    margin: 0;
    height: 100%;
    background: linear-gradient(to bottom, #111111 100px, #bf4c00 100%) no-repeat;
}
#container {
    position: relative;
    padding-top: 0;
    width: 980px;
    min-height: 700px;
    background-color: #1c1c1c;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}
/*===========MENU_BEGIN==============*/
.upmenu{
    padding-top: 0;
    margin: 0;
    background-color: #656565;
    height: 60px;
    width:100%;
    border-radius: 10px 10px 0 0;
}
.upmenu ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    background-color: #aaa;
}

.upmenu ul li {
    position: relative;
    float: left;
    text-align: center;
    background-image: url('images/border_r_d.png');
    background-position: left center;
    background-repeat: no-repeat;
    /*border-right: 1px solid #979797;*/
	display: block;
}
.upmenu ul li > a {
	display: block;
	padding: 15px 28px 5px 27px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	color: #ddd;
	
	font-size: 22px;
	font-family: Tahoma;
}
.upmenu ul li:hover {
    color: #252525;
}
.upmenu ul li.first{
    border-radius: 10px 0 0 0;
    background-image: none;
}
.upmenu ul li.first.active{
    background-image: none;
}
.upmenu ul li.last{
    border-right: none;
    border-radius: 0 10px 0 0;
    width: 163px;
}
.upmenu ul li.active{
    background-color: #aaa;
    color: #252525;
    background-image: url('images/border_l_l.png');
}
.upmenu ul li.active + li{
    background-image: url('images/border_r_l.png');
}
/*===========MENU_END==============*/
/*===========GMENU_BEGIN==============*/
.gmenu{
    padding-top: 0;
    margin: 0;
}
.gmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.gmenu ul li {
	padding: 5px 0;
}
.gmenu ul li > a {
	color: #e96500;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: 100;
}
.gmenu ul li > a:hover {
    color: #ddd;
}
/*===========GMENU_END==============*/
/*===========HEADER_START==============*/
.headerm {
    padding-top: 0;
    padding-left: 40px;
    background-image: url('images/draft.jpg');
    height: 330px;
    width: 940px;
    background-color: transparent;
}
.headerc {
    padding-top: 0;
    padding-left: 40px;
    background-image: url('images/service.png');
    height: 145px;
    width: 940px;
    background-color: transparent;
}
.logo-bottom {
    padding-top: 0;
    height: 115px;
    width: 418px;
    background-color: #aaaaaa;
    border-radius: 0 0 10px 10px;
}
.logo-mid {
    padding-top: 0;
    margin:0;
    height: 115px;
    width: 403px;
    background-color: #656565;
    border-radius: 0 0 10px 10px;
}
.logo {
    padding-top: 40px;
    margin:0;
    display: inline-block;
    height: 75px;
    width: 245px;
    background-color: #1c1c1c;
    padding-left: 40px;
    border-radius: 0 0 0 10px;
}
.post-logo {
    margin:0;
    padding: 0;
   display: inline-block;
    height: 115px;
    width: 103px;
    background-color: #1c1c1c;
    background-image: url('images/cardio.jpg');
    background-repeat: no-repeat;
    background-position: 0% 40%;
    vertical-align: bottom;
    border-radius: 0 0 10px 0;
}
.logo-text {
    margin: 0;
    color:#9b9b9b;
    font-size: 22px;
    font-family: Tahoma;
}
.post-logo-text {
    margin: 0;
    color:#dddddd;  
    font-size: 12px;
    font-family: Tahoma;
    font-weight: 200;
    font-stretch: expanded;
}
.slogan {
    border-top: 2px solid #1c1c1c;
    padding-top: 5px;
    margin-top: 65px;
    margin-left: 45px;
    width: 320px;
    background-color: transparent;
    color: #1c1c1c;
    font-size: 16px;
    font-family: Tahoma;
    font-weight: 600;
    line-height: 170%;
}

/*===========HEADER_END==============*/
/*===========CONTENT_START==============*/
#content {
    padding: 40px 110px 155px 110px;
    color:#9b9b9b;
    width: 750px;
    font-size: 13px;
    font-family: Tahoma;
}
#content p {
    padding: 3px 0;
    margin: 3px 0;
}
/*===========CONTENT_END==============*/
/*===========FOOTER_START==============*/
#footer {
    position:absolute;
    bottom:0;
    width: 980px;
    height: 110px;
    background-color: #1c1c1c;
    border-radius:  0 0 10px 10px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    background-image: url('images/bfooter_t.png');
    background-position: center top;
    background-repeat: no-repeat;
}
#footer span{
    display: table-cell;
    vertical-align: middle;
    padding-left:150px;
    color:#9b9b9b;  
    font-size: 11px;
    font-family: Tahoma;
    font-weight: 200;

}
#final {
    padding-top: 0;
    width: 980px;
    height: 30px;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
}
/*===========FOOTER_END==============*/
/*===========COMMON_START==============*/
.orange {
    color:#e96500;
    font-family: Tahoma;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.light {
    color: #d8d8d8;
}
.fontplus {
    font-size: 16px;
}
/*===========COMMON_END==============*/
/*===========PRICE_START==============*/
.price {
    background-image: url('images/tables.png');
    background-position: center top;
    background-repeat: no-repeat;
}
.price h4{
    margin: 0 0 10px 0;
}
.price td{
    padding-left: 30px;
}
/*===========PRICE_END==============*/
/*===========CONTACTS_START==============*/
.contacts td {
    vertical-align: top;
}
.contacts input {
    margin: 10px 0;
    padding: 3px;
    background-color: #aaa;
    color:#252525;
    font-size: 13px;
    font-family: Tahoma;
    border-radius: 5px;
}
.contacts textarea {
    margin: 10px 0;
    padding: 3px;
    background-color: #aaa;
    color:#252525;
    font-size: 13px;
    font-family: Tahoma;
    resize: none;
    border-radius: 5px;
}
.contacts h2 {
    margin: 6px 0 83px 0;
}
.contacts input[type="submit"] {
    background-color: #e96500;
    border-style: ridge;
    border-radius: 5px;
    padding: 5px;
}
/*===========CONTACTS_END==============*/