*{
	padding:0px;
	margin:0px;
	font-family:"MS Sans Serif";
}
img{
	border:none;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}
.long{
	padding:0 20px;
}
.cap{
	text-transform:uppercase;
}
.red{
	color:#f00;
}

/* -----    boxmodel layout   ------------*/
body{
	background:#fff url(../img/global_back.jpg) top center repeat-x;
}
body#top{
	background:none;
}
#top_box{
	width:800px;
	padding:0px 20px 0 20px;
	margin:20px auto 0 auto;
	/*background:url(../img/back.jpg) center center repeat-y;*/
}
#globalbox{
	width:800px;
	padding:0px 20px 0 20px;
	margin:0px auto 0 auto;
	background-color:#fff;
	/*background:url(../img/back.jpg) center center repeat-y;*/
}
#header{
		position:relative;
		width:780px;
		height:140px;
}

/* ------ specific top_header_style ---- */

div#top_header{
	height:30px;
}
#top_header p{
	width:150px;
	float:left;
}
#top_header ul{
		height:auto;
		width:650px;
		float:right;
		margin-top:7px;
}
#top_header ul li{
	
		list-style:none outside;
		background-image:url(../img/marker_off.gif);
		background-repeat:no-repeat;
		background-position: left center;
		float:right;
		margin-left:40px;
		_margin-left:20px;
		padding-left:30px;
		margin-right:20px;
		_margin_right:10px;
}

#top_header ul li a{
		display:block;
		color:#06c;
		font-size:0.9em;
		text-decoration:none;
}
#top_header ul li a:hover{
		text-decoration:underline;
		color:#c00;
}
#top_footer{
		
		background:#659800;
}
#top_footer p{
		text-align:center;
		color:#fff;
		padding:5px 0;
}
/* -----   header style    ---------*/
#header h1{
		font-size:0.8em;
		position:relative;
		top:10px;
		left:15px;
		width:161px;
		float:left;
}
#header h1 a{
		display:block;
		position:absolute;
		top:0px;
		left:0px;
		background:url(../img/logo_2.jpg) center center no-repeat;
		width:113px;
		height:116px;
		
}
.header_right{
		float:right;
		line-height:140%;
		
}
.header_text{
		text-align:right;
}
.header_right ul{
		width:600px;
}
.header_right img{
		float:right;
		display:block;
		margin:5px 0;
}
.header_right ul{
		height:auto;
		width:650px;
		float:right;
		margin-top:7px;
}
.header_right ul li{
	
		list-style:none outside;
		background-image:url(../img/marker_off.gif);
		background-repeat:no-repeat;
		background-position: left center;
		float:right;
		margin-left:40px;
		_margin-left:20px;
		padding-left:30px;
		margin-right:20px;
		_margin_right:10px;
}

.header_right ul li a{
		display:block;
		color:#06c;
		font-size:0.9em;
		text-decoration:none;
}
.header_right ul li a:hover{
		text-decoration:underline;
		color:#c00;
}

/* ---- contents styles ---- */

.box{
	width:690px;
	margin:0 auto;
	margin-top:0px;
}
.box p{
	line-height:140%;
	font-size:0.9em;
	margin-top:10px;
	padding-left:20px;
	text-align:justify;
}
#contents h3{
	padding:10px 0 10px 40px;
	color:#fff;
	background:#ffffff url(../img/bar.jpg) center no-repeat;
	font-size:13pt;
	font-family:"MS Sans Serif";
	letter-spacing:5px;
}
/* ---- philosophy pagestyle ---- */

.box_left{
	width:440px;
	float:left;
	font-size:0.9em;
	
}
.box_right{
	width:250px;
	float:left;
}
.box_left h3#philosophy_left{
	background:#fff url(../img/bar_left.jpg) center left no-repeat;
}
.box_left h3#philosophy_left_2{
	background:#fff url(../img/bar_left.jpg) center left no-repeat;
}
.box_right h3#philosophy_right{
	background:#fff url(../img/bar_right.jpg) center left no-repeat;
}
.box_left p{
	padding:10px;
	padding-right:40px;
	text-align:justify;
	line-height:140%;
}
.box_right p{

	margin-top:20px;
}

/* ---- conpany page style ---- */

.floatbox{

	width:690px;
	margin:10px auto 0 auto;
}
#box_left{
		float:left;
}
#box_right{
		float:left;
}
#box_left table{
	border-collapse:collapse;	
}
#box_left table th{
	width:100px;
	font-weight:normal;
	font-size:0.9em;
	text-align:right;
	padding-right:5px;
	text-transform:uppercase;
	vertical-align:top;
}
#box_left table td{
	width:250px;
	padding-left:5px;
	padding-bottom:10px;
	font-size:0.9em;
}
#gmap{
	width:300px;
	height:300px;
	border:solid 1px #000;
}
p.privacy_to{
	margin-top:20px;
	text-align:center;
}

p.privacy_to a{
	font-size:0.9em;
	text-decoration:none;
	color:#06c;
}
p.privacy_to a:hover{
	color:#c00;
	text-decoration:underline;
}

/* ---- contact page styles ---- */

.box{
	position:relative;
}
.box ul{
		margin-top:20px;
		padding-left:10px;
		position:relative;
		z-index:4;
}
.box p.other{
		margin-top:20px;
}
.box ul li{
	margin-top:5px;
	font-size:0.8em;
	list-style:inside;
}
.box h4{
	text-align:center;
	font-weight:normal;
	margin-top:20px;
}
table.contactform{
	border-collapse:collapse;
	width:500px;
	margin:30px auto 0 auto;
	font-size:0.9em;
}
img#worry_image{
	position:absolute;
	top:80px;
	right:30px;
	z-index:1;
}

table.contactform th{

	font-weight:normal;
	vertical-align:top;
	padding-right:5px;
	text-align:right;
	text-transform:uppercase;
}
table.contactform td{
	padding-bottom:10px;
	vertical-align:top;
}
.box h3 span{
	letter-spacing:normal;
	color:#f00;
	font-size:9pt;
}

/* ---- privacy page styles ---- */

p.privacy_caption{
	text-align:center;
}
ol.privacy{
	list-style:outside;
	font-size:0.9em;
	padding:10px 20px;
	margin-top:20px;
}
ol.privacy li{
	text-align:justify;
	margin-top:10px;
	margin-left:5px;
}
span.dcap{
	margin-left:1em;
}
ul.extends{
	font-size:1.1em;
	list-style:none;
	padding:0 0 0 30px;
}
ul.extends li{
	list-style:none outside;
	line-height:140%;
}
/* ---- footer styles ---- */

#footer{
	font-size:8pt;
	background:#ffffff url(../img/footer_back.jpg) left repeat-x;
	padding:50px 0 5px 0;
	text-align:center;
	color:#fff;
	margin-top:30px;
}




