@charset "utf-8";

* {
	margin: 0 auto;
	border: 0;
	padding: 0;
}

ul, ol {
	margin-left:1.5em;
	padding-left:0px;
	line-height: 1.5em;
}

li { margin-bottom:1em; }

body {
	background-color: #00F;
	background-image:url(Images/back.jpg);
	background-repeat:repeat-x;
}

#title {
	padding: 20px 0;
	width: 100%;
	font-size:medium;
	color:#930;
	font-weight: 600;
	overflow: hidden;
}
#pricing {
	color: #00F;
	padding-right: 20px;
	float:right;
}
#wrapper {
	width:900px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color:#fff;
	line-height: 110%;
	font-size: 12px;
}

#header { float: left; }

#smart_users {
	width: 880px;
	float: right;
	padding-right:20px;
	padding-bottom: 5px;
	background-color: #0f0fc7;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	font-size: small;
}

#horiz_nav_bar {
	float: right;
	width: 780px;
	height: 31px;
	background-color: #1212C8;
	text-align: left;
}

#vert_nav {
	width: 100px;
	padding: 20px 0px 20px 20px;
	float: left;
	border-right: #0f0fc7 thin dashed;
	text-align: left;
}

#content {
	padding:20px 0 0px 20px;
	background-color:#FFF;
	margin-left: 120px;
	text-align: left;
	
}
#calendar {
	width: 740px;
}
#div_half {
	width: 330px;
	padding: 10px;
	float: left;
}
#div_full {
}

	

#welcome {
	padding-top:20px;
	width:221px;
	height: 177px;
	float:left;
}

#welcome_text {
	width:499px;
	text-align:justify;
	float:left;
	padding: 20px 0 0 20px;
}

#line {
	clear:left;
	width:760px;
	padding: 15px 0;
}

#news {
	width: 135px;
	float: left;
	padding: 20px 0;
	min-height: 100px;
}

#article {
	width: 720px;
	padding: 20px;
	float: left;
	min-height: 100px;
	text-align: justify;
}

#testimonials {
	width: 135px;
	float: left;
	padding: 20px 0;
	min-height: 100px;
}

#training {
	position:relative;
	width:400px;
	text-align:justify;
	float:left;
}

#service_repair {
	position:relative;
	width:35%;
	text-align:justify;
	z-index:2;
	float:right;
	margin-left:75px;
}
#service_repair2 {
	width:400px;
	text-align:justify;
	float:left;
	padding: 10px 20px 0 20px;
	overflow: hidden;
}
	

#repair_pic {
	clear:left;
	width: 189px;
	height: 190px;
	z-index: 2;
	position:relative;
	left:50px;
}

#footer {
	clear:both;
	font-size:small;
}

#footer_promo {
	width:880px;
	background-image:url(Images/lt_yellow_bg.jpg);
	text-align:center;
	border-top-color: #0f0fc7;
	border-top-width: 4px;
	padding: 20px 10px;
	border-top-style: solid;
	
	
}

#footer_contact_bar {
	width:900px;
	background-color:#0f0fc7;
	color:#FFF;
	line-height:130%;
	padding: 2px 0;
}

.red_text {
	color: #930;
	font-weight: bold;
}

#footer_links {
	position:relative;
	width: 780px;
	padding:20px 0;
	background:none
}

a:link { color: #0f0fc7; }

a.dklink {
	color:#FFF;
	text-decoration: none;
}

a.dklinkvisited { color:#FFF; }

a:visited { color: #0f0fc7; }

a:hover {
	color: #930;
	cursor: pointer;
}

a:active { color: #0f0fc7; }

.blue_text { color:#0f0fc7; }

.h2 {
	font:Verdana, Geneva, sans-serif;
	font-size:x-small;
	font-weight:bold;
}

.h3red {
	font:Verdana, Geneva, sans-serif;
	font-size:medium;
	font-weight:bold;
	text-align:center;
	color:#930;
}

.h4b {
	font:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:medium;
	color: #0F0FC7;
}

.normaltext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.center { text-align:center; }

.left_align { text-align:left; }
.clearfloat {
	clear: both;
}
.justify { text-align:justify;}

