/* =============================================================================

	(c) Copyright 2009. bellotech.
	design by: cturra@bellotech.com

============================================================================= */


*{
	/* fix some margin issues */
	margin:0;
	padding:0;
}

body {
	font: normal 12px/16px Tahoma, Arial, sans-serif;
	margin: auto;
	padding: 0px;
	text-align: center;	
}

ul, li {
	list-style-type: none;
}

.ul, .li {
	list-style-type: circle;
	margin-left: 25px;
	margin-top: 5px;
}

a {
	text-decoration: none;
	color: #144a6e;
}

a:hover {
	text-decoration: underline;

}

h2 {
	font-size: 1.4em;
	color: #555;
	margin-bottom: 5px; 
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
}

h3 {
	text-align: left;
	font-size: 1.2em;
	color: #777;
	margin-bottom: 10px;
}

h4 {
        text-align: left;
        font-size: 1.2em;
        color: #777;
}

h5 {
	padding: 5px;
	text-align: center;
	font-size: 1.2em;
	color: #444;	
	background-color: #def0b9;
}

#b-header {
	height: 150px;
	width: 750px;
	margin: 0 auto;
	padding: 0px;
}

#b-logo img {
	margin: 15px;
	border: 0 !important;
}

#b-page-container {
	width: 750px;
	margin: 0 auto;
	padding: 0px;
}

.download_link {
	background: url(../images/arrow_down.gif) left top no-repeat;	
	text-decoration: none;	
	color: #144a6e;
	padding-left: 20px;
}

.download_link:hover {
	text-decoration: underline;
}

.link-arrow_right {
        background: url(../images/arrow_right.gif) left top no-repeat;
        text-decoration: none;
        color: #144a6e;
        padding-left: 20px;	
}

.link-arrow_right:hover {
	text-decoration: underline;
}

span.noshow {
	display: none;
}

span.highlight {
	color: #689110;
	font-size: 0.9em;
}


/* navigation
============================================================================= */
ul#b-nav1 {
	height: 40px;
	margin: 0px;
	padding: 0;
}

ul#b-nav1 li {
	width: 150px; 
	float: left;
}

ul#b-nav1 li a {
	display: block;
	height: 40px;
	cursor: pointer;
}

ul#b-nav1 li a#home {background: url(../images/home_button.gif) 0 0 no-repeat;}
ul#b-nav1 li a#services {background: url(../images/services_button.gif) 0 0 no-repeat;}
ul#b-nav1 li a#portfolio {background: url(../images/portfolio_button.gif) 0 0 no-repeat;}
ul#b-nav1 li a#about {background: url(../images/about_button.gif) 0 0 no-repeat;}
ul#b-nav1 li a#contact {background: url(../images/contact_button.gif) 0 0 no-repeat;}

ul#b-nav1 li a#home-selected {background: url(../images/home_button.gif) 0 -40px no-repeat; cursor: default;}
ul#b-nav1 li a#services-selected {background: url(../images/services_button.gif) 0 -40px no-repeat; cursor: default;}
ul#b-nav1 li a#portfolio-selected {background: url(../images/portfolio_button.gif) 0 -40px no-repeat; cursor: default;}
ul#b-nav1 li a#about-selected {background: url(../images/about_button.gif) 0 -40px no-repeat; cursor: default;}
ul#b-nav1 li a#contact-selected {background: url(../images/contact_button.gif) 0 -40px no-repeat; cursor: default;}

ul#b-nav1 li a#home:hover, 
ul#b-nav1 li a#services:hover,
ul#b-nav1 li a#portfolio:hover,
ul#b-nav1 li a#about:hover,
ul#b-nav1 li a#contact:hover {
	background-position: 0 -40px;
}



/* page content
============================================================================= */

#b-content-container {
	width: 100%;
	margin-bottom: 20px;
}

#b-content-header {
	width: 750px;
	float: left;
	background: #fff url(../images/bg_content.gif) left no-repeat;
	padding: 10px 30px 0 10px;
}

#b-content-header h1 {
	width: 700px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #667179;
	height: 50px;
	text-align: left;
	line-height: 1.0; 
	text-align: center;
}

#b-content-inlink {
	width: 100%;
	text-align: left;
	padding-left: 20px;
	background: #fff;
}

#b-cotent-inlink a {
	text-decoration: none;	
	color: #144a6e;
	padding-left: 20px;
}

#b-content a:hover {
	text-decoration: underline;
}

#b-content {
	text-align: left;
	color: #333;
	padding: 2px;
}

#b-content h3 {
	margin-top: 20px;
}

.img_right {
	float: right;
	margin-top: 15px;
}

.img_right-noborder {
	float: right;
	margin: 5px;
	border: 0;
}

.portfolio-img_right {
	float: right;
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 15px;
	padding: 2px;
}

span.b-float {
	float: right;
	position: static;
	width: 200px;
	background-color: #eee;
	margin-top: 30px;
	margin-left: 5px;
	padding: 10px;
}

#b-float {
	float: right;
	position: static;
	width: 200px;
	background-color: #eee;
	margin-top: 30px;
	margin-left: 5px;
	padding: 10px;
}


/* footer
============================================================================= */

#b-footer {
	padding-top: 20px;
	color: #bbb;
	font-size: 0.9em;
}

#b-footer a {
	color: #bbb;
	text-decoration: none;
}

#b-footer a:hover {
	color: #555;
	text-decoration: none;
}


div.clear {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	position: relative;
	clear: both;
 }

img.float {
	float: left;
	padding: 2px;
	background: #fff;
	margin: 0 10px 10px 10px;
	border: 1px solid #bbb;
}

img.float-noborder {
        float: left;
        margin: 5px 10px 10px 0;
}

img.float-right {
	float: right;
	padding: 2px;
	border: 1px solid #bbb;
}

.sale-float_left {
	border: 0;
	float: left;
	margin-right: 5px;
	margin-top: -7px;
}

#b-content a img {
	border: 1px solid #bbb;
}

#b-content a img:hover {
	border: 1px solid #144a6e;
}

.td_even {
	background-color: #eee;
	padding: 5px;
}

.td_odd {
	background-color: #f8f8f8;
	padding: 5px;
}

.td_final {
	background-color: #eaf5d1;
	padding: 5px;
}

.note {
	text-align: right;
	color: #888;
}
