body {
	font-family: Calibri, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top:0px;
	background-color: #CCCCCC;
	margin-bottom: 0px;
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat-x;
}

body a {
	text-decoration: underline;
	color: #4141FF;
	}
body a:hover {
	text-decoration: none;
	color: #CC0033;
	}



#main {
	width: 960px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

/* Header Styles START */
#main .header {
	height: 84px;
	background-image: url(../images/header_bg.gif);
}
#main .header #logo {
	float:left;
}

#main .header2 {
	color: #DDF;
	height: 26px;
	background-image: url(../images/header2_bg.gif);
	vertical-align: middle;
	background-color: #00C;
}
#main .header2 #phone {
	float:left;
	text-indent: 5px;
	margin-top: 4px;
}
#main .header2 #support {
	float:right;
	margin-top: 4px;
	margin-right: 5px;
}

#main .header2 a {
	text-decoration: underline;
	color: #DDF;
}

#main .header2 a:hover {
	text-decoration: none;
	color: #CC0033;
}
#main .header .nav1 {
	width: 460px;
	float: right;
	margin: 0px;
}

#main .header #nav a {
	text-decoration: none;
	color: #000;
	}
#main .header #nav a:hover {
	text-decoration: underline;
	color: #CC0033;
	}
#main .header #nav {
	text-align: center;
	}
#main .header #nav li {
	float: right;
	list-style-type: none;
	padding-right: 20px;
}
#main .header .nav2 {
	float: right;
	margin: 0px;
	position: relative;
	top: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #4141FF;
}

#main .header #nav2 a {
	text-decoration: none;
	color: #4141FF;
	}
#main .header #nav2 a:hover {
	text-decoration: underline;
	color: #CC0033;
	}
#main .header #nav2 {
	text-align: center;
	}
#main .header #nav2 li {
	float: right;
	list-style-type: none;
	padding-right: 20px;
}
/* Header Styles END */

/* Footer Styles START */

#main #footer {
	width: 960px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #0000CC;
	overflow: hidden;
}


#main #footer .nav1 {
	float: left;
	width: 192px;
	margin: 0;
}

#main #footer .nav1 a {
	text-decoration: none;
	color: #DDF;
	}
#main #footer .nav1 a:hover {
	text-decoration: underline;
	color: #CC0033;
	}
#main #footer .nav1 li {
	list-style-type: disc;
	color: #DDF;
}

#main #footer .nav1 ul {
	margin-top: 0;
}
#main #footer .footer-title {
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	}
/* Footer Styles END */
