/* BGKulinar style.css */

* { margin: 0; padding: 0; }

body {
	background: url(images/bg.gif) repeat;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
}

/* Header Styles */

#header {
	width: 960px;
	height: 220px;
	background: url(images/header/bg.png) no-repeat;
	margin: 0px auto;
}

#header .logo {
	margin: 35px 0px 0px 10px;
	float: left;
}

.b728_90 {
	width: 728px;
	height: 90px;
	background: #fff;
	padding-top: 10px;
	margin: 0px auto 10px;
}

#header #search_form {
	width: 204px;
	height: 42px;
	padding: 3px;
	background: url(images/header/search_bg.png) no-repeat top;
	clear: both;
	float: right;
	margin-top: -15px;
}

#search_form  #input {
	float: left;
}

#search_form  #input input {
	width: 169px;
	padding: 5px 0px 0px 5px;
	color: #b5712d;
	background: none;
	border: none;
}

#search_form  #submit {
	float: right;
}

#search_form  #submit input {
	width: 30px;
	height: 27px;
	background: none;
	border: none;
}

#header #navigation {
	height: 35px;
	margin: 0;
	padding: 9px 0px 0px 60px;
	clear: both;
	list-style: none;
}

#navigation li {
	height: 30px;
	background: url(images/header/nav_left.png) no-repeat left top;
	padding-left: 5px;
	display: block;
	float: left;
	margin: 5px 0px 0px 1px;
	line-height: 30px;
	cursor: pointer;
}

.ie6 #navigation li {
	width: auto;
}

#navigation li a {
	height: 100%;
	background: url(images/header/nav_right.png) no-repeat right top;
	padding: 0px 20px 0px 15px;
	display: block;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px 0px #e38c35;
}

/* Main-Content Styles */

#body_wrap {
	width: 960px;
	background: url(images/body/bg.png) repeat-y;
	margin: 0px auto;
}

#top_links {
	margin: 0px 15px 10px 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #e2e2e2;
}

.clearfix {
	width: 900px;
	display: table-cell;
}

#top_links ul {
	width: 20%;
	list-style: none;
	float: left;
	display: block;
	text-align: left;
}

#top_links ul li {
	background: url(images/content/top_links.gif) no-repeat left center;
	padding: 1px 0px 1px 15px;
}


#top_links ul li a {
	color: #DF7800;
	font-size: 11px;
	text-decoration: none;
}

#top_links ul li a:hover {
	text-decoration: underline;
}

#main_cont {
	display: table-cell;
	clear: both;
}

#left_column {
	width: 200px;
	border-right: 1px dotted #e2e2e2;
	margin: 0px 10px 0px 15px;
	float: left;
	color: #9c9c9c;
}



#right_column {
	width: 719px;
	margin: 0px 15px 0px 0px;
	float: left;
	color: #000000;
}

/* Leftside Styles */

#left_menu {
	width: 180px;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	list-style: none;
	margin: 0px 0px 0px 5px;
}

#left_menu li {
	text-indent: 20px;
}

#left_menu li a {
	width: 180px;
	height: 20px;
	background: url(images/content/left_menu_item.gif) no-repeat top;
	display: block;
	line-height: 18px;
	color: #DF7800;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#left_menu li a:hover {
	background: url(images/content/left_menu_item.gif) no-repeat bottom;
}

#left_column .box {
	width: 190px;
	margin: 10px 0px 0px 0px;
}

.box h2 {
	height: 30px;
	background: url(images/content/title_bg.gif) repeat-x top;
	color: #DF7800;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}

.box h2 a{
	color: #DF7800;
	text-decoration: none;
}

.box h1 {
	color: #DF7800;
	font-size: 12px;
	text-decoration: underline;
	margin: 0px 10px;
}

.box p {
	margin: 5px 10px;
}

.box .article {
	margin: 5px 0px;
	border-bottom: 1px dotted #e2e2e2;
	padding-bottom: 5px;
}

.article h2 {
	color: #DF7800;
	height: auto;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
	text-align: left;
	background: none;
	font-weight: bold;
	margin: 0 10px;
	padding: 0;
}

.article a {
	color: #DF7800;
	font-size: 11px;
	text-decoration: underline;
}

.submit {
	width: 80px;
	height: 20px;
	background: url(images/content/submit_bg.gif) no-repeat;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	text-shadow: 1px 1px 0px #e38c35;
	border: none;
}

.input {
	width: 150px;
	height: 25px;
	margin: 1px auto;
	background: url(images/content/input_bg.gif) no-repeat;
}

.input input {
	color: #DF7800;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 0px 0px 4px;
	background: none;
	border: none;
}

/* Rightside Styles */

#right_column h1 {
	color: #DF7800;
	clear: both;
	font-size: 16px;
	margin: 10px 0px;
}

#right_column p {
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
	margin: 11px 0px;
	text-indent: 0px;
}

#right_column p img {
	margin: 15px;
}

#right_column .highlight {
	color: #DF7800;
}

#right_column .b300_250 {
	width: 300px;
	height: 250px;
	margin: 10px;
	margin-right: 0px;
	background: #ddd;
	display: block;
	float: right;
	text-align: center;
	line-height: 250px;
	color: #ff6600;
	font-size: 24px;
}


/* Footer Styles */

#footer {
	width: 960px;
	margin: 0px auto;
	background: url(images/footer/bg.png) no-repeat;
	color: #a03f0c;
	text-align: center;
	padding: 15px 0px;
}

#footer a {
	color: #a03f0c;
	font-weight: bold;
	text-decoration: underline;
}

/* Fixes */

.ie6 #left_column { display: inline; }
.ie6 #right_column { display: inline; margin: 0px; }
.ie6 #navigation li { width: auto; }
.ie6 #header, .ie6 #header img, .ie6 #footer{ behavior: url(iepngfix.htc); }
.ie7 #header #search_form { margin-top: 120px; }
.ie6 #header #search_form { margin-top: 119px; }

