/******************************************************************************/
/*       <link href="css/styles.css" type="text/css" rel="stylesheet" />      */
/******************************************************************************/
/*                                                        2009                */
/******************************************************************************/ 
@import url("reset.css");

/*** standard classes ***********************************************************************************************/
.clear
{
	clear: both;
	display: block;
}

/*** holding **************************************************************/
body
{
	background: #93bfe6 url(../images/bg.png) repeat-x 0 0;
	font-family: Arial, Helvetica, aruda, sans-serif;
	font-weight: bold;
}

.basis.holding
{
	margin: 20px auto;
	width: 808px;	/* width of basis */
	padding: 10px;
	background-color: #fff;
}

.basis.holding .contents
{
	width: 607px;
	margin: 0 auto;
}

.basis.holding .header
{
	background: #fff;
	height: 109px;
}

.basis.holding .contents	
{
	margin-top: 55px;
}

.basis.holding .content-head h1
{
	color: #003469;
	font-size: 27px;	
}

.basis.holding .content-head h2
{
	color: #93bde2;
	font-size: 17px;	
}

.basis.holding .panels
{
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 50px;	
}

.basis.holding .panels .panel 
{
	width: 240px;
}
.basis.holding .panels .panel .text
{
	color: #00276a;
	font-size: 14px;
	margin-top: 20px;
}

.basis.holding .panels .panel .link
{
	color: #6fa5dc;
	font-size: 13px;
	margin-top: 15px;
	padding-left: 40px;
	background: url(../images/bullet.png) no-repeat 0 0;
	line-height: 18px;
}

.basis.holding .panels .panel .link a
{
	color: #6fa5dc;
}

.basis.holding .panels .panel.left
{
	float: left;
}

.basis.holding .panels .panel.right
{
	float: right;	
}

/*** homes **************************************************************/
.basis.homes
{
	margin: 20px auto;
	width: 950px;
	padding: 4px;
	background-color: #fff;
}

.basis.homes .header
{
	height: 123px;
	overflow: hidden;
}

.basis.homes .header a.logo
{
	display: block;
	float: left;
}

.basis.homes .header .head
{
	float: left;
	padding-left: 4px;
}

.basis.homes .contents
{
	overflow: hidden;
	margin-top: 26px;
	margin-bottom: 30px;	
}

.basis.homes .rightpanel
{
	float: right;
	width: 233px;
	border-left: 1px solid #93bde2;
}

.basis.homes .rightpanel a
{
	float: right;
	line-height: 0;
	margin-bottom: 7px;
}

.basis.homes .content
{
	width: 709px;
	float: left;
}

.contact-form
{
	margin-left: 177px;
	margin-top: 15px;
	font-size: 12px;
}

.contact-form h1
{
	display: block;
	color: #00276a;
	font-size: 22px;
}

.contact-form strong
{
	display: block;
	color: #00276a;
	font-size: 14px;
	margin-top: 20px;
	padding-left: 40px;
	background: url(../images/bullet.png) no-repeat 0 0;
	line-height: 18px;
}

.contact-form .sent
{
	padding-top: 25px;
}

.contact-form .sent p
{
	padding-top: 10px;
	color: #00276A;
	font-size: 16px;
}

.contact-form form
{
	margin-top: 35px;
	width: 452px;
}

.contact-form form .star
{
	color: #222871;
}

.contact-form form .optional
{
	color: #535353;
}


.contact-form form input,
.contact-form form textarea
{
	border-radius: 5px;
	padding: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, aruda, sans-serif;
	border: 1px solid #c2d1de;
	-moz-border-radius: 5px;
}

.contact-form form input:focus,
.contact-form form textarea:focus
{
	border-color: #93bde2;	
}

.contact-form form div
{
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;	
}

.contact-form form .error
{
	border-color: red;
}

.contact-form form .name label
{
	margin-bottom: 10px;
	display: block;
}

.contact-form form #title
{
	float: left;
	width: 50px;
}

.contact-form form #name
{
	float: left;
	width: 188px;
	margin-left: 7px;
}

.contact-form form #surname
{
	float: right;
	width: 188px;
}

.contact-form form .phone label
{
	font-weight: normal;
	float: left;
}

.contact-form form #phone
{
	width: 235px;
	float: right;
}

.contact-form form .email label
{
	float: left;	
}

.contact-form form #email
{
	width: 355px;
	float: right;
}

.contact-form form .enquiry label
{
	margin-bottom: 10px;
	display: block;		
}

.contact-form form #enquiry
{
	height: 100px;
	width: 442px;
	float: right;
}

.contact-form form #submit
{
	float: right;
	border: 0;
}
