@charset "utf-8";
/* CSS Document */
body {
	background: #f4f4f4;
	margin: 0px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5px 0px 0px 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container
{
 	width: 735px;
	text-align: left; 
	}
#header
{
	height: 185px;
}
#navigation
{
	height: 35px;
	background-image:url('images/smartweb_nav.gif');
	background-repeat: no-repeat;
	padding-left : 50px;
}
#toptitle
{
	background-image:url('images/smartweb_back_title.gif');
	height:50px;
	background-repeat: no-repeat;
	padding-left : 215px;
	padding-top : 0px;
}
#content
{
	background-image:url('images/smartweb_back.gif');
	background-repeat: repeat-y;
	color: #000000;
	font-size : 11pt;
	font-family : Calbri, Verdana, tahoma, arial  ;
	padding-left : 5px;
	margin-right: 10px;
	text-align: left;
}

#footertagline
{
	background-image:url('images/smartweb_bottom.gif');
	background-repeat: no-repeat;
	text-align: center;
	height: 45px;
	padding-top : 13px;
	font-size : 11pt;
}
#footer
{
	clear: both;
	height: 50px;
	text-align: center;
	background-image:url('images/smartweb_footer.gif');
	background-repeat: no-repeat;
	font-size: 8pt; 
	font-family : Verdana, sans-serif  ;
	color: #ffffff;
}
#contrht { /* this class is for the content on right */
	float: right;
	width: 505px;
	margin-left: 10px;
}
#testlft { /* this class is for the testamonial box on left */
	float: left;
	width: 196px;
	color: #a30000; 
	font-family : sans-serif, verdana, arial  
	margin-top: 10px;
}
#testback { /* this class is for the testamonial box on left */
	background-image:url('images/cont_bg.gif'); 
	padding-left: 5px;
	padding-right: 5px;
}
#contboth { /* this class is for the content on right */
	clear: both;
	margin-left: 10px;
}
.fltrht { /* this class can be used to float an element right in your page */
	float: right;
	margin-left: 10px;
	margin-right: 25px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 25px;
	margin-right: 10px;
}


p {
	margin-top : 15px;
	margin-bottom : 0px;
}
h1 {
	color : #a30000;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	font-size : 18pt;
	font-family : Georgia, Times, Times New Roman, serif;
	font-weight: bold;
}
h2 {
	color : #a30000;
	margin-top : 15px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 14pt;
	font-family : Georgia, Times, Times New Roman, serif;
	font-weight: italics;
}
h3 {
	color : #a30000;
	font-size : 12pt;
	margin-top : 10px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-family : Georgia, Times, Times New Roman, serif;
	font-weight: bold;
}
A {
	font-weight: bold;
	font-size: 8pt; 
	color: #959E66; 
	TEXT-DECORATION: none 
}
A:hover {
	color: #930000;
	TEXT-DECORATION: underline
}
.textLink {
	font-weight: bold;
	font-size: 12pt;
	color: #959E66;
	TEXT-DECORATION: none
}

.navback {
	background-image:url('images/smartweb_back.gif');
}



