/* written by Voov (www.voov.hu) & The Shadowhand Company (www.shadowhand.hu), copyright 2009 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
p {
	padding: 0;
	margin: 15px 0 5px 0;
}
br {
	margin: 0;
	padding: 0;
}
a:focus {
	outline:none;
}

a {
	outline: none;
	color: #da231b;
	text-decoration: underline;
}

a:hover {
	outline: none;
	color: #000;
	text-decoration: underline;
}

.clearfix {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
	height: 0;
}
img a {
	border: 0;
	padding: 0;
	margin: 0;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
	float:left;
}
.right {
	text-align: right;
}
.bold {
	margin: 0 0 5px 0;
	font-weight: bold;
}
/***************** Lists *********************/
.list_no {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
.list {
	list-style-type: circle;
	margin:  0 0 20px 18px;
	padding: 0 0 0 0;
	text-align: left;
}

.list li {
	padding: 5px 0 0 5px;
}

.list li a {
	color: #333;
}

.list li a:hover {
	color: #000;
}

.list_in {
	list-style-type: disc;
	margin:  5px 0 20px 23px;
	padding: 0 0 0 0;
	text-align: left;
}
.list_in a {
	color: #a87b4e;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Trebuchet Ms", Arial, Tahoma;
	text-decoration: none;
}
.list_in a:hover {
	color: #a87b4e;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Trebuchet Ms", Arial, Tahoma;
	text-decoration: none;
}
.list_in li {
	padding: 5px 0 0 5px;
}
/***************** Lines *********************/

.line {
	width: 540px;
	margin: 25px 0;
	padding: 0;
	border-top: 1px solid #a6a1a0;
}
.line_shaded {
	margin: 20px 0;
	padding: 0;
	height: 4px;
	background: url(../images/line_shaded.gif) repeat-x left top;
}
/******************* Headlines *****************/

h1 {
	text-decoration: none;
	font-size: 20px;
	margin: 0;
	padding: 15px 0 10px 10px;
	width: 100%;
	color: #7b7a75;
	text-transform: uppercase;
	font-family: "Trebuchet Ms", Arial, Tahoma;
}

h2 {
	font-size: 18px;
	color: #674619;
	margin:  0 0 0 0;
	padding: 0 0 15px 0;
	line-height: normal;
	font-family: "Trebuchet Ms", Arial, Tahoma;
	font-style: italic;
}
/***********************************************/
/* Basic                                       */
/***********************************************/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Segoe Ui", Tahoma, Helvetica;
	font-size: 12px;
	color: #595959;
	background-color: #accec3;
	background-image: url(../images/bg_grad.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

#container {
	width: 800px;
	margin: 0 auto; 
	margin-top: 15px;
}

#main {
	width: 800px;
	float: left;
	background-color: #fff;
}

#header {
	width: 760px;
	height: 75px; 
	margin: 0 auto;
	position: relative;
}

#logo {
	width: 132px;
	height: 55px;
	position: absolute;
	top: 2px;
	left: 10px;
}

#logo_com {
	width: 130px;
	height: 33px;
	position: absolute;
	top: 0;
	right: 10px;
}

#webmail_icon {
	width: 20px;
	height: 38px;
	position: absolute;
	top: 46px;
	right: 152px;
	text-transform: uppercase;
	font-weight: bold;
}

#webmail {
	width: 148px;
	height: 38px;
	position: absolute;
	top: 45px;
	right: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

#webmail a {
	color: #d01911;
	text-decoration: none;
	font-size: 11px;
	border-bottom: 1px dotted #666;
}

#webmail a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #666;
	font-size: 11px;
}

#menu {
	width: 760px;
	height: 29px;
	background-image: url(../images/bg_menu.jpg);
	margin: 0 auto;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 10px 0 0 0;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
	border-bottom: 2px solid #e6e5e5;
}

#header_image {
	width: 760px;
	height: 207px;
	margin: 0 auto;
	background-image: url(../images/header.jpg);
	margin-top: 5px;
}

