@import url("nav.css");

/* ------------------------------------------------------------------------------------------------
	 MAIN
------------------------------------------------------------------------------------------------ */
body{
	font-family: Helvetica Neue, Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #1f2f3d;
}
p {
	font-family: Helvetica Neue, Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
a {
	color: #1f2f3d;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #39677c;
}
h1, p {
  margin-bottom: 1em;
}
p {
	margin-top: 1em;
}
h1{
font-size: 18px;
font-weight: bold;
}
h2{
font-size: 16px;
font-weight: bold;
}
h3{
font-size: 14px;
font-weight: bold;
}
#logo{
	font-size: 33px;
	font-weight: bolder;
}
#logo a{
	text-decoration: none;
}

.clear {
	clear: both;
}

.txt_pad{
	padding-left: 10px;
	padding-right: 10px;
}

.tagline{
	display: block;
	margin-top: -1.1em;
	margin-bottom: 1em;
}
.half_col_l{
	float: left;
	width: 48%;
	margin-right: 4%;
}

.half_col_r{
	float: left;
	width: 48%;
}

/* PRODUCTS */

.aussi_prod {
	display: block;
	width: 75px;
	height: 65px;
	float: right;
	position: absolute;
	right: 20px;
	top: 20px;
	background: transparent url('../images/aussi.png') no-repeat;
	_background-image:url(../images/aussi8.png);
}


.prod_desc{
	list-style: none;
}
.prod_img_col{
	float: left;
	width: 280px;
	margin-right: 30px;
}
.prod_desc_col{
	float: left;
	width: 290px;
	/* background-color: fuchsia; */
}
.prod_img_col_ho{
	float: left;
	width: 360px;
	margin-right: 40px;
}
.prod_desc_col_ho{
	float: left;
	width: 200px;
	/* background-color: fuchsia; */
}
.handover_img{
	display: block;
	float: left;
	position: relative;
	width: 140px;
	height: auto;
	
	text-align: center;
	margin-right: 40px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 11px;
}
.handover_img span{
	font-weight: bold;
}
.prod_title{
	display: block;
	height: 50px;
	font-size: 18px;
	text-transform: uppercase;
}
.prod_download{
	display: block;
	position: relative;
	clear: both;
	padding-top: 20px;
}

ul.features{
	list-style: disc;
	font-size: 13px;
	padding-left: 1.3em;
	margin-top: 10px;
}
ul.features li{
	margin-bottom: 10px;
}

div.big_butt{
	display: block;
	overflow: hidden;
	width: 280px;
	height: 53px;
	margin-top: 10px;
}

a.big_link {
	display: block;
	overflow: hidden;
	padding: 0;
	padding-left: 75px;
	padding-top: 10px;
	width: 280px;
	height: 53px;
	text-decoration: none;
	color: #39677c;
	font-size: 18px;
	font-weight: bold;
	background: transparent url('../images/big_butt.png') no-repeat; 
}
a.big_link span{
	display: block;
	margin-top: -2px;
	font-size: 11px;
	font-weight: normal;
}
a.big_link:hover {
	background-position: 0 -53px;
}

div.prod_home_link div.box_dialog .box_wrap{
	padding: 0;
	margin: 0;
	padding-top: 15px;
}

a.block_link{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #1f2f3d;
	text-align: center;
}
a.block_link:hover{
	color: #39677c;
}
a.block_link span{
	display: block;
	margin-top: 0.25em;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}

div.prod_home_link{
	display: block;
	position: relative;
	float: left;
	width: 320px;
	margin-right: 5px;
}

div.prod_home_title{
	text-transform: uppercase;
	margin-left: 5px;
	position: static;
}

img.prod_home_img_container{
	display: block;
	position: relative;
	overflow: hidden;
	height:120px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
} 
div.prod_home_img_container img{
	height:100%;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

a.box_link{
	display: block;
	float: left;
	width: 150px;
	height: 130px;
	overflow: hidden;
	background: transparent url('../images/box_link.png') no-repeat;
	_background-image:url(../images/box_link8.png);
	text-align: center;
	text-decoration: none;
	color: #1f2f3d;
	font-size: 11px;
	font-weight: bold;
}
a.box_link:hover{
	background-position: -150px 0;
	color: #39677c;
}

a.box_link img{
	padding-top: 20px;
	height: 70px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
a.box_link span.box_link_img{
	width: 150px;
	height: 70px;
}
a.box_link span.box_link_text{
	width: 150px;
	height: 40px;
	line-height: 40px;
  text-align: center;
}

/* HOME */

.home_welcome_text{
	display: block;
	float: left;
	width: 430px;
	margin-right: 40px;
}

.home_quick_links{
	display: block;
	float: left;
	width: 450px;
	padding-bottom: 20px;
}

/* CONTACT */

.contact_details{
	float: left;
	font-weight: bold;
	display: block;
	width: 350px;
}
.contact_map{
	display: block;
	float: left;
	width: 500px;
	height: 350px;
	padding: 5px;
	background-color: #39677c;
	margin-right: 40px;
}
.map_link{
	color: #cae2ed;
}
.map_link:hover{
	color: #fff;
}

/* ------------------------------------------------------------------------------------------------
	 Rounded Box
------------------------------------------------------------------------------------------------ */

.box_dialog {
 position:relative;
 margin:0px auto;
 min-width:200px;
 max-width:800px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}	

.box_dialog .box_content,
.box_dialog .box_t,
.box_dialog .box_b,
.box_dialog .box_b div {
 background:transparent url(../images/box.png) no-repeat top right;
 _background-image:url(../images/box8.png);
}

.box_dialog .box_content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 15px 0px 0px;
}

.box_dialog .box_t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:15px; /* top slice width */
 margin-left:-15px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.box_dialog .box_b {
 /* bottom */
 position:relative;
 width:100%;
}

.box_dialog .box_b,
.box_dialog .box_b div {
 height:15px; /* height of bottom cap/shade */
 font-size:1px;
}

.box_dialog .box_b {
 background-position:bottom right;
}

.box_dialog .box_b div {
 position:relative;
 width:15px; /* bottom corner width */
 margin-left:-15px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.box_dialog .box_wrap {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 padding-top: 22px;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
 min-height: 50px;
 max-height:1000px;
 overflow: auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

