﻿body {background-color:#000;}
#container{width:960px;margin:0 auto; padding:0 auto}
#logo{width:400px;float:left;clear:right;padding-top:10px;padding-bottom:10px;}
.menubar{padding:0px;float:right}
.menubar ul{list-style: none;padding-top:35px;}
.menubar li{display: inline;padding:0 0px 0 0;float: left;}
.menubar li a{color: #fff;text-decoration: none;font-family:Lucida Handwriting, Calibri; font-size:16px;padding:5px 15px 5px 15px;text-align:center; margin:0 2px 0 2px;}
.menubar li a:hover{color: #fff;background-color:#363636;text-decoration: none;font-family:Lucida Handwriting, Calibri; font-size:16px;border:1px solid #fff}
.active{background-color:#1f1f1f;border:1px solid #fff}
.clear{clear:both}
#sliderwrap{background-color:#000;height:350px;margin-bottom:10px;}
.slider{width:960px;margin:0 auto; padding:0 auto}
.sliderimg{float:right}
#contentwrap{background-color:#f3f3f3;}
.content{width:960px;margin:0 auto; padding:0 auto;background-color:#f3f3f3;}
.contentborder{width:960px;margin:0 auto; padding:0 auto;border-top:1px dotted #fff}
.contentleft{width:440px;float:left;clear:right;min-height:400px;padding-left:10px}
.contentright{width:470px;float:right; padding:0px 10px 10px 10px}
p{color:#000;font-family:calibri; font-size:18px;text-align:justify}
.welcome{font-family:Calibri;font-size:24px; color:#f03915; padding:15px 0 0 0;}
.welcomec{font-family:Calibri;font-size:24px; color:#f03915; padding:15px 0 0 0;text-align:center}
.serviceshead{font-family:Lucida Handwriting, Calibri;font-size:20px; color:#fff; padding:25px 0 0 0; border-bottom:1px dotted #fff}
#contactleft{width:450px; float:left;clear:right; padding-right:20px;margin-bottom:10px;}
#contactright{float:right;width:470px;padding-left:10px;}
.contactusfileds{background-color:#f3f3f3;border-width: 1px;border-style: solid;width:350px;margin-top:5px;margin-bottom:20px;}
.redstar{color:Red;vertical-align:top;}
.send{background-color:#f3f3f3; width: 100px; height: 31px;border: 0px;text-decoration: none;cursor:pointer;color:#000}
.contactimage{width:150px;float:left;clear:right;padding-left:10px}
.contactdetails{width:200px; float:left;} 
.contactdetails a{color:inherit; text-decoration:none;} 
#footerwrap{background-color: #000;padding:10px; font-family:Calibri;font-size:18px;color:#fff;}
#footer {width:960px;margin:0 auto; padding:0 auto;}
.footerright{float:right;padding: 5px 0}
.footerright a{text-decoration:none; color:#fff;padding: 5px 0}
.footerleft{float:left;clear:right;padding: 5px 0}
#scrollimage{width:960px;}
dl {margin: 0;line-height:1.1em;color:#fff;font-family:Verdana; font-size:14px;}
dl:after {content: "."; display: block; height: 0; clear: both;  visibility: hidden;}
dt { float: left; width: 300px; padding: 0px; clear: both;}
#galleria{height:620px}
/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    /*background-image: url('../images/slideimages/slidebg1.png');*/
    background-repeat: no-repeat;
    width: 960px;
    height:350px; 
    padding-top:0px;
}
#slider {
    position: relative;
    width: 960px;
    height: 350px;
    margin-left: 0px;
    background: url('../images/slideimages/loading.gif') no-repeat 50% 50%;
    
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-18px;
}
.nivo-controlNav a {
    display: block;
    width: 22px;
    height: 22px;
    background: url('../images/slideimages/bullets.png') no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url('../images/slideimages/arrows.png') no-repeat;
    text-indent: -9999px;
    border: 0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*
 * jQuery Nivo Slider v2.5.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
