
/*----------------------------------------
Q2 CSS Framework v1.1
Developed by: Q2 Interactive | david.krasensky@q2.cz
Based on: Elements CSS Framework | http://elements.projectdesigns.org
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
/* @import url("externalLinks.css"); */


/* Elements
----------------------------------------*/
html {
	height: 100%;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	line-height: 150%;
	height: 100%;
}

/*--- Link Styles ---*/
a
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}


/* Standard Definitions
----------------------------------------*/

blockquote	{
	margin: 0 0 18px 18px; 
	color: #666666; 
	font-style: italic;
}
strong	{
	font-weight: bold;
}
em	{
	font-style: italic;
}

.hide {
	display: none;
}
.nobg {
	background-image: none;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clear {
	clear: both;
}
.clear:after { /* fixed > fix-ie.css */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Forms
----------------------------------------*/

input.text {
	padding: 1px 4px;
	border: 1px solid #BBBBBB;
}
textarea {
	padding: 1px 4px;
	border: 1px solid #BBBBBB;
}
input.text:focus, textarea:focus {
	border: 1px solid #000000;
}

.error, .notice, .success {
	padding: 10px; 
	border: 2px solid #dddddd;
	margin: 10px 0;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.error a {
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.notice a {
	color: #514721;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.success a {
	color: #264409;
}



#web-container {
	width: 947px;	
	margin: 0px auto;	
}


/* Header
----------------------------------------*/

#header {
	height: 140px;
}
	#header .logo {
		float: left;
	}
	#header .menu {
		float: right;
		height: 40px;
		background-image: url(../img/menu-bg.jpg);
		background-repeat: no-repeat;
		background-position: right top;
	}
		#header .menu li {
			float: left;
			height: 40px;
			padding: 10px 30px;
			background-image: url(../img/menu-bg.jpg);
			background-repeat: no-repeat;
			background-position: left top;
		}
			#header .menu li a {
				color: #666666;
				font-size: 14px;
				text-decoration: none;
			}
				#header .menu li a:hover {
					text-decoration: underline;
				}


	
	
	
	
	
		
/* Content
----------------------------------------*/
#content {
	
}	
	#content .boxes {
		width: 947px;
		height: 210px;
	}
		#content .boxes .box {
			float: left;
			margin: 0 14px 0 0;
			width: 226px;
		}
			#content .boxes .box.last {
				margin: 0;
			}
			
#content .newsletter {	
	padding: 40px 15px 0 15px;
}
	#content .newsletter .desc {
		width: 440px;
		font-size: 16px;
		line-height: 140%;
		float: left;
	}
	#content .newsletter form {
		width: 425px;
		float: right;
		text-align: right;
		padding: 35px 0 0 0;
	}
	#content .newsletter form .text {
		padding: 3px 10px;
		width: 270px;
	}
	#content .newsletter form .submit {
		width: 113px;
		height: 27px;
		background-image: url(../img/submit-bg.jpg);
		background-repeat: no-repeat;
		text-transform: uppercase;
		color: #ffffff;
		border-width: 0;
		margin: 0 0 0 10px;
		cursor: pointer;
	}

.left-box-link{
	font-size: 11pt;
	font-weight: bold;
	float: left;
	display: block;
	margin-top: 30px;
}
.right-float {
	float: right;
}
H5 {
	font-size: 11pt;
	font-weight: bold;
}
.box-text {
	font-size: 16px;
	line-height: 140%;
}
/* Footer
----------------------------------------*/
#footer {
	background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	padding: 15px;
	margin: 20px 0 0 0;
}
	#footer span {
		padding: 0 4px;
	}

	#footer .call-us {
		text-align: right;
		color: #999999;
		font-size: 16px;
		font-weight: bold;
	}
	
	#footer .footer-links {
		height: 25px;
		padding: 15px 0 0 0;
	}
		#footer .footer-links .l {
			float: left;
		}
		#footer .footer-links .r {
			float: right;
		}
	
	#footer .copy {
		height: 25px;
		padding: 20px 0 0 0;
		color: #666666;
	}
		#footer .copy  .l {
			float: left;
		}
		#footer .copy  .r {
			float: right;
		}
		#footer .copy a {
			color: #666666;
		}







