﻿/* body */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Tahoma, sans-serif;
	color: #fff;
	background-color: #6c7193;
	/*line-height: 1.5;*/
}

#container {
	margin: 0px auto 0px auto;
	width: 778px;
	background: url(../images/body_bg.gif);
}

#tel {
	margin-top: 5px;
	margin-right: 5px;
	padding: 10px;
	float: right;
	text-align: right;
}

#tel a {
	font-size: 12px;
	color: #6c7193;
	text-decoration: none;
}

#header {
	margin: 0px auto 0px auto;
	width: 728px;
	height: 110px;
	background: url(../images/header.gif);
}

#logo img {
	border: 0px;
}

#logo {
	position: absolute;
	margin-top: 40px;
	margin-left: 20px;
}

#header_top {
	margin: 0px auto 0px auto;
	width: 723px;
	padding-left: 5px;
}

#menu_wrapper {
	margin: 0px auto 0px auto;
	width: 714px;
	border-top: 1px solid #6c7193;
	border-bottom: 1px solid #fff;
}	

#menu_left {
	border-top: 1px solid #fff;
	float: left;
	width: 356px;
	height: 176px;
	color: #fff;
	background-color: #6c7193;
}

#menu_right {
	border-top: 1px solid #fff;
	float: right;
	width: 357px;
	color: #fff;
	background-color: #6c7193;
}

#menu {
	width: 311px;
	background: url(../images/menu_top.gif) top no-repeat;
	padding-top: 33px;
	margin-top: 22px;
	margin-left: 22px;
}

#menulist {
	width: 311px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menulist li {
	height: 27px;
	background: url(../images/menu_divider.gif) bottom repeat-x;
}

#menulist a {
	width: 290px;
	height: 20px;
	border-left: 10px #a3abdf solid;
	font: bold 12px Verdana, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 5px 0 0 10px;
	display: block !important;
	display: inline-block;
}

#menulist a:hover {
	background: url(../images/menu_bg_hover.gif) left repeat-y;
}

#centrePanel {
	margin: 0px auto 0px auto;
	width: 714px;
	border-top: 1px solid #6c7193;
}

#centrePanel_portfolio {
	margin: 0px auto 0px auto;
	width: 694px;
	border-top: 1px solid #6c7193;
	padding: 10px;
	color: #555;
}

#flashcontent {
	margin: 0px;
	padding: 0px;
	height: 176px;
}
		
#centrePanel_left {
	line-height: 1.5;
	float: left;
	width: 336px;
	padding: 10px;
	padding-bottom: 20px;
	border-right: 1px solid #6c7193;
	color: #555;
	background-color: #fff;
}

#centrePanel_right {
	line-height: 1.5;
	float: right;
	width: 337px;
	padding: 10px;
	color: #777;
	background-color: #fff;
}

#centrePanel_bottom {
	margin: 0px auto 0px auto;
	padding: 0px;
	height: 1px;
	width: 714px;
	border-top: 1px solid #6c7193;
}

.services_list {
	float: left;
	width: 150px;
}

#contact-left {
	margin-left: 30px;
	float: left;
	padding-top: 30px;
	width: 130px;
}

#contact-right {
	float: left;
	padding-top: 30px;
}

#contact-form label {
	float: left;
	width: 35%;
	font-size: 12px;
	margin-left: 1.2em;
	font-weight: bold;
	color: #555;
}

#contact-form fieldset label {
	margin-left: 0.4em;
}

#contact-form .txt {
	width: 55%;
	border: 1px solid #6c7193;
	background-color: #fff;
}

#contact-form .txt_small {
	border: 1px solid #6c7193;
	background-color: #fff;
}

#contact-form textarea.txt {
	width: 55%;
}

#contact-form .btn {
	border: 2px solid #72cdf4;
	background-color: #a30046;
	color: #fff;
	margin-top: 10px;
	padding: 0.4em;
}

#footer_wrapper {
	padding-bottom: 7px;
}

#footer {
	margin: 0px auto 0px auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 714px;
	text-align:center;
	font-size:12px;
	color:#fff;
	background-color: #6c7193;
}

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

#footer a:hover {
	color: #a3abdf;
}

#footer p {
	font-size: 10px;
}

a.thankyou {
	color: #6c7193;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a.thankyou:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-size: 14px;
	font-weight: bold;
	color: #6c7193;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

.clearing {
	clear: both;
}

.image_transition {
	height: 176px;
	width: 357px;
}

/* gallery */
.gallery_pic {
	float: left;
	padding: 3px;
	border: 1px solid #6c7193;
	text-align: center;
	width: 100px;
	height: 130px;
	*height: 125px;
	margin: 15px;
}

.gallery_pic a {
	color: #606060;
	text-decoration: none;
}

