* { margin:0; padding:0; border:0; }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

html{
	font-family:"Trebuchet Ms";
	font-size: 13px;
	color: #4e4e4e;
	min-height:100%;
	min-width:934px;
	background:url(../images/bg.png) repeat-x left bottom;
}

body {
	margin:0px;
	height:100%;
	min-height:100%;
	line-height:1.7;
	min-width:934px;
}

p{
	margin-bottom:7px;
}

h1{
	font-family:Impact;
	font-size:20px;
	color:#015998;
	margin-bottom:-15px;
	letter-spacing:1px;
	font-weight:normal;
	padding:30px;
	background:url(../images/bullet.jpg) center left no-repeat;
}

table td{
	padding: 5px;
}

.green {
	color: #acc700;
}

ul{
	margin-top: 20px;
	margin-bottom:15px;
	list-style-position:inside;
}

/* =Links
---------------------------------------------------------------------*/
a:link, a:visited { font-size:12px; color:#4e4e4e; font-weight:bold; text-decoration:underline; font-style:italic; }

a:hover { color:#acc700; font-size:12px; font-weight:bold; text-decoration:underline; }

a.kaktos:link, a.kaktos:visited { color:#d4e25b; text-decoration: none; border:none; font-weight:bold; font-style:normal; }

a.kaktos:hover { color:#000066; }

/* =Content
-----------------------------------------------------------------------------*/
#languages{
	width:99%;
	text-align:right;
	font-size:11px;
	height:30px;
	line-height:30px;
}

#wrapper{
	width:934px;
	min-width:934px;
	margin-left:auto;
	margin-right:auto;	
}

#header{
	height:295px;
	width:934px;
	float:left;
	background:url(../images/Anelis_header.jpg) no-repeat left top;
}

#container {               
	min-width:934px;
	width:934px;
	height:100%;
	padding-bottom:5%;
	background:url(../images/white.jpg) repeat-y;
}

#main{
	width:680px;
	float:left;
	margin-top:-15px;
	padding-left:20px;
	padding-right:15px;
	text-align:justify;
}

#main li{
	list-style:inside;
	line-height:15px;
}

#bottom{
	height:23px;
	width:100%;
	background:url(../images/bottom.jpg) bottom left no-repeat;
}

/* =Products only
-----------------------------------------------------------------------------*/
#products{
	width:650px;
	float:left;
	height:100%;
	min-height:100%;
	padding-bottom:3%;
}

#products img{
	float:left;
	background:url(../images/img-bg.jpg) no-repeat -2px 0px;
	padding:19px;
}

.product{
	width:680px;
	float:left;
	text-align:left;
}

.logo{
	float: left;
	text-align:center;
	padding-top:5px;
	/*border:1px solid #CCCCCC;*/
	margin-bottom:8px;
	padding-bottom:10px;
	padding-right: 10px;
}
.logo-image{
	border:1px solid #CCCCCC;
}
.logo-center{
	text-align:center;
	padding-top:5px;
	/*border-bottom:1px dotted #CCCCCC;*/
	margin-bottom:8px;
	padding-bottom:10px;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	height:60px;
	color:#FFFFFF;
	width:99%;
	line-height:27px;
	text-align:right;
	font-size:12px;
	margin-top:5px;
}

/* =Contact Only
-----------------------------------------------------------------------------*/
#forma{
	margin-right:15px;
	width:320px;
	float:left;
	min-height:100%;
	height:100%;
}

#formaProduct{
    display: none;
	position:fixed;
	top: 50px;
	left: 50%;
	margin-left:-275px;
	background-color:#e9e9e9;
	border:1px #000000 solid;
	width: 550px;
	height:450px;
	overflow:auto;	
	z-index:100;	
}

#map-title{
	float:left;
	width:340px;
}

#map{
	width:340px;
	height:370px;
	border:#006600 1px dotted;	
}

input, textarea{
	font-style:normal;
	color:#000000;
	padding:4px;
	margin-bottom:5px;
	border:dotted 1px #CCCCCC;
	background-color:#FFFFFF;
	margin-right:5px;
	font-family:"Trebuchet Ms";
	font-weight: bold;
}

.send{
	color:#FFFFFF;
	font-family:"Century Gothic";
	font-size:13px;
	background-color:#015998;
	font-style:normal;
	padding:3px;	
}
