body {
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

#wrapper {
	width: 780px;
	margin: 10px auto;
	border-top: 1px #8a8a8a solid;
	border-left: 1px #969696 solid;
	border-right: 1px #b2b2b2 solid;
	border-bottom: 1px #a0a0a0 solid;
	background: #f9f9f9;
}

#home #wrapper {
	background: #fff;
	width: 805px;
}

/* top area */
#top {
	background: url('images/top_home.jpg') no-repeat 25px 0;
	height: 143px;
	position: relative
}

#technology #top {
	background: url('images/top_technology.jpg') no-repeat top left;
}

#clients #top {
	background: url('images/top_clients.jpg') no-repeat top left;
}

#testimonials #top { 
	background: url('images/top_testimonials.jpg') no-repeat top left;
}

#examples #top {
	background: url('images/top_examples.jpg') no-repeat top left;
}

#contact #top {
	background: url('images/top_contact.jpg') no-repeat top left;
}

/* top buttons */
#top .link {
	display: block;
	position: absolute;
}

#t_logo {
	top: 42px;
	left: 30px;
	height: 70px;
	width: 110px;
}

#t_home {
	top: 94px;
	left: 180px;
	height: 25px;
	width: 70px;
}

#t_technology {
	top: 94px;
	left: 270px;
	height: 25px;
	width: 82px;
}

#t_clients {
	top: 94px;
	left: 375px;
	height: 25px;
	width: 67px;
}

#t_testimonials {
	top: 94px;
	left: 465px;
	height: 25px;
	width: 90px;
}

#t_examples {
	top: 94px;
	left: 575px;
	height: 25px;
	width: 70px;
}

#t_contact {
	top: 94px;
	left: 675px;
	height: 25px;
	width: 70px;
}

/* top title and breadcrumb area */
#title {
	padding: 15px 0 10px 168px;
	color: #bb0000;
}

#title a {
	color: #000;
	text-decoration: none;
}

#title a:hover {
	text-decoration: underline;
}

#title .right {
	float: right;
	margin-right: 70px;
	color: #000;
}

#title h2 {
	font-size: 1.1em;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* main area */

#main {
	background: #fff;
	margin: 0 30px 20px 20px;
}

.clear {
	clear: both;
}

#right {
	float: right;
	width: 480px;
}

#right p {
	padding: 0;
}

#left {
	float: left;
	width: 220px;
}

#left p {
	margin: 0 0 50px 0;
}

#left p.red {
	padding-left: 5px;
	margin: 0 0 80px 0;
}

/* sidebar menus */
#side_menu{
	margin: 0;
	background: url('images/box_top.jpg');; list-style-type:none; padding-left:0; padding-right:10px; padding-top:6px; padding-bottom:6px
}


#side_menu li {
	width: 160px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	line-height: 24px;
	border-top: 1px #acbbc1 solid;

}

#side_menu li.first {
	border-top: none;
	padding-top: 10px;
}

#side_menu a {
	color: #000;
	text-decoration: none;
}

#side_menu .current a {
	color: #bb0000;
}

#side_menu .current {
	background: #f2f6f7 url('images/bg_gradient.jpg') repeat-x bottom left;
}

#box_bottom {
	height: 15px;
	background: url('images/box_bottom.jpg') no-repeat top left;
	margin-left:0; margin-right:0; margin-top:0; margin-bottom:50px 
}


/* testimonial box */
.testimonial {
	height: 78px;
	background: url('images/box_testimonial.jpg') no-repeat top right;
	margin-right: -10px;
	padding-top: 1px
}

.testimonial p {
	font-size: 0.9em;
	color: #fff;
	margin: 10px 0 0 310px;
}

.bigred {
	font-weight: bold;
	color: #8e0e0f;
	font-size: 1.1em;
}

.smallblack {
	font-weight: bold;
	color: #000000;
	font-size: 0.9em;
}


h2 {
	font-size: 1.1em;
}

/* background colors */
.yellow {
	background-color: yellow;
}

.aqua {
	background-color: aqua;
}

.red {
	background-color: red;
}

a {
	color: #bb0000;
}

/* home page */

#mainhome {
	height: 477px;
	width: 766px;
	background: url('images/homepage.jpg') no-repeat top left;
	position: relative
}

#flash {
	width: 300px;
	height: 300px;
	position: absolute;
	top: 2px;
	left: 4px;
}

#mainbox {
	float: right;
	width: 436px;
	height: 300px;
}

#home1 {
	color: #bb0000;
	text-align: center;
	font-size: 11px;
	position: absolute;
	width: 230px;
	top: 415px;
	left: 5px;
}

#home2 {
	color: #bb0000;
	text-align: center;
	font-size: 11px;
	position: absolute;
	width: 230px;
	top: 415px;
	left: 266px;
}

#home3 {
	color: #bb0000;
	text-align: center;
	font-size: 11px;
	position: absolute;
	width: 230px;
	top: 415px;
	left: 525px;
}

.readmore {
	color: #000;
	text-decoration: none;
	position: absolute;
	top: 33px;
	left: 28px;
}