
/* GENERAL */

body {
	padding: 0;
	margin: 0 0 10px 0;
	font: 76% arial, verdana, sans-serif;
	color: white; 
	background: #E2E2E2;
}

a {
	text-decoration: none;
	color: #FF7722;
}

.copy {
	text-decoration: none;
	color: #FFFFFF;
}

/* CONTAINER */
#main_container {
	width: 808px;
	margin: 10px auto 10px auto;
	padding: 4px 4px 4px 4px;
	background: #FFFFFF;
}

#container {
	width: 800px;
	margin: 0; 
	padding: 4px 4px 4px 4px;
	background: #FF7722;
}

/* TOP */
#top {
	width: 800px;
	height: 15px;
	margin: 0;
	padding: 0;
	background: #FF7722;
}

/* LOGO */
#logo {
	width: 798px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #000000;
	background-image: url("../images/logo_kuva.gif");
	background-repeat: no-repeat;
	background-position: center bottom;	
	border: 1px solid black;
}

.first {
	margin: 20px 0 0 250px;
	text-align: left;
	font-size: 1.8em;
	font-weight: bold;
	color: #FFFFFF;
}

.second {
	margin: 10px 0 0 290px;
	text-align: left;
	font-size: 1.8em;
	font-weight: bold;
	color: #FFFFFF;
}

.third {
	margin: 10px 0 0 330px;
	text-align: left;
	font-size: 1.8em;
	font-weight: bold;
	color: #FFFFFF;
}

#logo h4 {
	margin: 30px 0 0 230px;
	text-align: left;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	color: #C0C0C0;
}

/* MENU */
#menu {
	width: 800px;
	height: 30px;
	margin: 0;/* auto 0 auto;*/
	padding: 0;
	line-height: 2.5em;
    text-align: center;
	background: #FF7722;
}

#menu ul {
    margin: 0 auto 0 auto;
    padding: 0px;
    list-style-type: none;
}

#menu li {
	float: left;
    text-align: center;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

html>body #menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

#menu a:hover {
	background: #FFFFFF;
	border-bottom: 8px solid #FFFFFF;
}

#menu .active {	
	background: #FFFFFF;
	border-bottom: 8px solid #FFFFFF;
	text-decoration: none;
}

/* CONTENT */
#content {
	width: 800px;
	margin: 0 auto 2px auto;
	padding: 0;
	background: #000000;
	border-top: 8px solid #FFFFFF;
	border-bottom: 8px solid #FFFFFF;
}

#content_left {
	float: left;
	width: 552px;
	margin: 0 auto 0 auto;
	padding: 15px;
	color: #FFFFFF;
	background: #000000;
}

#content_right {
	float: left;
	width: 180px;
	margin: 0 auto 0 auto;
	padding: 15px;
	color: #FFFFFF;
	background: #000000;
}

.content_text {
	margin: 0;
	font: 100% arial, verdana, sans-serif;
	line-height: 1.2em;
	color: white; 
}

.content_text_2 {
	padding: 5px;
	margin: 0;
	font: 100% arial, verdana, sans-serif;
	line-height: 1.2em;
	color: white;
	border: 1px solid white; 
}

.clear {
	clear: both;
}

/* SERVICES */
#services_caption h4 {
	color: #C0C0C0;
    border-bottom: 1px solid #FF7722;
}

#services_caption_attention h4 {
	color: #C0C0C0;
	text-align: center;
}

#services_text ul {
    margin: 0 auto 0 auto;
    padding: 0px;
    list-style-type: none;
}

#services_bottom {
    margin: 0 auto 0 auto;
    padding: 3px;
    border-top: 1px solid #FF7722;
}

#services_text li {
}

/* GALLERY */
#gallery_caption h4 {
	color: #C0C0C0;
    border-bottom: 1px solid #FF7722;
}

#gallery_text {
}

/* CONTACT */
#contact_caption h4 {
	color: #C0C0C0;
    border-bottom: 1px solid #FF7722;
}

#contact_text {
}

#contact_text_left_wider {
	float: left;
	width: 300px;
}

#contact_text_right_wider {
	float: left;
	width: 250px;
	text-align: right;
}

#contact_text_left {
	float: left;
	width: 190px;
}

#contact_text_right {
	float: left;
	width: 360px;
	text-align: right;
}

#contact_text_wide {
	text-align: right;
	width: 550px;
}

/* LINKS */
#links_text {
}

#links_text_side {
	text-align: center;
}

#links_text_left {
	float: left;
	width: 180px;
}

#links_text_middle {
	float: left;
	width: 180px;
}

#links_text_right {
	float: right;
	width: 180px;
}

/* FOOTER */
#footer {
	width: 792px;
	height: 25px;
	margin: 2px auto 3px auto;
	padding: 0;
	text-align: right;
	vertical-align: middle;
	background: #FF7722;
}


