@charset "utf-8";
/* CSS Document */

* {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #575757;}

html{
    min-height:100%;
    background-attachment:scroll;
    background-image:url(../images/bg.gif);
    background-repeat:repeat-x;
    background-position:bottom center;
}
body {
    line-height: 1;
	margin:0;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #0065b1;
	line-height: 20px;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

p, ul, ol {
	margin: 0 0 1em 0;
	line-height: 1.5em;
	text-align: justify;
}

p {
}

hr{margin:10px; margin-top:3px; margin-bottom:3px; background:url(../images/pixel.png) repeat-x;
border:none; box-shadow:none; height:1px; clear:both;}

hr.dot_lines {margin:5px; background:url(../images/dot_lines.png) repeat-x;
border:none; box-shadow:none; height:1px; clear:both;}

blockquote {
	font-style: italic;
}

ul {
	list-style:url(../images/Landing_final_20.png);
}

ol {
}

a {
	color: #38B5F1;
}

a:hover {
	text-decoration: none;
}

small {
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

.container {
	-webkit-box-shadow: 0 0 4px 1px #BABABA;
	box-shadow: 0 0 4px 1px #BABABA;
	width:1000px;
	overflow:hidden;
	height:auto;
	margin: 0 auto;
	background:#FFF;
	}

/* Header */

#header {
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	background: #FFF;
}

/* Logo */

.viramsun_logo {
	float: left;
	margin-left:5px;
}

.social_icons {
	float:right;
	margin-right:5px;
	margin-top:25px;
	}

.icons {
	margin-left:5px;
	float:left;}

.banner {margin:0;}

.landing_page_description {
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	}

.column_container {
	margin:0 auto;
	overflow:hidden;
	height:auto;
	}
	
.landing_page_columns {
	width:325px;
	float:left;
	margin-left:5px;
	}

.landing_page_columns h3 {
	margin-left:18px;
	}

.scroll_title {
	background:#1d3360;
	line-height:30px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	font-size:15px;
	}

.footer { width:1000px;
	margin:0 auto;
	overflow:hidden;
}

.copyright {
	color:#000;
	line-height:24px;
	font-size:12px;
	width:48%;
	float:left;
	}

.designed {
	width:48%;
	float:right;
	}

.design_text {
	float:right;
	color:#000;
	font-size:12px;
	line-height:24px;
	margin-right:10px;
	}
	
.zaptechs_logo {
	float:right;
	margin-top:3px;
	}