@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999;
}

a:link {
	color: #2790a5;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #00CCFF;
}

p {
line-height: 150%;
}

div#page_wrap {
	width : 782px;
	margin: 0 auto;
	background-color: #FFF;
}

/* ------- Styling for Top Banner  ------- */

div#banner {
    width : 782px;
	height: 155px;
}

/* ------- Styling for Content Area ------- */
div#content {
	height: auto;
}

.heading {
	color: #cc0033;
	font-size: 16px;
}


div#column1 { float:left; width:180px; height: 600px; margin-right:15px; }
div#column2 { float:left; width:350px; margin-right:15px; }
div#column3 { float:left; width:190px; }
div#column4 { float:left; width:530px; margin-right:15px; }


ul.profile {
	
}


ul.profile  li {
	list-style:square;
    padding: 2px;

}

ul.newreseller {
	height: 147px;	
	margin-left:25px;
}


ul.newreseller  li {
    list-style-image: url(images/dot.gif);
	color: #339999;
    padding-top: 5px;
    padding-bottom: 10px;
	clear:both;
}

ul.newreseller  li a {
    color: #339999;
	text-decoration: none;
}

ul.newreseller  li a:hover {
	color: #cc0033;
}


ul.form {
	margin-left: 20px;
}


ul.form  li {
    list-style-image: url(images/icon_form.gif);
	color: #339999;
	padding-top: 5px;
    padding-bottom: 10px;
	clear:both;
}

ul.form li a {
    color: #339999;
	text-decoration: none;
}

ul.form li a:hover {
	color: #cc0033;
}




ul.menu {
	margin:0px; padding:0px;
	height: 147px;	
}


ul.menu li {
	list-style:none;
	margin:0px; padding:0px;
	clear:both;
}


.clear { clear: both; }

/* ------- Styling for Footer Area ------- */
#footer {
	background: url(images/footer_background.gif) repeat-x bottom;
	height: 70px;
	float: left;
	width: 100%;
	color: #999;	
	border-top: 1px solid #CCC;
}

#footer a {
    font-size:13px;
	text-decoration: none;
	color: #333;
}

#footer a:hover {
	color: #2790a5;
}

.red
{
	color: #cc0033;
}