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

body {
	background: #0c0c0c url(../images/background2.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #e6e6e6;
	height: 100%;
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: #e6e6e6;
	text-decoration: none;
}

a:hover {
	color: #0079c1;
}

a img, a:visited img {
	border: none;
}

.container_4 {
	margin-top: 30px;
}

.logo img {
	margin-left: -10px;
}

.login {
	text-align: right;
	font-size: .625em; /* 16x.625=10 */
	margin-bottom: -10px;
}

.spacer {
	height: 20px;
}

.menu {
	text-align: right;
	font-size: 0.75em; /* 16x0.75=12 */
	padding-top: 30px;
}

.menu div {
	display: inline;
	padding: 0 5px;
}

.menu div a {
	#ffffff;
	padding: 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.menu div a:hover, .menu div a.selected {
	background: #333;
	color: #f2f2f2;
}

.main_line_top {
	height: 15px; 
	border-bottom: 2px solid #9c9c9c;
}

.main_line_bottom {
	height:39px;
}

.main_left {
	background: url(../images/banner.jpg) no-repeat;
	height: 295px;
}

.main_left h1, .contact_info h1, .container_12 h1 {
	font-size: 1.5em;
	margin-top: 22px;
	margin-left: 25px;
	color: #0079c1;
	font-weight: 100;
}

.main_left p, .container_12 p {
	margin-left: 25px;
	margin-top: 20px;
	margin-right: 300px;
	font-size: 0.75em; /* 16x0.75=12 */
	line-height: 1.4em;
}

.main_left h2, .container_12 h2 {
	font-size: .9em;
	margin-top: 25px;
	margin-left: 25px;
	color: #0079c1;
	font-weight: 100;
}

.main_right {
	text-align: right;
}

.button_portfolio {
	display: block;
	width: 204px;
	height: 131px;
	background: url(../images/portfolio-button-composite.jpg);
	margin-left: 21px;
	margin-bottom: 33px;
}

.button_portfolio:hover {
	background-position: 0 -131px;
}

.button_estimate {
	display: block;
	width: 204px;
	height: 131px;
	background: url(../images/estimate-button-composite.jpg) no-repeat;
	margin-left: 21px;
}

.button_estimate:hover {
	background-position: 0 -131px;
}

.services_1, .services_2, .services_3, .services_4 {
	display: inline;
	float: left;
	position:relative;
	margin-left: 0px;
	margin-right: 0px;
	width: 204px;
	background: url(../images/service_background.png) repeat;
}

.services_1 .title, .services_2 .title, .services_3 .title, .services_4 .title {
	margin-top: 10px;
}

.services_1 p, .services_2 p, .services_3 p, .services_4 p {
	padding: 5px 15px;
	font-size: .625em; /* 16x.625=10 */
	line-height: 1.4em;
}

.services_1 a, .services_2 a, .services_3 a, .services_4 a {
	margin: 20px auto;
	display: block;
	width: 177px;
	height: 39px;
}

.services_1 {
	margin: 0 14px 0 0;
}

.services_1 a {
	background: url(../images/button_software_composite.png) no-repeat;
}

.services_1 a:hover {
	background-position: 0 -39px;
}

.services_2 {
	margin: 0 14px;
}

.services_2 a {
	background: url(../images/button_hosting_composite.png) no-repeat;
}

.services_2 a:hover {
	background-position: 0 -39px;
}

.services_3 {
	margin: 0 14px;
}

.services_3 a {
	background: url(../images/button_design_composite.png) no-repeat;
}

.services_3 a:hover {
	background-position: 0 -39px;
}

.services_4 {
	margin: 0 0 0 14px;
}

.services_4 a {
	background: url(../images/button_consulting_composite.png) no-repeat;
}

.services_4 a:hover {
	background-position: 0 -39px;
}

.footer_menu {
	text-align: right;
	font-size: .625em; /* 16x.625=10 */
	color: #cccccc;
	padding-bottom: 10px;
}

.footer {
	background: #333333;
}

.copy {
	font-size: 0.5625em; /* 16x0.5625=9 */
	color: #cccccc;
	padding-bottom: 10px;
}

.copy p {
	margin: 0;
	padding: 2px 0;
}

.homepage img.preload {
	margin-left: -1000px;
}