/**
 * 
 * www.innovatiivne.ee
 * 
 * @version 11.02.2010
 * 
**/

*
{
	margin: 0px;
	padding: 0px;
}

html, body
{
	height: 100%;
	color: #555555;
	font-size: 12px;
	font-family: Arial;
	background-color: #fafafa;
}

hr
{
	clear: both;
	height: 1px;
	border: none;
	margin: 30px 0px;
	border-bottom: 1px dashed #ccc;
}

img
{
	border: none;
}

a
{
	outline: none;
}

h1
{
	padding: 0px;
	color: #f6701d;
	color: #2d90b9;
	font-size: 25px;
	font-family: Arial;
	font-weight: normal;
	margin: 0px 0px 32px 0px;
}

h2
{
	color: #444;
	font-size: 15px;
	margin: 0px 0px 15px 0px;
}


/**
 * 
 * Different link styles
 * 
**/

a:link, a:visited
{
	color: #2d90b9;
	text-decoration: none;
}

a:hover, a:active
{
	color: #da0000;
	text-decoration: underline;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
	text-decoration: none;	
}

td
{
	text-align: left;
	vertical-align: top;
}

.container
{
	width: 930px;
	margin: 0 auto;
	min-width: 930px;
}

#logo
{
	top: 57px;
	left: -10px;
	float: left;
	position: absolute;
}


#container
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px auto;
}

#push
{
	clear: both;
	height: 120px;
}

#topmenu
{
	height: 50px;
	min-width: 930px;
	padding-top: 0px;
	background-color: #194b5e;
	background-repeat: repeat-x;
	background-image: url('img/bg1.png');
}

#topmenu ul
{
	float: right;
	margin-top: 15px;
	padding-right: 7px;
	list-style-type: none;
}

#topmenu ul li
{
	float: left;
	padding: 1px 0px 0px 50px;
	
}

