body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #fff /*#272727*/;
	font-size: 12px;
	color: #7e7e7e;
	list-style-type: none;
	margin-top: 8%;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	min-height: 500px;
	background: url(images/container.png) no-repeat;
}

#header {
	padding-top: 40px;
	min-height: 84px;
}

#incontent {
	margin-left: 2px;
	border-top: 2px solid #d4d4d4;
	border-bottom: 2px solid #d4d4d4;
	width: 777px;
	max-height: 252px;
	min-height: 252px;
	overflow: hidden;
}

#submenu {
	padding-right: 15px;
	height: 20px;
	padding-top: 10px;
	text-align: right;
}

#menu {
	height: 35px;
	width: auto;
	float: left;
	overflow: hidden;
	margin-left: 3px;
}

a.button {
    /* Sliding right image */
	background: transparent url('images/button_right.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE 		WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
a.button span {
	/* Background left image */ 
	background: transparent url('images/button_left.png') no-repeat; 
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT 	*/
	padding: 7px 0 5px 18px;
} 
a.button:hover span{
	text-decoration:underline;
}

a.button_sm {
    /* Sliding right image */
	background: transparent url('images/button_right_sm.png') no-repeat scroll top right; 
	display: block;
	float: right;
	height: 17px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-right: 9px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE 		WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font: 8px "Lucida Grande", Lucida, Verdana, sans-serif;
}
a.button_sm span {
	/* Background left image */ 
	background: transparent url('images/button_left_sm.png') no-repeat; 
	display: block;
	line-height: 17px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT 	*/
	padding: 0px 10px 5px 18px; /* height width*/
} 
a.button_sm:hover span{
	text-decoration:underline;
}


#footer {
	bottom: 0px;
	width: 100%;
	height: 20px;
	text-align: center;
}

#commercials {
	background-color: #000000;
	overflow: hidden;
	margin-top: 65px;
	padding-top: 20px;
	height: 100px;
}

.commercial-image {
	overflow: hidden;
	display: inline-block;
	width: 147px;
	height: 80px;
	padding-left: 5px;
}
.commercial-text {
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	min-width: 146px;
	max-width: 146px;
	padding-left: 7px;
	display: inline-block;
	color: #aaa;
	font-variant: small-caps;
	font-size: 12px;
	vertical-align: top;
	padding-bottom: 20px;
}
.spots {
	padding-top: 3px;
	padding-left: 2px;
	background-color: #000000;
	width: 779px;
	min-height: 88px;
	max-height: 88px;
	vertical-align: text-top;
	color: #aaa;
	font-variant: small-caps;
	overflow: hidden;
}
.spots-image {
	overflow: hidden;
	display: inline-block;
	padding-left: 2px;
	width: 150px; 
	height: 84px;
}
.spots-text {
	display: inline-block;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 5px;
	min-width: 152px;
	max-width: 152px;
	max-height: 23px;
	color: #aaa;
	font-variant: small-caps;
	font-size: 12px;
	vertical-align: text-top;
	overflow: hidden;
}
#contacts {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 35px;
}

#editor {
	margin-left: auto;
	margin-right: auto;
	width: 735px;
	min-height: 500px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#editor-items td{
	font-size: 10px;
}

#spots_btn td {
	padding: 0;
	text-align: left;
	border: 1px dotted #bdbdbd;
	font-size: 10px;
}

.btm_line {
	border-bottom: 1px dotted #c7c7c7;
}

.extras {
	padding-top: 35px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-height: 208px;
	overflow-x: hidden;
	padding-bottom: 5px;
}
.about{
	margin-left: 15px;
	max-height: 255px;
	min-width: 761px;
	max-width: 761px;
	overflow-x: hidden;
	overflow-y: scroll;
	text-align: center;
	font-size: 15px;
	line-height: 22px;
}


.contacts{
	padding-top: 15px;
	margin-left: 15px;
	max-height: 239px;
	min-width: 761px;
	max-width: 761px;
	overflow-x: hidden;
	overflow-y: scroll;
	text-align: left;
	font-size: 15px;
	line-height: 22px;
}

#current_page {
	text-align: right;
	padding-right: 15px;
	color: #000000;
	text-transform: uppercase;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

img {
	border: 0px;
}

.log-in {
	padding-top: 12%;
	text-align: center;
	font-size: 14px;
}
.user {
	display: inline-block;
	min-width: 130px;
}
.pass {
	display: inline-block;	
	min-width: 130px;
}

#footer {
	width: 100%;
	min-height: 20px;
	position: fixed;
	bottom: 0px;
	color: #000000;
	text-align: right;
	float: right;
	right: 0;
	padding-right: 5px;
	font: 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.contactwithlogo {
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
}

.contactdetail {
	vertical-align: top;
	display: inline-block;
}

.contactlogo {
	padding-top: 20px;
	min-height: 134px;
	vertical-align: bottom;
	display: inline-block;
	padding-left: 40px;
}