@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	outline: none;
}

#left img a:link {
	border: 0px;
}

body 
{
	background-color:#bccaff;
	background-image:url(../img/bg.jpg);
	margin:0px;
	padding:0px;
	width:100%;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

#toolbar {
	height:20px;
	width:100%;
	background-color:#FFFFFF;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #B7D2FF;
	padding-top:10px;
}

#header {

	width:835px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/header-background.jpg);
}

#navbar {

	width:877px;
	height:36px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/navbar.png);
	padding-top:17px;
	padding-right:0px;
	padding-left:0px;
	text-align:center;
		
}

#container {

	width:835px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/background.gif);
	overflow:hidden;	
}

#index-container {

	width:835px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-color:#FFFFFF;
	
}

#portfolio {

	width:835px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-color:#FFFFFF;
	
}

#map {

	width:835px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-image:url(../img/map_loading.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}

#index-left {
	width:247px;
	float:left;
	padding:15px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	height:200px;
}

#index-middle {
	
	width:247px;
	float:left;
	padding:15px;
	height:200px;		
}

#index-right {
	width:247px;
	float:right;
	padding:15px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	height:200px;
}

#big-left {
	width:510px;
	float:left;
	padding:15px;
	height:200px;
}


#footer {

	width:835px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	padding-bottom: 20px;
}

.footer-column {
	width: 33%;
	float:  left;
}

#left {
	
	width:440px;
	padding:15px;
	float:left;
}

#right {
	
	width:300px;
	padding:15px;
	float:right;
}


/* FORMATTING */

.navigation {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	
}

.navigation a {
	color:#FFFFFF;
	text-decoration:none;
	margin-right:10px;
	margin-left:10px;
	font-size:15px;
}

.navigation a:hover {
	color:#3366FF;
	text-decoration:none;
	margin-right:10px;
	margin-left:10px;
	font-size:15px;
}

.navigation li {	
	display:inline;
	list-style-type:none;
	padding:0px;
	margin:0px;	
		
}

.navigation ul {
	padding:0px;
	margin:0px;
		
}

.left {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
}

.contact-details {
	font-family: Helvetica, Arial, sans-serif;
	font-size:20px;
	letter-spacing:-1px;
}

.contact-details a {
	text-decoration:none;
	color:#000000;
}

.left  a:link {
	font-family: Helvetica, Arial, sans-serif;
	color:#000000;
	text-decoration:none;
	border-bottom:thin;
	border-bottom-style:dotted;
}

.left a:hover {
	border-bottom-color:#0000FF;
	color:#0000FF;
}
.left  a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:19px;
	color:#000000;
	text-decoration:none;
	border-bottom:thin;
	border-bottom-style:dotted;
}

.benefits {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#38408B;
}

.benefits a {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#38408B;
	text-decoration:none;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}

.formlabels {
	font-family: Helvetica, Arial, sans-serif;
	font-size:9px;
	color:#38408B;
}

.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	
}

address {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	font-style: normal;	
}

.toolbar {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	
}

.img-no-border {
	border:0px;
}
	
/* HTML TAGS */


a.empties  {
	font-size:29px;
	font-weight:bold;
	padding:3px;
	background:#00CC33;
	border:0px;
	color:white;
}


h1 {
	display:none;
}


h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:24px;
	color: #38408b;
	letter-spacing:-1px;
	margin-top:0px;
	margin-bottom:10px;
}

h3 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#38408B;
	letter-spacing:-1px;
	margin-top:0px;
}

h4 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#38408B;
	letter-spacing:-1px;
	margin-top:10px;
	margin-bottom:5px;
	padding:0px;
}


.pics {  
    height:  394px;  
    width:   835px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {      
    width:  835px; 
    height: 394px; 
    top:  0; 
    left: 0 
} 
#slide {
	width:835px;
	height:394px;
	overflow:hidden;

}

#pricelistpage {
	width:835px;
	overflow:hidden;
	height:250px;
	padding:20px;
	background-color:#FFFFFF;
	background-image:none;

}

#page-header {
	width:835px;
	height:200px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	background-color:#FFFFFF;
}

#small-page-header {
	width:835px;
	height:100px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

.product img {
	float:right;
	
}

hr {
  	border: 0;
  	height: 1px;
	color:#38408B;
	background-color:#38408B;
	margin-top:10px;
	margin-bottom:10px;

}

p {
	margin-bottom:15px;
	line-height:22px;
}

.textarea {
	border: 1px solid #A7B4E0;
	padding:2px;
	margin-bottom:12px;
}

.textarea_big {
	border: 1px solid #A7B4E0;
	padding:2px;
	margin-bottom:12px;
}

.photo img {
	border: 1px solid #666666;
	
}



#left ul {
	list-style:square;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:40px;
	
	
}

#left li {
	font-weight:bold;
	padding-bottom:5px;
	color:#38408B;
}

#left li a {
	font-weight:bold;
	padding-bottom:5px;
	color:#38408B;
	text-decoration:none;
}

.cart th {
	text-align:left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#000;
}

.cart td {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#pricelist th {
	text-align:left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#000;
	font-size:10px;
}

#pricelist td {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size:10px;
}

#pricelist {
	width:820px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#pricelist-nav {
	padding:5px;
	width:100%;
	background-color:#B6CAFF;
	
}

#pricelist-nav ul {
	margin:0px;

}

#pricelist-nav li {	
	list-style:none;
	display:inline;
	padding:2px;
	font-size:11px;
	font-weight:bold;
}

#index-middle td {
	border: none;
}