/*
Theme Name: Spot Zero Water
Theme URI: http://cristianpopa.com/portfolio-2
Description: Custom Theme for Spot Zero Water build by Cristian Popa.
Version: 1.0
Author: Cristian Popa
Author URI: http://cristianpopa.com/portfolio-2
Tags: 
*/

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #031b3e url(images/bg_pg.gif) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b6daff;
	line-height: 18px;
	}
	
a:link, a:visited {
	color: #fff;
	text-decoration: none;
	}
	
a:hover, a:active {
	text-decoration: underline;
	}
	
h1, h2, h3, h4, h5 {
	margin: 30px 0 15px 0;
	font-weight: normal;
	line-height: normal;
	color: #fff;
	}
	
h1 {font-size: 30px;}
h2 {font-size: 27px;}
h3 {font-size: 20px;}
h4 {font-size: 15px;}
h5 {font-size: 10px;}
	
p, ul, ol {
	margin: 10px 0 0 0;
	}
	
ul, ol {
	margin-left: 40px;
	}
	
img {
	border: none;
	}

small {
	position: relative;
	top: -10px;
	}

#page {
	width: 984px;
	margin: auto;
	}
	
#logo {
	height: 105px;
	text-align: left;
	}
	
#logo h1 {
	text-indent: -99999px;
	height: 90px;
	width: 300px;
	background: url(images/logo.gif) no-repeat 0 0;
	position: relative;
	top: 20px;
	left: 0;
	margin: 0;
	}
	
#login {
	float: right;
	position: relative;
	top: 45px;
	right: 20px;
	font-size: 11px;
	}
	
#login a {
	color: #4486d1;
	}
	
#header {
	background: url(images/header.jpg) no-repeat 0 0;
	height: 305px;
	margin: 6px 0 0 0;
	}
	
#nav {
	float: right;
	position: relative;
	top: 263px;
	right: 5px;
	}
	
#nav ul {
	list-style-type: none;
	margin: auto;
	}
	
#nav ul li {
	padding: 0 1px;
	display: inline;
	}
	
#content {
	background: url(images/bg_body.gif) repeat-y 0 0;
	margin: 1px 0 0 0;
	}
	
#content img {
	border: 1px solid #237bd3;
	padding: 5px;
	}
	
img.alignleft {
	margin: 0 20px 20px 0;
	float: left;
	}
	
img.alignright {
	margin: 0 0 20px 20px;
	float: left;
	}
	
#it {
	padding: 20px 80px;
	background: #051f46 url(images/bg_it.gif) repeat-x 0 0;
	border: 1px solid #467cb5;
	border-top: none;
	}
	
#footer {
	height: 50px;
	margin-top: 25px;
	color: #658bb2;
	font-size: 11px;
	text-align: right;
	}	
	
#footer a:link, #footer a:visited {
	color: #b6daff;
	text-decoration: none;
	}
	
#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: underline;
	}
	
/* MISC */

.insert {
	float: right;
	clear: none;
	width: 200px;
	border: #ccc 1px solid;
	font-size: 11px;
	margin: 20px 0 20px 20px;
	}
	
.insert ul {
	margin: 0 0 0 20px;
	}
	
.insert_it {
	padding: 0 10px;
	}
	
	
table.specs {
	border: 1px dotted #4486d1;
	border-collapse: collapse;
	margin: 20px auto;
	}
	
table.specs p {
	margin: 0;
	padding: 0;
	}

table.specs th {
	margin: 0;
	padding: 10px 10px;
	text-align: center;
	background: #cce4ff;
	color: #041e44;
	}
	
table.specs td {
	padding: 10px 3px;
	border: 1px dotted #4486d1;
	border-collapse: collapse;
	}
	
.sd {
	clear: both;
	}
	
/* CLEARFIX */
	
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}