
/* Main body styles */

	body {
		
		font-size:10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin:10px 0 0 0;
		padding:0;
		text-align:center;
		color:#333;
		background:url(../images/layout/bodybg.gif) repeat;
		
	}
	
	html {
	
		min-height: 100%;
		margin-bottom: 1px;
		
	}
	hr {
		border: none 0; 
		border-top: 1px solid #CCC;/*the border*/
		width: 100%;
		height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	} 

	form {
		margin:0;
		padding:0;
	}
	
/* Text Styling */

	a {
	
		color:#669999;
	
	}
	
	a img { border:none; } /* Gets rid of blue border on linked images */
	
	p, h1, h2, h3, h4, h5, ul {
	
		margin:0 0 15px 0;
		padding:0;
		font-weight:normal;
	
	}
	
	h1, h2, h3, h4, h5 {
	
		color:#666;
		font-family:Calibri, Verdana, Arial;
	
	}
	h1 a, h2 a, h3 a, h4 a, h5 a {
	
		color:#666;
		text-decoration:none;
	
	}
	h1 { font-size:21px;}
	h2 { font-size:17px;}
	h3 { font-size:16px;}
	h4 { font-size:14px;}
	h5 { font-size:12px;}
	
	p, ul {
	
		font-size:11px;
		line-height:145%;
	
	}

	ul {
	
		margin: 0 0 0 30px;
		padding:0;
	}
	
	li {
	
		margin-bottom:5px;
	
	}

/* Main layers */
	#Logo{
	height:60px;
	width:150px;
	float:right;
	margin-right:20px;
	display:inline;
	}

	#wrapper {
	
		margin:0 auto;
		width:822px;
		text-align:left;
		background-color:#FFF;
	
	}
	#tickbox {
		margin:0 auto;
		width:822px;
	}
	#tickbox a {
		color:#666;
		text-decoration:none;
	}
	#banner {
	
		height:105px;
	
	}
	
	#banner_right {
	
		margin:21px 0 0 0;
		display:inline;
		float:right;
		text-align:right;
	
	}
	
	#banner_right p {
	
		font-family:Calibri, Verdana, Arial, Helvetica;
		font-size:17px;
		color:#366;
		padding:12px 20px 0 0;
	
	}
	
	#nav, #footer, #content, #home_clicks {
	
		margin:0 21px 0 21px;
	
	}
	
	#content {
	
		overflow:hidden;
	
	}
	
	#leftcol {
	
		float:left;
		width:460px;
		padding:10px
		
	}
	
	#rightcol {
	
		float:right;
		width:280px;
	
	}
	
	#min_height {
		float:right;
		height:250px;
		width:0;
	}
	
	#home_clicks {
	
		overflow:hidden;
	
	}
	
	#home_clicks div {
	
		float:left;
		margin:0 19px 0 0;
		display:inline;
		width:245px;
		height:143px;
		border:1px solid #cec9bf;
		background-repeat:no-repeat;
		background-position:top left;
	
	}
	
	#home_clicks div a {
	
		text-align:right;
		display:block;
		padding:2px 5px 0 0;
		width:240px;
		height:141px;
		font-size:17px;
		color:#666;
		text-decoration:none;
		font-family:Calibri, Verdana, Arial;
	
	}
	
	#home_clicks div a:hover {
	
		color:#000;
	
	}
	
	#footer {
	
		height:20px;
		border-top:1px solid #cec9bf;
		clear:both;
		padding-top:5px;
		margin-top:1px;
	
	}
	
	#footer p {
	
		color:#999;
		font-size:10px;
	
	}
	
	#footer p a {
	
		color:#999;
		text-decoration:none;
	
	}
	
	#footer p a:hover {
	
		color:#333;
	
	}

/* Main Navigation */

	#nav {
	
		overflow:hidden;
		border-bottom:1px solid #FFF;
		clear:both;
	
	}
	
	#nav ul, #nav li {
	
		margin:0;
		padding:0;
		list-style:none;
	
	}
	
	#nav ul {
	
		width:780px;
		
	}
		
	#nav li {
		
		float:left;
		border-right:1px solid white;
		width:111px;
		text-align:center;
		
	}
	
	#nav li a {
	
		display:block;
		padding:4px 0 4px 0;
		background: #6e6b65 url(../images/layout/navbg.gif) repeat;
		color:#FFF;
		text-decoration:none;
		font-size:12px;
		width:100%;
		font-weight:normal;
	
	}
	
	#nav li a.current {
	
		background:none;
		background-color:#8b8985;
	
	}
	
	#nav li a:hover {
	
		background:none;
		background-color:#8b8985;
	
	}
	
/* Gallery images */

	#gallery {
		margin:11px 0 11px 0;
		display:inline;
		overflow:hidden;
	}
	
	#gallery img {
	
		float:left;
		margin:0 0 11px 0;
		display:inline;
		
	}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../js/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../js/overlay.png", sizingMethod="scale");
	}

	
/* Contact form styles */

#contact_form {
padding: 15px 10px 15px 10px;
width: 95%;
font-size:11px;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
}
#contact_form .box {

	padding:3px;
	font-size:11px;
	width:55%;
	overflow:auto;
	border:1px solid #CCC;
}
#contact_form p {
	font-size:10px;
}
.fieldset {

border: solid #CCC 1px;
padding: 10px;
}
legend span {
display: block;
font-weight: bold;
color: #666;
font-size: 11px;
padding-bottom: 10px;
}

label {
display: block;
}
label span {
width: 8em;
margin-left: 20px;
float: left;
}
label input, label textarea {
width: 120px;
font-family: inherit;
}
#submit {
font-family: inherit;
}
p.error {
	color:red;
	font-weight:bold;
}
p.success {
	color:green;
	font-weight:bold;
}

/* tariff table */

.tariff_table {
	width:100%;
	
}
.tariff_table td, .tariff_table th {
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.tariff_table td {
	text-align:center;
	
}
.tariff_container {
	border:1px solid #CCC;
	padding:7px;
	margin-bottom:20px;
}
.tariff_container h3 {
	margin:20px 0 0 0;
}
#currency {
	float:right;
	border:0px solid #CCC;
	padding:5px;
}
#currency p {
	margin:0;
}
#rightcol img {
	float:left;
	margin-bottom:2px;
}