#content {
	width: 760px;
	margin: 0 auto;	
	border-bottom: 3px double #abaaab;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}

#content h1 {
	margin:  10px 0 15px 0;
	padding: 0 0 5px 0;
	font-family: "Segoe Ui", Tahoma, Verdana;
	color: #da231b;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #abaaab;
}

#content h2 {
	margin: 0 0 12px 0;
	padding: 0 0 0 0;
	font-size: 16px;
	color: #000;
	border: 0;
	text-transform: none;
	font-style: normal;
}

#footer {
	width: 760px;
	margin: 0 auto; 
	margin-top: 10px;
	color: #436a5e;
	font-size: 10px;
	padding-bottom: 40px;
}

#footer_left {
	float: left;
	width: 580px;
}

#footer_left a {
	color: #436a5e;
	text-decoration: none;
}

#footer_left a:hover {
	color: #000;
	text-decoration: underline;
}

#footer_right {
	float: right;
	width: 170px;
	text-align: right;
}

#action {
	width: 760px;
	padding: 0 0 10px 0;
}

#action_img {
	width: 275px;
	float: left;
}

#action_img img {
	border: 5px solid #eee;
}

#action_txt {
	width: 470px;
	float: right;
}

#action h1 {
	margin: 0 0 12px 0;
	padding: 0 0 0 0;
	font-size: 16px;
	color: #000;
	border: 0;
	text-transform: none;
}

#box_holder {
	width: 760px;
}

#box_01 {
	width: 237px;
	height: 260px;
	background-image: url(../images/box_01.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 0 22px 0 0;
	position: relative;
}

#box_01_title {
	position: absolute;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	top: 6px;
	left: 70px;
}

#box_02 {
	width: 239px;
	height: 260px;
	background-image: url(../images/box_02.jpg);
	float: left;
	margin: 0 21px 0 0;
	position: relative;
	background-repeat: no-repeat;
}

#box_02_title {
	position: absolute;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	top: 6px;
	left: 75px;
}

#box_04 {
	width: 239px;
	height: 260px;
	background-image: url(../images/box_04.jpg);
	float: left;
	margin: 0 21px 0 0;
	position: relative;
	background-repeat: no-repeat;
}

#box_04_title {
	position: absolute;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	top: 6px;
	left: 150px;
}

#box_03 {
	width: 241px;
	height: 260px;
	background-image: url(../images/box_03.jpg);
	float: left;
	position: relative;
	background-repeat: no-repeat;
}

#box_03_title {
	position: absolute;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	top: 6px;
	left: 75px;
}


#box_04 {
	width: 237px;
	height: 260px;
	background-image: url(../images/box_04.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 0 22px 0 0;
	position: relative;
}

#box_04_title {
	position: absolute;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	top: 6px;
	left: 55px;
}

#box_05 {
	width: 239px;
	height: 260px;
	background-image: url(../images/box_05.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 0 21px 0 0;
	position: relative;
}

#box_05_title {
	position: absolute;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	top: 6px;
	left: 60px;
}

#box_06 {
	width: 241px;
	height: 260px;
	background-image: url(../images/box_06.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}

#box_06_title {
	position: absolute;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	top: 6px;
	left: 62px;
}

.arrow {
	width: 7px;
	height: 85px;
	background-image: url(../images/arrow.jpg);	
	position: absolute;
	top: 34px;
	left: 15px;
}

.services {
	width: 205px;
	position: absolute;
	top:49px;
	left:30px;
}

.services_price {
	width: 205px;
	position: absolute;
	top:130px;
	left:30px;
	color: #333333;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 18px;
}

.havi {
	width: 205px;
	position: absolute;
	top:183px;
	left:30px;
	color: #333333;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 18px;
}

.list_no {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}

.list_no li {
	padding: 0 0 7px 0;
}

.notice {
	font-size: 10px;
	font-style: italic;
	color: #595959;
	line-height: 14px;
	border-bottom: 3px double #abaaab;
	padding: 10px 0 5px 0;
}

