/*
	=====================================
	project: Distinctive
	author:  Luka Cvrk (www.solucija.com)
	-------------------------------------
	2009. Solucija
	=====================================
*/

*{
	margin: 0;
	padding: 0;
/*	outline: 1px solid red;*/
	}
:focus,:active {
	outline: 0;
	}
img{
	border: 0;
	}
body {
	font: .8em 'Helvetica Neue', Arial, Tahoma, Verdana;
	background: #fff url(../images/bg.gif) repeat-x; color: #777;
	padding: 10px;
	padding-top: 0;
	line-height: 19px;
	}
a { text-decoration: none; color: #B20F0F; }
h1 {
	font-size: 15px;
	font-weight: normal;
	}
h1 a {
	color: #fff;
	font-size: 1.6em;
	}
h2 {
	font-size: 20px;
	margin-bottom: 25px;
	letter-spacing: -3px;
	}
h3 {
	font-size: 1.2em;
	background: #B00A0A url(../images/redbg.gif) repeat-x left bottom;
	padding: 6px 7px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 10px 0;
	float: left;
	}
h4 {
	margin: 0 0 15px;
	color: #666;
	font-weight: normal;
	font-size: 1.6em;
	font-weight: normal;
	}
h5 {
	font-size: 12px;
	}

p {
	clear: both; line-height: 1.64em;
	margin: 0;
	margin-bottom: 30px;
	}
.line {
	clear: both;
	border-bottom: 1px solid #ddd;
	margin: 0 0 45px;
	}
.clear {
	clear: both;
	}
#content {
	width: 800px;
	margin: 0 auto;
	}
#top {
	color: #ccc;
	padding: 6px 20px 0;
	font-size: .84em;
	text-align: right;
	}
#logo {
	float: left;
	background: url(../images/redbg.gif) repeat-x top center;
	padding: 100px 10px 10px;
	margin: -52px 0 20px;
	}
#logo h1 {
	text-shadow: 1px 1px 1px #7E0E0E;
	}
#menu {
	float: right;
	margin: 63px 20px 0;
	font-weight: bold;
	}
#menu li {
	display: inline;
	font-size: 1.3em;
	}
#menu li a {
	float: left;
	color: #bbb;
	padding: 0 0 5px;
	margin: 0 0 0 40px;
	}
#menu li a:hover, #menu li.current a, #menu li a:focus {
	color: #000;
	border-bottom: 1px solid #ddd;
	}

/*
#pitch {
	background: url(../images/monitor.gif) no-repeat right top;
	padding: 30px 350px 0 0;
	border-bottom: 1px solid #ddd;
	height: 210px;
	margin: 0 0 35px;
	}
#pitch {
	font-size: 2.6em;
	color: #000;
	margin: 0 0 20px;
	}
#pitch h2 {
	line-height: 1.5em;
	}
*/
.left {
	float: left;
	width: 200px;
	}
.right {
	float: right;
	width: 600px;
	margin: 0 0 20px;
	}
.right h3 {
	background: #808080;
	font-size: .84em;
	font-weight: bold;
	}
.third {
	float: left;
	width: 296px;
	margin: 0 40px 20px 0;
	}
.last {
	margin-right: 0;
	}
#footer {
	clear: both;
	font-size: 1.2em;
	border-top: 1px solid #ddd;
	padding: 20px 0 0;
	text-align: center;
	}

table {
	margin-bottom: 30px;
	}
th,td {
	padding: 5px;
	}
th {
	width: 80px;
	text-align: right;
	background: #bbb;
	color: white;
	}
ol {
	list-style-type: circle;
	list-style-position: inside;
	}
#Services li {
	margin-bottom: 15px;
	}
#PrivacyPolicy ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: -30px 0 30px 20px;
	}

input {
	color: #888;
	font-size: 18px;
	width: 400px;
	background: #f9f9fb;
	}
textarea {
	color: #888;
	font-size: 15px;
	width: 400px;
	height: 200px;
	background: #f9f9fb;
	}
.button_pane {
	text-align: center;
	}
.button_pane img {
	margin: 0 auto;
	}
