@charset "utf-8";

html {
    scrollbar-base-color: #333333;
    scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #000000;
}

body {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
}

#header {
	height: 256px;
	padding-bottom: 3px;
}

#header #top_bar {
	background-color: #FC9900;
	height: 6px;
	width: 780px;
	font-size: 5px;
}

#header #logo {
	padding-top: 10px;
	padding-left: 15px;
	float: left;
}

#header #menu {
	float: right;
	padding-top: 10px;
}
#header #menu li {
	list-style-type: none;
	padding-right: 10px;
	float: left;
}
#index_bg  {
	background-image: url(../images/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 250px;
	width: 780px;
}
#news_bg  {
	background-image: url(../images/inner_pic01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 250px;
	width: 780px;
}
#profile_bg  {
	background-image: url(../images/inner_pic02.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 250px;
	width: 780px;
}
#services_bg  {
	background-image: url(../images/inner_pic03.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 250px;
	width: 780px;
}
#contact_bg  {
	background-image: url(../images/inner_pic04.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 250px;
	width: 780px;
}
#sitemap_bg  {
	background-image: url(../images/inner_pic05.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 250px;
	width: 780px;
}

#content {
	width: 780px;
}
#content  #col_1 {
	float: left;
	background-image: url(../images/bar_1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 194px;
	padding-top: 20px;
	padding-bottom: 50px;
	height: 500px;
}
#content #col_2 {
	float: right;
	background-image: url(../images/bar_1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 194px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
	padding-top: 20px;
	padding-bottom: 50px;
	height: 500px;
}

#content_L {
	float: left;
	width: 390px;
}

#content_R {
	float: right;
	width: 390px;
}
#col_194 {
	float: left;
	background-image: url(../images/bar_1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 194px;
	padding-top: 20px;
	border-left-width: 1px;
}
#col_194R {
	float: right;
	background-image: url(../images/bar_1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 194px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
	padding-top: 20px;
}
#col_194L {
	float: left;
	background-image: url(../images/bar_1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 194px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
	padding-top: 20px;
}
#col_389   {
	float: left;
	background-image: url(../images/bar_2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 389px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
	padding-top: 20px;
	padding-bottom: 50px;
}
#col_584L {
	float: left;
	background-image: url(../images/bar_3.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 584px;
	padding-top: 20px;
	padding-bottom: 50px;
}

#col_584  {
	float: right;
	background-image: url(../images/bar_3.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 584px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
	padding-top: 20px;
	padding-bottom: 50px;
}
#col_780   {
	background-image: url(../images/bar_4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 780px;
	padding-top: 20px;
	padding-bottom: 50px;
}
#footer  .clients {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#gallery {
	visibility: hidden;
}

