@charset "utf-8";
/* CoraSolutions.com CSS - fuzzimo.com */

body{
	background: #ebebeb url(images/bg.png) repeat;
	margin: 0;
    padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}
a{
	outline: 0;
}
#wrapper{
	width: 900px;
	height: 100%;
    margin: 0 auto  40px;
    overflow: hidden;
    position: relative;
    text-align: left;
	border-radius: 0 0 10px 10px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
	background: #ffffff;
	padding-bottom: 20px;
	background: url(images/wrapperbg.png) repeat-y;
}
#header{
	height: 126px;
	display: block;
	background: url(images/header.png) no-repeat;
	position: relative;
	overflow: hidden;
}
#logo{
	background: url(images/CS_logo4.png) no-repeat;
	width: 220px;
	height: 126px;
	margin-left: -110px;
	left: 50%;
	-moz-animation: logo 1.5s ease-in 0s backwards;
	position:absolute;
	z-index: 9999;
}
#code{
	width: 900px;
	background: url(images/code1.gif) no-repeat;
	position: absolute;
	top: 0px;
	font-size: 18px;
	opacity: 1;
	word-wrap: break-word;
	height: 126px;	
}
#cap1, #cap2{
	position: absolute;
    top: 60px;
	font-size: 18px;
	color: #535353;
	text-transform:uppercase;
	z-index: 99;
	background: rgba(255, 255, 255, 0.3);
	white-space: nowrap;
}
#cap1{
	left: 170px;
	-moz-animation: blurFadeIn1 3s ease-in 0s backwards;
}
.cap12{
	opacity: .2;
		
}
#cap2{
	left: 580px;
	-moz-animation: blurFadeIn2 3s ease-in 0s backwards;
}
/**/
@-moz-keyframes logo3{
	0%{
		opacity: 0;
		left: 580px;		
		-moz-transform: scale(2);
	}
	50%{
		opacity: 0.5;
		left: 170px;
		-moz-transform: scale(0.5);
	}
	100%{
		opacity: 1;
		
		-moz-transform: scale(1);
	}
}
@-moz-keyframes blurFadeIn1{
	0%{
		opacity: 0;
		left: 580px;		
		-moz-transform: scale(6);
	}
	50%{
		opacity: 0.5;
		left: 170px;
		-moz-transform: scale(1);
	}
	100%{
		opacity: 1;
		
		-moz-transform: scale(1);
	}
}
@-moz-keyframes blurFadeIn2{
	0%{
		opacity: 0;
		left: 170px;
		-moz-transform: scale(6);
	}
	50%{
		opacity: 0.5;
		left: 580px;
		-moz-transform: scale(1);
	}
	100%{
		opacity: 1;
		
		-moz-transform: scale(1);
	}
}
#menu{
	height: 36px;
	display: block;
	background: #194213 url(images/menubg.png) repeat-x;	
	position: relative;
}
#menu ul {
    float: left;
    list-style: none;
    margin: 2px 0 0 40px;
    padding: 0 0 0 2px;
	height: 32px;
	background: url(images/menuli.png) no-repeat left;
}
#menu ul li {
    display: inline;
    float: left;
	padding: 0 2px 0 0;
	background: url(images/menuli.png) no-repeat right;
}
#menu ul li a, #menu ul li a:visited {
    color: #e5e5e5;
	font-weight: bold;
	font-size: 14px;
    display: block;
    float: left;
    height: 25px;
    margin: 0 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;	
	padding: 7px 20px 0 20px;
	background: rgba(255,255,255,0);
	-webkit-transition: background ease-in 0.2s; 
    -moz-transition: background ease-in 0.2s;
    -o-transition: background ease-in 0.2s;
    transition: background ease-in 0.2s;
}
#menu ul li a:active{
	margin-top: 1px;
}
#menu ul li a:hover, #menu ul li a.current{
	color: #f1f1f1;
	text-shadow: 0 0 2px rgba(0, 0, 0, 1);
	background: rgba(86,176,62,0.5);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}
#menu ul li a:current{
	padding-top: 8px;
	height: 24px;
}
#helpdesk{
	height: 32px;	
	float: left;
    margin: 2px 0 0 64px;
}
#helpdesk a{
	display: block;
	background: #d7d7d7;
	border-radius: 2px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	color: #8a000f;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 6px;
	margin-top: 8px;
}
#helpdesktip{
	background: url(images/helpdesktip.png) no-repeat;
	width: 143px;
	height: 67px;
	position: absolute;
	right: 152px;
    top: 22px;
	display: none;
	padding-top: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	z-index: 999;	
}
#helpdesktip span{
	color: #27661e;
	font-size: 14px;
	font-weight: bold;
}
#slidercontainer{
	width: 900px;
	height: 345px;
	background: #ffffff url(images/sliderbg.png) bottom no-repeat;
	display: block;
}
#indexcontent, #businesscontent, #homecontent, #contactcontent{
	color: #464646;
}
#indexcontent .contenttop p{
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0 30px 120px;	
}
#indexcontent h2{
	background: url(images/welcome.png) no-repeat;
	text-indent: -99999px;
	margin: 40px 0 0 60px;
}
#businesscontent h2, #homecontent h2, #contactcontent h2{	
	text-indent: -99999px;	
}
#businesscontent .contenttop{
	background: url(images/business.jpg) no-repeat;
	height: 202px;
}
#homecontent .contenttop{
	background: url(images/home.jpg) no-repeat;
	height: 202px;
}
#contactcontent .contenttop{
	background: url(images/contact.jpg) no-repeat 0 4px;
	height: 150px;
}
.content{
	width: 900px;
	background: url(images/contentbgtop.png) no-repeat top;
	float: left;
}
.contentend{
	height: 25px;
	width: 900px;
	background: url(images/contentbgbottom.png) no-repeat top;
	float: left;
}
.content ul{
	list-style-type: none;
	margin: 20px 0 0 220px;
	float: left;
}
#businessservices ul, #homeservices ul{
	margin-left: 90px;
	margin-right: 90px;
}
.content ul li{
	font-size: 14px;
	font-weight: bold;	
	background: url(images/blt.gif) no-repeat 0 2px;
    padding-left: 22px;
	line-height: 22px;
	margin: 14px 0;
}
#phone{
	background: url(images/phone.png) no-repeat 0 3px;
	font-size:26px;
	font-weight: bold;
	margin: 50px 0 50px 110px;
	padding-left: 210px;
}
#phone span{
	display: inline-block;
    text-indent: -9999px;
}
#emailform {
    margin-left: 110px;
	background: url(images/email.png) no-repeat 0 14px;
	padding-top: 12px;	
}
#contactform{
	margin-left: 120px;
}
#contactform .label{
	display: inline-block;
	text-align: right;
	vertical-align: top;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 10px 30px 0;
}
#contactform input.field{
	background-color: #f5f5f5;
	width: 300px;
	height: 20px;
	margin: 4px 0 0 0;
	border: 1px solid #e5e5e5;
	padding: 4px 2px 4px 2px;
	-webkit-transition: all ease-in 0.15s;
    -moz-transition: all ease-in 0.15s;
    -o-transition: all ease-in 0.15s;
    transition: all ease-in 0.15s;
}
#contactform input.field:focus{
	border: 1px solid #7ab925;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	outline: none;
}
.activefield{
	background: url(images/required.png) no-repeat;
}
#contactform .textarea{
	width: 430px;
	height: 100px;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	margin: 4px 0 4px 0;
	border: 1px solid #e5e5e5;
	padding: 4px 2px 4px 2px;
	resize: none;
	-webkit-transition: all ease-in 0.15s;
    -moz-transition: all ease-in 0.15s;
    -o-transition: all ease-in 0.15s;
    transition: all ease-in 0.15s;
}
#contactform .textarea:focus{
	border: 1px solid #7ab925;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	outline: none;
}
#contactform #submit{
	display: block;
	float: right;
	width: 90px;
	height: 28px;
	background: url(images/sendBTNa.png) no-repeat;
	margin-left: ;
	margin-top: 10px;
	margin-right: 122px;
	padding: 0;
	cursor: pointer;
	background-color: transparent;	
	border: 0;
	resize: none;
	outline-style: none;
	overflow: hidden;
}
#contactform #submit:hover{
	display: block;
	cursor: pointer;	
}
#emailstatus {
    margin: 10px 0;
	text-align: center;
}
#emailstatus .error{
    color: #cc0000;
    font-size: 18px;
}
#emailstatus .valid{
    color: #5ea300;
    font-size: 18px;
}
#add{
	background: url(images/add.png) no-repeat 46px 4px;
	float: left;
	margin-top: 4px;
}
#add input.field{
    width: 66px;
}
.adderror {
    color: #CC0000;
    float: left;
    font-weight: bold;
    margin: 12px 0 0 10px;
}
#dellpartner{
	background: url(images/dellpartner.png) no-repeat center;
	margin: 0 auto;
	width: 900px;
	height: 67px;
	text-indent: -9999px;
	float: left;
	margin: 20px 0 10px 0;
}
#idrive{
	margin: 10px 0 10px 0;
	float: left;
	width: 900px;
}
#idrive a{
	margin: 0 auto;
	width: 728px;
	display: block;
}
#footer{
	font-size: 12px;
	float: left;
	width: 900px;
	margin-bottom: -10px;
}

#footermenu ul {
    float: left;
    list-style: none;
    margin: ;
    padding: ;
}
#copyright{
	 float: left;
	 margin-left: 60px;
	 margin-top: 12px;
}
#footermenu ul li {
    display: inline;
    float: left;
	padding:;
	border-right: 1px solid #000000;
    padding: 0 10px;	
}
#footermenu ul li.last{
	border-right: none;
}

#footermenu ul li a{	
	color: #000000;
	text-decoration: none;
}
#footermenu ul li a:hover{	
	text-decoration: underline;
}
#fzm{
}
#fzm a {
    background: url(images/fzm.gif) no-repeat scroll 0 0 transparent;
    display: inline-block;
    float: right;
    height: 14px;
    margin: 12px 40px 0 0;
    width: 101px;
	text-indent: -9999px;
}

/* Slider */
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
#slidercontainer{	
}
#slider{
	position:relative;
    margin:0 auto;
    width: 900px; 
    height: 342px; 
	background:#fff url(images/loading.gif) no-repeat 50% 50%;
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:12px;
    margin-left:-50px; 
}
.nivo-controlNav a {
	display:block;
	width:16px;
	height:16px;
	background:url(images/sliderbtnoff.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:10px;
	float:left;
}
.nivo-controlNav a.active {
	background:url(images/sliderbtnon.png) no-repeat;
}
.nivo-directionNav a {
	display:block;
	width:42px;
	height:60px;	
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background:url(../slider/images/arrow2.png) no-repeat;
	right:10px;
}
a.nivo-prevNav {
	background:url(../slider/images/arrow1.png) no-repeat;
	left:10px;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	right:0px;
	bottom:40%;
	background:rgba(0,0,0,0.7);
	color:#fff;
	opacity:1;
	width:100%;
	z-index:8;
	width: 450px;
}
.nivo-caption p {
	padding:12px 20px;
	margin:0;
	font-size: 24px;
	text-shadow: 0 0 4px #000000;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}