﻿/*
---------------------------------
//CSS template
---------------------------------
*/

html {
	background-color:#7b7b7b;
}
body {
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: center;
	color: #444444;
	margin-bottom: 20px;
}
a {
	text-decoration: none;
	color: #1590CF;
}
a:hover {
	text-decoration: underline;
	color: #128ECE;
}
a img {
	border: none;
}
h1 {
	display:none;
}
h2 {
	color: #B5B5B5;
	font-family:verdana, arial;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 15px;
}
h3 {
	color: #666666;
	font-family:tahoma, verdana, arial;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
p {
	color: #626262;
	font-size: 11px;
	margin-bottom: 22px;
}
blockquote {
	font-size: 11px;
	font-style:italic;
}
.fr {
	float: right;
	padding: 1em 0 1em 1em;
}
.fl {
	float: left;
	padding: 1em 1em 1em 0;
}
/* CONTAINER  */

#container {
	text-align: left;
	margin: auto;
	width: 900px;
}
/* LOGO */

#logo {
	background: url(../images/logo.jpg) no-repeat;
	width: 310px;
	height: 130px;
	position: absolute;
	margin-left: 50px;
	margin-top: 20px;
}
/* TOP */

#top {
	background: url(../images/top_bg.png) repeat-x;
	height: 92px;
}
#menuContainer {
	margin-left: 400px;
	padding-top: 35px;
}
DIV.menuButton a, DIV.menuButton a:active, DIV.menuButton a:visited {
	width:75px;
	height:19px;
	padding-top: 2px;
	font-size: 11px;
	font-weight: lighter;
	text-transform:capitalize;
	color: #ddddd1;
	float:left;
	text-align:center;
	margin-right: 10px;
}
DIV.menuButton a:hover {
	background: url(../images/hover.png);
	cursor:pointer;
	text-decoration:none;
	color:#f1f1f1;
}
DIV.active a, DIV.active a:active, DIV.active a:visited {
	background: url(../images/hover.png);
	cursor:pointer;
	text-decoration:none;
	color: #f1f1f1;
}
/* BANNER */

#banner {
	background: url(../images/banner.jpg) no-repeat;
	height: 338px;
	width: 900px;
}
/* SIDEBAR */

#sidebar {
	width: 213px;
	position:absolute;
	margin-left: 660px;
	margin-top: 25px;
}
#services {
	height: 200px;
	background-color: #e6e6e6;
	border: 1px solid #d7d7d7;
	padding: 20px;
}
#services ul {
	list-style: square;
	color: #b6b6b6;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 20px;
}
#newsletter {
	background: url(../images/newsletter_bg.jpg) no-repeat;
	width: 213px;
	height: 62px;
	margin-top: 10px;
	padding-top: 40px;
	color: #f1f1f1;
	padding-left: 20px;
	padding-right: 40px;
}
#fb {
	background: url(../images/fb-bg.jpg) no-repeat;
	width: 183px;
	height: 92px;
	margin-top: 10px;
	padding-top: 40px;
	color: #f1f1f1;
	padding-left: 20px;
	padding-right: 40px;
}
input.newsletterEmail {
	width: 115px;
}
input.newsletterSubmit {
	width: 50px;
	height:20px;
	border:1px solid #ffffff;
	background: transparent;
	cursor:pointer;
	color:#ffffff;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
/* DIVIDER */

#divider {
	width: 900px;
	background: url(../images/divider.png) repeat-x;
	height: 20px;
}
/* CONTENT */


#content {
	width:620px;
	background-color: #ededed;
	padding: 20px 260px 20px 20px;
	float:left;
	min-height:320px;
	height:auto !important;
	height:320px;
}
/* FOOTER */

#footer {
	width:900px;
	height: 240px;
	background-color: #b5b5b5;
	border-top: 2px solid #cccccc;
	padding-top: 8px;
	float:left;
}
DIV.footerLeft {
	width: 520px;
	float:left;
	text-align:left;
	margin-left: 30px;
}
DIV.footerRight {
	width:300px;
	float:right;
	text-align:right;
	margin-right: 30px;
}
/*
---------------------------------
//Forms
---------------------------------
*/

form {
	font-size: 11px;
}
input {
	font-size: 11px;
}
textarea {
	font-size: 11px;
}
input.submit, input.reset {
	background: url(../images/button.png) no-repeat;
	width: 60px;
	height: 25px;
	color: #ffffff;
	font-size: 10px;
	font: Arial, Helvetica, sans-serif;
	font-variant: normal;
	border: 0px;
	cursor: pointer;
	font-weight: lighter;
	text-transform: uppercase;
	margin-left: 10px;
}
input.submit:hover, input.reset:hover {
	background:url(../images/button_hover.png);
	float: right;
}
input.submit {
	margin-left: 78px;
}
form li {
	list-style-type: none;
	padding-bottom: 10px;
}
label {
	float: left;
	width: 5em;
	margin-right: 2em;
	margin-top: 2px;
}
/*
---------------------------------
//Primary content
---------------------------------
*/

/* FRONT PAGE */

		DIV.coloumn {
	width: 140px;
	float:left;
	margin-right: 18px;
}
DIV.coloumnLast {
	width: 140px;
	float:left;
}
DIV.coloumn h3, DIV.coloumnLast h3 {
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}
DIV.coloumn p, DIV.coloumnLast p {
	margin-left: 5px;
	font-style:normal;
}
.coloumnImage {
´ padding: 2px;
	margin:2px;
	border: 2px solid #a6a6a6;
}
.readMore {
	float:left;
	font-size: 11px;
}
/* ABOUT US */

		.aboutusImage {
	padding: 2px;
	margin:2px;
	border: 1px solid #a6a6a6;
	float:right;
	margin-left: 20px;
	/* [disabled]padding-bottom: 50px;
*/
	margin-bottom: 60px;
}
/* CONTACT */

		#contactForm {
	width: 380px;
	float:left;
}
#contactInformation {
	border-left: 1px solid #cccccc;
	width: 210px;
	padding-left: 20px;
	float:left;
}
.specialoffers {
	color: #EDEDED;
}
#mainul {
	margin-left: 22px;
	font-size: 11px;
	line-height: 20px;
}
.main-divider-long, .main-divider-short {
	background: url(../images/main-divider.gif) repeat-x;
	height: 2px;
	width: 100%;
	margin: 15px 0px 20px 0px;
	clear: both;
}
.main-divider-short {
	margin-right: 80px;
	width: auto;
}
.main-divider-small {
	background: url(../images/main-divider.gif) repeat-x;
	height: 2px;
	width: 100%;
	margin: 10px 0px;
}
.textblock {
	border: 1px #bbb solid;
	padding: 10px;
	background-color: #f2f2f2;
}
#note {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #992222;
	border: 1px #f0c020 solid;
	display: none;
	background-color:#ffffdd;
	text-align: center;
}
.notification_ok {
	color: #229922;
}
/* box style */


.box {
	width: 100%;
	margin-top: 15px;
	float: left;
}
.ulnone {
	font-size:9px;
	padding-left:20px;
	list-style-type:circle;
}
.link1 A:link {
	text-decoration: none;
	color:#FFF;
	font-size:10px;
}
.link1 A:visited {
	text-decoration: none;
	color:#FFF;
	font-size:10px;
}
.link1 A:active {
	text-decoration: none;
	color:#FFF;
	font-size:10px;
}
.link1 A:hover {
	text-decoration: underline;
	color:#FFF;
	font-size:10px;
}

