/**
 * 0013 by Nat
 * 
 * width = 780
 *
 * In styles css we add only images and colors we use in a current template
 **/

body {
	background:#eee;
}
 
.header {
	background:url('../../img/header_bgrn4.png') top no-repeat #ccc;
}

.header_name{
	color:#eee;
}

.header_info {
	background:url('../../img/menu_bgrn.png') repeat-x top #fff;
}
.header_img {}
img.img_header_img {}
.header_bottom {}

.footer {
	background:url('../../img/img_footer4.png') top repeat-x #fff;
	padding-top:20px;
}

.footer_info {
	color:#555;
}

.footer_right {}
.footer_left {}
.footer_bottom {
	background-color:#fff;
}
img {}

.main{
	color: #555;
	
}

.basic_middle {
	background:url('../../img/img_middle1.png') top no-repeat #e6e6e6;
}
.basic_content {
	background-color: #cbb994;
	color:#111;
}
.basic_right_box {}

/**
 * menu box
 */

.menu_line {}
.menu_box{}
ul.menu, li.menu {}
ul.menu{}
li.menu {}
li.menu:hover {}
a.menu{
	color: #777;
}
a.menu:hover{
	color: #cbb994;
}
img.menu {}

/**
 * H1-H6
 */
h1 {}
h2 {}

h3 {
	background: url('../../img/icon1.gif') no-repeat center left;
	color: #000;
}

/**
 * DIV
 */

.box{}
.box_top {}
.box_bottom {}
.box_content{}
.list_box{}
.list_box_float{}


/**********************************
 * div imgs
 */

.img_box{}
.img_button{}
.img_box_bottom{}


/**
 * A
 */
a.none {
	text-decoration:none;
	border:none;
}

a {
	color:#4a3d23;
	text-decoration:none;
}

a:hover {
}

a.dcs_link {
	color: #aaa;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

a.dcs_link:hover {
	color: #fdb645;
} 