#topmenu ul li a
{
	color: #eeeeee;
	font-size: 13px;
	text-decoration: none;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

#header
{
	height: 300px;
	color: #ffffff;
	min-width: 930px;
	background-repeat: repeat-x;
	background-image: url('img/bg2.png');
}

#header a
{
	text-decoration: none;
}

#header #incuda-text
{
	float: left;
	width: 400px;
	font-size: 15px;
}

#header #title
{
	color: #ffffff; 
	font-size: 35px; 
	padding-top: 30px; 
	font-family: Arial; 
	letter-spacing: 1px;
}

#header #title span
{
	float: right;
	font-size: 18px;
	margin: 10px 0px 0px 0px;
}

a.button, a.button1
{
	float: left;
	display: block;
	color: #ffffff;
	font-size: 12px;
	padding: 0px 17px;
	font-weight: bold;
	margin: 1px 0px;
	background-repeat: repeat-x;
	background-image: url('img/bg-button1.png');

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.button2
{
	float: left;
	display: block;
	color: #ffffff;
	font-size: 13px;
	padding: 2px 17px;
	font-weight: bold;
	margin: 1px 0px;
	background-repeat: repeat-x;
	background-image: url('img/bg-button2.png');

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.button:hover, a.button1:hover, a.button2:hover, a.button:active, a.button1:active, a.button2:active
{
	text-decoration: none;
}

#header .button
{
	float: left;
	color: #ffffff;
	font-size: 12px;
	background: none;
	font-weight: bold;
	padding: 10px 15px;
	font-family: Arial;
	text-transform: uppercase;
	margin: 35px 15px 0px 0px;
	background-color: #2e8ab0;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#content
{
	margin: 0 auto;
	min-width: 930px;
	padding-top: 30px;
	background-repeat: repeat-x;
	background-image: url('img/bg3.png');
}

#content-text
{
	float: left;
	width: 620px;
	font-size: 13px;
	margin-top: 10px;
	text-align: left;
	line-height: 25px;
	font-family: Arial;
}


#content-panel
{
	color: #666;
	float: right;
	width: 240px;
	padding: 20px;
	font-size: 12px;
	line-height: 25px;
	background-color: #f4f4f4;
	margin: 10px 0px 40px 25px;
	border: 1px dashed #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content-panel hr
{
	border: none;
	height: 1px;
	margin: 20px 2px;
	border-bottom: 1px dashed #cccccc;
}

#content-panel table
{
	width: 100%;
}

#content-panel td
{
	text-align: left;
}

#content-panel input
{
	padding: 2px 1px;
	margin: 2px 0px;
	font-size: 11px;
}

#content-panel .panel-element img
{
	float: left;
	margin: 0px 15px 7px 3px;
}

#content-panel .panel-title
{
	font-size: 15px; 
	font-weight: bold; 
	padding: 10px 0px 0px 15px;
}

#content-panel .panel-text
{
	clear: both;
	margin-top: 5px;
}

#content-panel .panel-link
{
	clear: both; 
	margin-top: 15px;
	font-weight: bold; 
}

#content-panel .panel-link a
{
	color: #666666;
}

#footer
{
	clear: both;
	height: 90px;
	color: #666666;
	font-size: 11px;
	min-width: 930px;
	margin-top: 40px;
	padding: 30px 0px 0px 0px;
	background-color: #e8e8e8;
	background-color: #f4f4f4;
	background-repeat: repeat-x;
	border-top: 1px solid #dddddd;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


#footer b
{
	font-size: 12px;
	color: #424242;
	display: block;
	margin-bottom: 15px;
}


/**
 * 
 * 
 * 
**/


.underline
{
	text-decoration: underline;
}

.error
{
	color: #da0000; 
	font-weight: bold;
}

.error-hidden
{
	display: none;
	color: #da0000; 
	font-weight: bold;
}

.rounded-corners
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contact-form td
{
	margin: 2px;
	padding: 3px;
	vertical-align: top;
}


#warranty
{
	clear: both;
	padding: 15px;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #c9c9c9;
	background-color: #ffffcc;
}


/**
 * 
 * Blog CSS
 * 
**/

.blog-post p
{
	margin-bottom: 20px;
}

.blog-post ul
{
	margin: 0px;
}

.blog-post li
{
	font-weight: normal;
	margin: 0px 0px 0px 10px;
}

#blog-index h1, .blog-post h1
{
	margin: 0px;
}

#blog-index h2, .blog-post h2
{
	margin: 25px 0px 25px 0px;
	border-bottom: 2px solid #666;
}

#blog-index img, .blog-post img
{
	padding: 5px;
	margin: 15px 0px;
	border: 1px solid #ccc;
	background-color: #ffffff;
}

#blog-index ul, .blog-post ul
{
	margin-left: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	list-style-type: square;
}

.blog-post-metadata
{
	color: #999999;
	font-size: 10px;
	margin: 0px 0px 30px 0px;
}

.blog-post-metadata a 
{
	color: #999999;
	text-decoration: underline;
}

#blog-index-navigation a:link, #blog-index-navigation a:visited
{
	color: #555555;
	text-decoration: none;
}

#blog-index-navigation a:hover, #blog-index-navigation a:active
{
	color: #da0000;
	text-decoration: underline;
}

#blog-post-navigation
{
	height: 25px;
	margin-top: 40px;
	padding: 10px 10px;
	background-color: #f0f0f0;
	border-top: 1px solid #ccc;
}

#blog-post-navigation-prev, #blog-post-navigation-next
{
	color: #666;
	font-weight: bold;
}

.blog-post-readmore
{
	height: 37px;
}

.blog-post-readmore a
{
	float: left;
	color: #666666; 
	padding: 5px 25px; 
	font-weight: bold; 
	border: 1px solid #ddd; 
	background-color: #f5f5f5;
	margin: 0px 15px 0px 0px;
}

#blog-post-related
{
	padding: 20px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}

#blog-post-related ul
{
	list-style-type: none;
}

#blog-post-related li
{
}

#blog-post-related a
{
	font-size: 12px;
}

#blog-post-related span
{
	float: right;
	color: #999999;
	font-size: 10px;
}

#blog-post-comments
{
	font-size: 11px;
	line-height: 15px;
	padding: 20px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
}

#blog-post-comments h3
{
	color: #da0000;
	color: #666699;
	color: #164051;
	font-size: 16px;
	margin: 0px 0px 15px 0px;
}

#blog-post-comments hr
{
	margin: 20px 0px;
	border-bottom: 1px solid #e0e0e0;
}

.blog-post-comment
{
}

.blog-post-comment-metadata
{
	float: right;
	color: #999999;
	font-size: 10px;
}

#blog-post-comment-form
{
	
}

#blog-post-comment-form td
{
	vertical-align: top;
	border-bottom: 10px solid #fafafa;
}
