@charset "UTF-8";
body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background: #d1d2d3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #666666;
}
.oneColFixCtrHdr #container {
	width: 1050px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background:  url(images/images/webpage_v2_01.jpg) center no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left ali gnment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 261px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 45px 45px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/images/webpage_v2_03.jpg) repeat;
	height: 100%;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/images/webpage_v2_04.jpg) center no-repeat;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#navBar
{	
	height: 41px;
	width: 1050px;
}

#navBar.home
{
	background: url(images/images/navbar_02.jpg) center no-repeat;
	margin: 0px;
	padding: 0px;
}


#navBar.about
{
	background: url(images/images/nav_about.jpg) center no-repeat;
	margin: 0px;
	padding: 0px;
}

#navBar.products
{
	background: url(images/images/nav_products.jpg) center no-repeat;
	margin: 0px;
	padding: 0px;
}

#navBar.app
{
	background: url(images/images/nav_app.jpg) center no-repeat;
	margin: 0px;
	padding: 0px;
}

#navBar.links
{
	background: url(images/images/nav_links.jpg) center no-repeat;
	margin: 0px;
	padding: 0px;
}

#navBar.contact
{
	background: url(images/images/nav_contact.jpg) center no-repeat;
	margin: 0px;
	padding: 0px;
}

/*#navBar li
{
	display: inline;
	padding: 0px 40px 0px 80px;
	vertical-align: middle;

}

#navBar li a
{
	margin-top: 20px;
	text-decoration: none;
	color: #ffffff;
}

#navBar li a.active
{
	color: #000000;
}

#navBar li a:hover
{
	color: #ee2e24;
}*/

img
{
	margin: 0px;
	padding: 0px;
}


p
{
	margin: 0px;
	padding: 5px;
}

#copyArea
{
	width: 514px;
	/*height: 320px;*/
	background: url(images/images/blank_box.png) top repeat;
}


#copyArea p
{
	margin-left: 10px;
	margin-right: 10px;
}

#rightBox
{
	width: 425px;
	height: 300px;
	float: right;
	background: url(images/images/box_right.png) top no-repeat;
}

#rightBox h3
{
	margin-left: 20px;
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
}

#rightBoxHome
{
	width: 425px;
	height: 250px;
	float: right;
	background: url(images/images/box_right_home.png) top no-repeat;
}

#rightBoxHome h3
{
	margin-left: 20px;
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
}

#rightBoxHome p
{
	margin-left: 20px;
	margin-right: 20px;
}

#rightBox h4
{
	margin-left: 20px;
	margin-top: 17px;
	margin-bottom: 0px;
	color: #666;
	font-size: 12px;
}

#rightBox p
{
	margin-left: 20px;
	margin-right: 20px;
}

.button
{
	text-align: right;
	padding-right: 20px;
}

.buttonLeft
{
	text-align: left;
	padding-left: 20px;
	padding-bottom: 10px;
}

.line
{
	border-bottom: 1px dotted #999999;
	margin: 0px 15px 0px 15px;
}

#form2
{
	margin-left: 30px;
}

h2
{
	padding-left: 20px;
}

.inlineLink
{
	color: #0099CC;
	text-decoration: none;
}

.inlineLink:hover
{
	color: #0099CC;
	text-decoration: underline;
}

a img
{
	border: none;
}

#banner
{

	height: 261px;
	padding-top: 120px;
	padding-left: 5px;
}