@import url('column-left.css');
/**
 * Reset the document
 */
html *, form   { margin: 0; padding: 0; }
table, table * { border-collapse: collapse; border-spacing: 0; }
img            { border: 0; }
a              { text-decoration: none; }
hr             { border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #aaa; margin: 0px; padding: 0px; }
.hr            { margin: 10px 0; border-bottom: 1px solid #aaa; }
p { margin-top: 3px; margin-bottom: 3px; }

/**
 * Generic classes
 */
.hidden    { display: none; visibility: hidden; }
.clear     { clear: both; }
.float-l, .float-left { float: left; }
.float-r, .float-right { float: right; }
.align-l, .align-left { text-align: left; }
.align-r, .align-right { text-align: right; }
.align-c, .align-center { text-align: center; }
.valign-t, .valign-top { vertical-align: top; }
.valign-m, .valign-middle { vertical-align: middle; }
.valign-b, .valign-bottom { vertical-align: bottom; }
.align-tl  { text-align: left; vertical-align: top; }
.align-tr  { text-align: right; vertical-align: top; }
.align-tc  { text-align: center; vertical-align: top; }
.align-ml  { text-align: left; vertical-align: middle; }
.align-mr  { text-align: right; vertical-align: middle; }
.align-mc  { text-align: center; vertical-align: middle; }
.align-bl  { text-align: left; vertical-align: bottom; }
.align-br  { text-align: right; vertical-align: bottom; }
.align-bc  { text-align: center; vertical-align: bottom; }
.nowrap    { white-space: nowrap; }
.padded    { padding: 5px; }
.padded-h  { padding: 0 5px; }
.padded-v  { padding: 5px 0; }
.min-width { width: 1%; }
.max-width { width: 100%; }
.three-quarter-width { width: 75%; }
.half-width { width: 50%; }
.quarter-width { width: 25%; }
.b         { font-weight: bold; }
.i         { font-style: italic; }
.u         { text-decoration: underline; }

input.text {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #888888;
    border-radius: 4px 4px 4px 4px;
    padding-top: 2px;
	padding-bottom: 2px ;
}

#contact-form input, #contact-form textarea
{
	margin-bottom: 5px;
}

#contact-form .captcha
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: #FFF;
	width: 210px;
	padding: 10px;	
}


/****************
** Main layout **
*****************/

body 
{ 
	font: 12px Verdana; 
	color: #333; 
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;	
	background-position:top;  	
}

#wrapper
{ 
	width: 1000px;
	margin: 0 auto;
}

#header 
{
	height: 150px;
	background: #FFF;
}

#logo a
{
	background-image: url('../images/logo.jpg');
	background-repeat: repeat-x;
	display: block;
	height: 128px;
	width: 128px;
}

#logo a:hover
{
	background-position: 0 -128px;
}

#footer 
{
	height: 100px;
	background: #BFF08E;
}

h1, h2, h3, h4 
{ 
	font-weight: normal; 
	margin: 5px 0 5px 0;
}
h1 
{ 
	font-size: 22px; 
}
h2 
{ 
	font-size: 18px; 
}
h3 
{ 
	font-size: 15px; 
}
h4 
{ 
	font-size: 12px; 
}
a 
{ 
	color: #3f77b4; 
}
a:hover, a:focus 
{ 
	color: #1d55d2; 
}
p.error   
{
	padding: 5px 5px 5px 25px;  
	background: #d1b7b7 url(../images/icons/cross.png) no-repeat;
	background-position:3px 4px;
	border: 1px solid #a70000; 
	color: #333; 
}
p.success 
{ 
	padding: 5px 5px 5px 25px;  
	background: #b7c4b7 url(../images/icons/tick.png) no-repeat;
	background-position:3px 4px;
	border: 1px solid #008000; 
	color: #333;
}
#sidebar
{
	padding: 10px;
	width: 230px;
}

#sidebar ul
{
	list-style: none;	
}

#carousel .textholder
{
	padding: 5px;
	color: #000;
}

.bxslider ul, .bxslider li
{
	margin: 0px;
	padding: 0px;
}

.nobull
{
	list-style: none;
}


/* Localized */