﻿
body
{
    background-position: 0 0;
    margin: 0;
    font-family: 'Helvetica' , Arial, sans-serif;
    background: url(img/bg_body.jpg) repeat-x 0 0;
    color: #5E461A;
    font-size: 16px;
}

h1{
    font-size:23px;
    font-weight:bold;
}

h2{
    font-size:14px;
    font-weight:bold;
    margin:20px 0 2px 0;
}

ul{
	margin:0;
	padding:0;
	list-style:none;
}

a{
	outline:none;
	text-decoration:none;
	color:#6b511e;
}

#main_bg{
    width:1000px;
	margin:0 auto;
	margin-top:20px;
	background:url(img/main_bg.jpg) no-repeat 0 0;
	position:relative;
}

#main{
	overflow:hidden;
	width:750px;
	margin:0 auto;
	position:relative;
}

#main .language_links {
    width:120px;
    float:right;
    font-size:12px;
    text-align:right;
}

#main .language_links a{
    cursor:pointer;
}

#main_heading{
    margin:10px 0 20px 0;
}

#ball{
    width:320px;
    height:320px;
    position:absolute; top:330px; left:689px; 
	z-index:2;
	background:url(img/bigball.png) no-repeat 0 0;
}

.content_holder{
	overflow:hidden;
	width:750px;
	padding-top:10px;
}

#logo{
    float:left;
    width:391px;
    background:url(img/top_logo.png) no-repeat 0 0;
    height:115px;
    margin-left:8px;
}

#navigation{
	overflow:hidden;
	width:750px;
	height:115px;
}

#navigation ul{
	overflow:hidden;
	padding:0 30px 0 0;
	float:right;
	width:314px;
	margin-top:72px;
}

#navigation ul li{
	float:left;
	width:152px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	padding:0 1px 0 1px;
	margin:1px 0 0 3px;
}

#navigation ul li a{
	float:left;
	display:block;
	width:152px;
	background:url(img/tab_orange.png) no-repeat 0 0;
	padding:14px 0 10px 0;
	position:relative;
	cursor:pointer;
}

#navigation ul li a{
	text-decoration:none;
}

#navigation ul li.active a{
	background:url(img/tab_orange_sel.png) no-repeat 0 0;
	width:152px;
}

#navigation ul li.active a:hover{
	background:url(img/tab_orange_sel.png) no-repeat 0 0 !important;
	width:152px;
}
#navigation ul li a:hover{
	background:url(img/tab_orange_sel.png) no-repeat 0 0;
	width:152px;
}

.content_top{
    width:750px;
    height:25px;
    background:url(img/round_contents_top_orange.png) no-repeat 0 0;
    margin:-2px 0 0 0;
}

#content
{
    overflow: hidden;
    width: 686px;
    border-color: #6b511e;
    border-style: solid;
    border-width: 0px 2px 0px 2px;
    background-color: #FFC64F;
    margin: -2px 0 0 0;
    padding: 0 30px 0px 30px;
    height:370px;
}

#content #info 
{
    margin:30px;
    font-size:17px;
}
#content #info h2
{
    font-size:18px;
    margin-bottom:1px;
}
#content #info p
{
    margin-top:0px;
}

.specialize{
    margin-top:23px;
    margin-bottom:18px;
}

#services{
    float:left;width:200px; 
}

#services p{
    margin-top:0px;
    margin-bottom:7px;
}

#services ul{
    list-style-type:circle;
    margin-left:30px;
    margin-bottom:15px;
    font-weight:bold;
}

#technology{
    float:left;
    width:280px;
    margin-left:25px;
}

#technology p{
    margin-top:0px;
    margin-bottom:7px;
}

#technology span{
    font-weight:bold;
}

#contact{
    width:140px;
    float:right;
    margin-bottom:23px;
    position:absolute; top:439px; left:605px;
}

.bottom{
    width:750px;
    height:25px;
    background:url(img/round_contents_bottom_orange.png) no-repeat 0 0;
}

.footer {
    margin-left:25px;
}

.footer em{
    width:100px;
    font-size:12px;
	float:left;
	margin: 0;
}

#cv a{
	text-decoration: underline;
}

.organic_color{
    color: #6A7900;

}

#organic_heading
{
    font-size: 20px;
    color: #798A00;
    font-family: 'Courier New' , Courier, monospace;
}