html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
form {
	margin-bottom: 15px;
}

/* GENERAL */

body  {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	text-align: left;
	color: #999999;
	background-image:url(Images/body_header.png);
	background-repeat: no-repeat;
	line-height: 17px;
	}

	
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
	
a {
	text-decoration: none;
	color: #999999;
	}

a:hover {
	text-decoration: underline;
	color: #999999;
	}
	
img {
	border: none;
	}

h1, h2, h3, h4, h5, h6 {
	color: #1EA3BB;
	font-weight: bold;
	font-size: 16px;
	}
	
.container {
	width: 950px;
	margin: 0px auto;
	text-align: left;
	}

/* HEADER */

.header {
	float: left;
	width: 950px;
	background: url(Images/header.png) no-repeat;
	height: 300px;
	}
	
.logo {
	float: left;
	width: 200px;
	margin: 18px 0 0 32px;
	display:inline;
	text-align:center;
	}

.navigation {
	float: right;
	width: 600px;
	font-size: 14px;
	margin: -05px 0 0 0px;
	font-weight: bold;
	}
	
.navigation  ul{
	margin-top:12px;
	}
	
.navigation li {
	float: left;
	margin: 0px auto; 
	padding: 04px 30px 0 30px; 
	list-style: none; 
	}
	
.navigation li a{
	color: #FFFFFF;
	text-decoration: none;
	}
	
.navigation li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.navigation .active{
	background-image: url(Images/navigation_hover.png);
	height: 24px;
	}
	
.navigation .long {
	background-image: url(Images/navigation_hover_long.png);
	height: 24px;
	}
	
.navigation .contact {
	background-image: url(Images/navigation_hover_contact.png);
	height: 24px;
	}
	
.slogan {
	clear: both;
	margin: 100px 0 17px 500px;
	padding:0;
	width: 450px;
	font-size: 34px;
	font-weight:normal;
	color: #FFFFFF;
	line-height: 40px;
	}
	
.icon_twitter {
	float: right;
	width: 90px;
	margin: 40px 40px 0 0;
	}
	
.icon_mail {
	float: right;
	width: 90px;
	margin: 40px 0px 0 0;
	}
	
/* MAIN */

.main {
	float: left;
	width: 490px;
	margin: 20px 0 20px 18px;
	padding-top:20px;
	background:#FFFFFF;
	}
	
.main_adwords {
	float: left;
	width: 490px;
	margin: 20px 0 20px 18px;
	padding-top:20px;
	background:#FFFFFF;
	color: #1a1a1a;
	}
	
.feedback {
	border: 1px solid #999999;
	padding: 8px;
	margin-bottom: 5px;
	}
	
.underline {
	text-decoration: underline;
	}
	
.portfolio {
	width: 490px;
	}
	
.portfolio td{
	border: 1px solid #cccccc;
	width: 33%;
	}
	
.portfolio tr {
	border: 1px solid #cccccc;
	}
	
/* ICONS */

.icon {
	float: left;
	padding-right: 10px;
	}
	
.littleicons li{
	float: left;
	height: 20px;
	width: 350px;
	}

.littleicons li a{
	color: #999999;
	text-decoration: none;
	}
	
.littleicons li a:hover{
	color: #999999;
	text-decoration: underline;
	}
	
.littleicons img {
	float: left;
	padding-right: 10px;
	}
	
.littletext {
	float: left;
	padding-top: 04px;
	}
			
/* RIGHT */

.right {
	float: left;
	width: 350px;
	margin: 20px 0 20px 47px;
	padding-top:20px;
	}

.title2 {
	font-size: 12px;
	color: #58B03A;
	font-weight: bold;
	}
	
.title2 a {
	color: #58B03A;
	}
	
.title2 a:hover {
	text-decoration: underline;
	color: #58B03A;
	}
	
.right p {
	height: 75px;
	}
	
.right a img{
	border: 3px solid #CCCCCC;
	}
	
.right a:hover img {
	border: 3px solid #999999;
	}
	
/* FOOTER */

.footer {
	clear: both;
	float: left;
	height: 240px;
	width: 100%;
	margin: 23px 0 0 0;
	background: url(Images/footer.jpg) repeat-x #000000;
	text-align: left;
	}
	
.footer_inner{
	width: 950px;
	margin: 0px auto;
	padding: 10px 0 0 0;
	text-align: left;}

.footer img{
	padding: 0 10px;
	float:left;
	}
	
.footer_content{width:200px; float:left;}
.footer a{
	text-decoration: none;
	font-weight: none;
	}

.footer a:hover{
	text-decoration: underline;
	}
	
.footercontainer {
	margin: 0px auto;
	text-align: left;
	width: 950px;
	}
	
.footermonitoring {
	float: left;
	width: 295px;
	margin: 20px 0 20px 0;
	}

.footerppc {
	float: left;
	width: 295px;
	margin: 20px 0 20px 0;
	}
	
.footercontact {
	float: left;
	width: 295px;
	margin: 20px 0 20px 0;
	}
	
.title {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 14px;
	}
	
.terms {
	float: left;
	margin: 13px 0 0 0;
	width: 609px;
	}
	
.links {
	float: right;
	width: 290px;
	margin: 13px 50px 0 0;
	}
	
/* FORM */

label {
	float: left;
	margin-top: 11px;
	}
	
.contactform {
	float: left;
	margin: 0 0 0 0;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #A3A3A3;
	text-align: right;
	padding: 05px;
	}
		
input {
	border:1px solid (light grey color);
	border-bottom:1px solid (dark grey);
	border-right:1px solid (dark grey);
	color: #999999;
	height: 17px;
	padding: 7px;
	width: 278px;
	margin: 05px auto;
	}

textarea {
	border:1px solid (light grey color);
	border-bottom:1px solid (dark grey);
	border-right:1px solid (dark grey);
	color: #999999;
	padding: 7px;
	height: 73px;
	width: 278px;
	text-align: left;
	}
	
.Submit {
     width: 100px;
     height: 38px;
     border: none;
     cursor: pointer;
	}

/* SLIDER */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 0.8em;	
	font-weight: bold;
	font-size: 13px;	
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	cursor: pointer;
	border: 0px solid #334143;
	background: #000000;
	text-shadow: 1px 1px 0 #202020;
}
.caption-top {
   border-width: 0px 0px 5px 0px;
}
.caption-bottom {
   border-width: 5px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }
