/*Global*/
*{
    margin:0; padding:0;
}
html,body{
    font-family:arial; height:100%;
}
body{
    background:url(..\\images\\bg.jpg) repeat;
    color:#666;
}

/* Main Elements */
#topbar{
    background:#046380;
    height:20px;
    width:100%;
}
#main-container{
    width:100%;
    min-height:100%;
    position:relative;
}
#body{
    padding-bottom:140px;
}
.container{
    width:1000px;
    margin:0 auto;
}
#header{
    width:1000px;
    margin:0 auto 40px;
    height:200px;
    border-bottom:1px dashed #BBB;
}
#nav{
    float:right;
    margin:80px 0;
}
#nav ul{
    list-style:none;
}
#nav li{
    float:left;
}
#nav a{
    display:block;
    padding:10px;
    margin-left:10px;
    /*background:#87CEEB;*/
    background:#046380;
    color:#FFF;
    text-decoration:none;
    line-height:20px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:none;
}
#nav a:hover, #nav a.active{
    /*background:#046380;*/
    background:#87CEEB;
}
.white-box{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color:#FFF;
    margin:0 auto 40px;
    padding:20px 20px 0;
}
#about{
	width:960px;
	margin:0 auto 40px;
}
#about #compuman{
	margin:5px 20px 0;
}
.per-33{
    float:left;
    width:33%;
}
ul.tick-list{
    list-style:none;
    padding:0;
    margin:0;
    font-size:16px;
}
ul.tick-list li{
    line-height:32px;
    padding:0 0 10px 50px;
    background:url(..\\images\\tick.png) no-repeat;
    display:block;
}
#col-left{
	width:600px;
	float:left;
}
#col-left h1{
	line-height:48px;
}
#col-left .heading-icon{
	float:left;
	margin-right:20px;
}
#col-left .it-service{
	padding-bottom:20px;
}
#col-left .it-services-list{
	width:50%;
	padding-left:0;
}
#col-left .it-services-list img{
	margin: 3px 10px 0 0;
}
#col-left .it-services-list li{
	height:26px;
	line-height:26px;
}
#col-right{
	width:300px;
	float:right;
}
#footer{
    position:absolute;
    bottom:0;
    width:100%;
    height:100px;
    background:#046380;
}
#footer p{
    line-height:20px;
    font-size:12px;
    margin:30px 0;
    color:#DDD;
    padding:0;
}
#footer form{
	margin:30px 0 0 0;
}

/* Form elements */
#contact-form label{
	display:block;
	float:left;
	width:100px;
	height:30px;
	line-height:30px;
}
#contact-form #name, #contact-form #email{
	width:488px;
	height:20px;
	border:1px solid #FFF;
	float:left;
	padding:5px;
	font-size:16px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#contact-form #message{
	width:488px;
	padding:5px;
	height:150px;
	border:1px solid #FFF;
	font-size:16px;
	font-family:arial;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#contact-form #contact-submit{
	background:url(..\\images\\submit-button.png);
	width:132px;
	height:53px;
	border:none;
	cursor:pointer;
	float:right;
	text-indent:-99999px;
}
form .elem-error{
	color:#FF4500 !important;
	border:1px solid #FF4500 !important;
}

/* Tag wide styles */
h1,h2{
    color:#555;
    margin-bottom:20px;
    text-shadow:0px 1px #FFF;
}
p{
    padding-bottom:20px;
}
a{
    color:#FF931F;
    text-decoration:underline;
}
a:hover{
    color:#DF7300;
}
a img{
	border:none;
}
ul{
	list-style-position:inside;
	padding:0 0 20px 20px;
}
p, ul{
	font-size:15px;
	line-height:20px;	
}

/* Classes */
a.get-in-touch-button{
    width:202px;
    height:53px;
    display:block;
    background:url(..\\images\\get-in-touch-button.png);
    border:none;
    margin:0 auto;
    text-indent:-999999px;
}

.dotted-line{
    height:0px;
    width:100%;
    border-bottom:1px dashed #BBB;
}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.hidden{display:none;}
.nomargin{margin:0 !important;}
.arrow-orange{
	background:transparent url(../images/arrow-orange.png) no-repeat scroll right top;
	display:inline-block;
	height:30px;
	line-height:30px;
	padding-right:40px;
}
.no-list-style{
	list-style: none;
}
