.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.co {
	color:#0000FF;
	font-style:italic;
	font-weight:bold;
}

.iht {
	font-style:italic;
	font-weight:bold;
}

body{
	background:#ccc url('images/body_bg.png') repeat-x;
	font-size:12px;
	font-family:"veradana",sans-serif;
	margin:0;
	color:#333;
}

#wrap{
	margin:0 auto;
	width:760px;
}

img {
	border:0px;
}

#logo {
	margin:27px 0px 0px;
}

a:link,a:visited,a:active{
	text-decoration:none;
	border-bottom: #900 1px dotted;
	color:#900;
}

a:hover{
	color:#600;
	border-color:#600;
}

div.prod a:link,
div.prod a:visited,
div.prod a:active {
	text-decoration:none;
	border:0px;
}

a.img {
	text-decoration:none;
	border:0px;
}

#head{
	background: url('images/top.png') no-repeat;
	height:130px;
}

#head ul.navbar{
	margin:0;
	padding: 0 0 0 30px;
}
#head ul.navbar li{
	float:left;
	list-style-type:square;
	padding: 18px 0 0 0;
	margin: 0 40px 0 0;
	font-weight:bold;
	text-transform:uppercase;
}
#head ul.navbar li a{
	display:block;
}

#main{
	background: url('images/main_bg.png') center repeat-y;
	margin:0px auto;
	width:760px;
	padding:0px;
	min-height:750px;
}

#splash{
		background: url('images/title.jpg') no-repeat;
		padding-top:126px;
		text-align:right;
		margin:0px 10px 0px 9px;

}
#splash h2.subtitle{
	font-size: 16pt;
	font-style: italic;
	color: #000000;
	text-align:center;
}

#content{
	margin:0px 10px 0px 10px;
	text-align:justify;
	overflow:hidden;
	padding-bottom:10px;
	padding-top: 4px;
/*
	background: url('images/content_sep.png') repeat-y;
	background-position: 48% 0%;
*/
}
#content h2{
	color:#900;
	margin:0px;
	line-height:20px;
	/*
	background: url('images/content_h2.png') top left no-repeat;
	padding: 0px 0 0 20px;
	*/
}

#footer{
	clear:both;
	background: url('images/bot_bg.png') center no-repeat;
	height: 50px;
	padding: 0px 20px 5px 0px;
	margin:0px;
	text-align:right;
	color:#999;
}
#footer p{
	margin:0px;
	padding:20px 0px 0px 0px;
	font-size: 12px
}

#content div.box{
	width:210px;
	margin:0px 15px 20px 15px;
	padding:0px;
	float:left;
}

#content table {
	margin: 0px 15px 20px 15px;
}

#content table a.img {
	border:0px;
}

#content div.hbox {
	margin:0px 15px 20px 15px;
	clear:both;
}

#content table p {
	padding:0px;
	margin:0px;
}
#content table td {
	padding-bottom:10px;
}

#content table ul {
	margin:0px;
	padding:0px;
	padding-left:25px;
}

#careers li {
	font-size:larger;
	font-weight:bold;
	margin:6px 0px;
}

#news ul{
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}
#news li{
	padding: 2px 0;
}

#contacts {
	font-size: larger;
	font-weight: bold;
}

#contacts p {
	border-bottom:1px solid #000000;
}

.smallcaps
{
	font-size:11px;
	font-variant:small-caps;
}
.smallcaps:first-letter
{
	font-size:12px;
}

td.header {
	font-weight:bold;
	font-size:18px;
	padding-top:18px;
}


@media print {
	#splash {
		background-image:none;
		padding-top:0px;
	}

	#wrap, #content, #main {
		display:inline;
	}

	#content {
		margin:0px;
		padding:0px;
	}

	#content table {
		margin:0px;
	}

	#content div.box {
		margin:0px 10px 20px;
		width:200px;
	}
	#news {
		margin:0px;
	}

	div.prod, div.desc {
		float:none;
		display:inline;
	}

	.noprint {
		display:none;
	}
}

