/* COLOR SCHEME
  blue text     #083360
  blue bgr      #3f72ae
  box1 / green  #64970c  
  box2 / brown  #731f21
  box3 / grey   #282828
  cyan test     #009999
*/

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

body {
	padding: 6px 0px 12px;
	background-color: #ffffff;
	color: #333333;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	text-align: center;
}

h1 {
  font-size: 11px;
  color: #083360;
 	font-weight: bold;
}

.hr {
 border-bottom: 1px solid #999999; */
}

a {
	text-decoration: underline;
}

a:hover {
	color: #305785;
	background-color: inherit;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 10px;
	text-align: justify;
	line-height: 15px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}

input, textarea, slelect {
	background-color: #ffffff;
	color: #666666;
	font-size: 11px;
}

.container {
	margin: 0px auto;
	padding-top: 7px;
	width: 732px;
	background: url('img/background_top.gif') repeat-x 0px 0px;
	text-align: justify;
}

.headImage {
	margin-bottom: 1px;
	background: url('img/header_image.jpg') no-repeat 100% 0px;
	width: 732px;
	height: 174px;
	overflow: hidden;
}

.headLogo {
	position:absolute;
  width: 221px;
	height: 174px;
  background: url('img/website_name.gif') #3f72ae no-repeat 50% 50%; */
  color: #ffffff; /* pripadny text */
  
}

.hMenuSubst {
	height: 7px;
  background: url('img/background_top.gif') repeat-x 0px 0px;
}

#page_content {
	padding: 0px;
	width: 732px;
  border-left: 1px dashed #333333;
  border-right: 1px dashed #333333;
}

.content_box {
	margin: 0px auto;
	padding: 11px 0px 0px;
	width: 710px;
}

#services_column {
	padding-top: 1px;
	width: 424px;
	text-align: right;
	float: left;
}

#services1 {
	position:relative;
  margin: 2px 0px 0px auto;
	width: 414px;
	height: 120px;
	background: url('img/_thumbnail01.gif') #999999 no-repeat 0px 0px;
	color: #ffffff;
	overflow: hidden;
	text-align: left;
}

#services2 {
	position:relative;
	margin: 2px 0px 0px auto;
	width: 414px;
	height: 120px;
	background: url('img/_thumbnail02.gif') #666666 no-repeat 0px 0px;
	color: #eeeeee;
	overflow: hidden;
	text-align: left;
}

#services3 {
	position:relative;
	margin: 2px 0px 0px auto;
	width: 414px;
	height: 120px;
	background: url('img/_thumbnail03.gif') #333333 no-repeat 0px 0px;
	color: #cccccc;
	overflow: hidden;
	text-align: left;
}

.services_textbox {
	margin-left: 155px;
	margin-right: 10px;
	width: 248px;
}

.services_textbox p {
	margin-bottom: 5px;
}

.link-more {
	position: absolute;
  text-align: right;
	font-weight: bold;
	font-size: 10px;
	bottom:7px;
	right:11px;
}

.link-more a {
	color: #fff;
	background-color: inherit;
}

.link-more a:hover {
	color: #d7d7d7;
	background-color: inherit;
}


/* Order Cards */

#order_cards {
	margin: 3px 0px 3px 16px;
  padding: 7px;
	border: #666666 1px solid;
	float: left;
	width : 267px;
	clear: right;
}

#order_cards a {
	color: #9f0b17;
	background-color: inherit;
}

#order_cards a:hover {
	color: #387e28;
	background-color: inherit;
}

#mailing_list {
	margin-bottom: 1px;
	margin-left: 16px;
  padding: 7px;
	width: 269px;
	float: left;
	background-color: #2CA4A0;
	color: #ffffff;
}

#mailing_list h1 {
  color: #ffffff;
}

#mailing_list input, textarea {
  padding: 1px;
  border: none;
	width: 200px;
	float: left;
}

#mailing_list input.button {
	color: #ffffff;
	font-weight:bold;
	background: #666666;
}

#mailing_list td {
	vertical-align: top;
}

/* Footer Links */

#footer_links {
	padding: 18px 0px 0px;
	color: #083360;
	background: url('img/footer_background.gif') #fff repeat-x 0px 1px;
	font-family: tahoma, arial, sans-serif;
	/* font-weight: bold; */
	text-align: center;
}

#footer_links a {
	color: #083360;
	text-decoration: underline;
}

#footer_links a:hover {
	color: #185799;
}

#ad_links {
	color: #f0f0f0;
	font-family: tahoma, arial, sans-serif;
	text-align: center;
	float: left;
}

#ad_links a {
  color: #f0f0f0;
}

