@charset "utf-8";
/* CSS Document */

/* Contents 
	1 = html (tags)
	2 = structure
	3 = navigation  
	4 = text 
	5 = forms 
	6 = tables 
	7 = hacks 

	Red: #c00;
*/

/* 1 HTML */
html {
	}
img {border:0;}
body {
	background:#333 url(../images/mainpage-gradient.gif) repeat-x top;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0;
	padding:0;
}
/* 1 HTML ENDS */


/* 2 STRUCTURE */
div.pageholder {
	margin:0 auto;
	width:980px;
}
div.top {
	border-bottom:solid #C00 3px;
	color:#CCC;
	height:28px;
}
div.topright {
	float:right;
	padding-top:7px;
}
img.headerimage {
	float:left;
	margin-top:18px;
}
div.main {
	background:#fff;
}
div.header{
	height:85px;
	padding:25px 10px 0 10px;
	text-align:right;
}
div.content {
	background-color:#FFF;
	margin:0;
	padding:0 0 22px 0;
}
div.leftside {
	float:left;
	padding-left:10px;
	width:670px;
}
div.rightside {
	float:right;
	width:280px;
}
div.rightside p{
	padding-left:10px;
}
ul.gallery {
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}
ul.gallery li{
	float:left;
	padding:0 12px 12px 0 !important;
}
ul.gallery li a img{
	border: 5px solid #ccc;
}
ul.gallery li a img:hover{
	border: 5px solid #c00;
	cursor:pointer;
}


div.bigbutton{
	height:92px;
	margin:0 0 10px 0;
	padding:23px 10px 0 10px;
	width:260px;
}
div.bigbutton a{
	display:block;
	font-size:150%;
	font-weight:bold;
	padding:17px 0 22px 25px;
}
div.examples {
	background:no-repeat url(../images/examplebutton.gif) top right;
}
div.contact {
	background:no-repeat url(../images/contactbutton.gif) top right;
}
div.footer {
	border-top:3px solid #C00;
	clear:both;
	color:#999;
	height:50px;
	line-height:180%;
	padding:20px 0;
}
div.footerleft {
	float:left;
	padding-left: 10px;
}
div.footerright {
	float:right;
	text-align: right;
	padding-right: 10px;
}
.imageright {
	float:right;
	margin:0 0 10px 15px;
}
.imageleft {
	float:left;
	margin:0 15px 10px 0;
}
.map {
	border:solid #ccc 5px;
}
div.rightside ul li {
	padding-left:10px;
}
div.bottom {
	border-top:solid 1px #CCC;
	clear:both;
	margin:0;
	padding:20px 0 0 0;
}
div.bottom ul li {
	padding-left:170px;
}
/*2 STRUCTURE ENDS*/


/*3 NAVIGATION */
div.navigation {
	float:right;
	font-size:120%;
	margin-top: 15px;
}
div.navigation ul{
	list-style:none;
	margin:0;
	padding:0;
}
div.navigation ul li{
	display: inline;
	float: left;
	margin:0;
	padding:0;
}
div.navigation ul li a{
	color:#c00;
	display:block;
	float:left;
	margin : 0;
	padding:1px 20px;
	text-decoration:none;
}
div.navigation ul li a.nopadding {
	padding-right:0 !important;
}
div.navigation ul li a:hover{
	color:#666;
}
div.navigation ul li.navseparator  {
	background:no-repeat url(../images/separator.gif) top;
	height:30px;
	width:2px;
} 
/*3 NAVIGATION ENDS*/


/*4 TEXT*/
.largetext {
	font-size:200%;
}
.smalltext {
	font-size:70%;
}
.redtext {
	color:#C00;
}
h1 {
	background:repeat-x url(../images/underline.gif) bottom left;
	color:#C00;
	font-size:160%;
	font-weight:normal;
	margin:0;
	padding:0 0 5px 0;
}
h2 {
	color:#C00;
	font-size:130%;
	font-weight:normal;
}
h3 {
	color:#C00;
	font-size:130%;
	font-weight:bold;
}
div.content a {
	color:#c00;
	text-decoration:none;
}
div.content a:hover {
	color:#666;
}
div.footer a{
	color:#999;
	text-decoration:none;
}
div.footer a:hover{
	color:#FFF;
}
ul.textlist {
	line-height:160%;
	list-style:none;
	margin:0;
	padding:0;
}
ul.textlist li{
	background:no-repeat url(../images/bullet.gif) left;
	padding-left:24px;
}
/*4 TEXT ENDS*/


/*5 FORMS*/
form {
	padding:10px 0;
	margin:0;
}
input[type="text"], textarea, select {
	background-color:#efefef;
	border:1px solid #ddd;
	color:#666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	margin-bottom:20px;
	padding:2px 0 2px 5px;
	width:300px;
}
label {
	width:150px;
	float:left;
	display:block;
	padding-top:3px;
}
.sendform {
	border:none;
	width:auto !important;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #c00;
}
.validation-advice {
	color: #c00;
	margin: 0;
	font-size: 90%;
}
.custom-advice {
	color : #c00;
}
/*5 FORMS ENDS*/


/*6 TABLES*/

/*6 TABKES ENDS/


/*7 HACKS */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/*7 HACKS ENDS */


/* 8 Fader */
#slideshow {
	background:no-repeat url(../images/slider/sliderbackground.gif);
	height:237px;
	margin:0;
	padding:20px 0;
}

#slideshow, #slideshow2 {
    position:relative;
    /*height:240px;*/
}

#slideshow div, #slideshow2 div {
	background-repeat:no-repeat;
	background-position:top;
	height: 220px;
	left:20px;
	position:absolute;
	top:20px;
	width: 940px;
	z-index:8;
	/*opacity:0.0;*/
}

#slideshow div.active, #slideshow2 div.active {
    z-index:10;
    /*opacity:1.0;*/
}

#slideshow div.last-active, #slideshow2 div.last-active {
    z-index:9;
}
