* {margin:0px; padding:0px;}
html,body,img {border:0px;}

body {
	text-align:center;
}




body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background: #ffffff url('../images/bg.gif') left top repeat-x; 
	color: #333;
}

a, a:visited, a:active {
	color: #005a7f; 
	text-decoration: none;
	outline: none;
	line-height:17px;
}

a:hover {
	text-decoration: underline;
}

hr{
	border:1px solid #fff;
	padding:15px 0;
	margin:15px 0;
}

img{
	padding: 1px;
	border:none;
}

img.right {
	float: right;
	margin: 0px 0px 5px 12px;
}

img.left {
	float: left;
	margin: 0px 12px 5px 0px;
}

dl dt, li{
	color:#005a7f;
}

dl dt{
	font-weight:bold;
	padding:5px 0;
}

dl dd{
	margin:0;
}

li span{
	color:#333;
}

/**** END ******/

#container {
	width: 660px;	
	margin: auto;	
	text-align:left;
}

#header {
	width: 920px;
	height: 180px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
}

#header h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000000;
	font-size: 52px;
	font-weight: bold;
	line-height: 100%;
	margin: 35px 0px 0px 5px;
	padding: 0px;
}

#header h1 span {
	color: #005a7f;
}

#header h1 a, #header h1 a:visited, #header h1 a:active, #header h1 a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000000;
	font-size: 52px;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
}

#header p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-align: left;
	font-size: 14px;
	color: #3e3e3e;
}

#topmenu {
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 33px 0px 0px 0px;
}

#topmenu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#topmenu li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#topmenu li a, #topmenu li a:visited, #topmenu li a:active {
	display: block;
	color: #484833;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin: 0px 15px 0px 5px;
	padding: 14px 3px 13px 3px;
}

#topmenu li a:hover {
	margin: 0px 15px 0px 5px;
	padding: 14px 3px 6px 3px;
	border-bottom: 5px solid #929281;
	color: #000000;
}

#contentcontainer {
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0px 40px 0px;	
	padding: 0px;
}

#content {
	width: 640px;
	float: left;
	display: inline;
	margin: 38px 35px 60px 5px;
	padding: 0px;
	
}

#content p {
	padding:0;
	line-height: 130%;
}

#content h1, #content h1 a, #content h1 a:visited, #content h1 a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	font-weight: bold;
	color: #005a7f;
	background: url('../images/dotted1.gif') left bottom repeat-x;
	padding-bottom:12px;
	margin: 0px;
}

#content h1 a:hover {
	color: #7f0000;
	text-decoration: underline;
}

#content h2, #content h2 a, #content h2 a:visited, #content h2 a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	font-weight: bold;
	color: #005a7f;
	margin: 0px;
}

#content h2 a:hover {
	color: #7f0000;
	text-decoration: underline;
}

#content h3, #content h3 a, #content h3 a:visited, #content h3 a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	color: #005a7f;
	margin: 0px;
}

#content h3 a:hover {
	color: #7f0000;
	text-decoration: underline;
}

#content h4, #content h4 a, #content h4 a:visited, #content h4 a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	color: #005a7f;
	margin: 0px;
}

#content h4 a:hover {
	color: #7f0000;
	text-decoration: underline;
}

#content h5, #content h5 a, #content h5 a:visited, #content h5 a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #005a7f;
	margin: 0px;
}

#content h5 a:hover {
	color: #7f0000;
	text-decoration: underline;
}


blockquote {
	margin: 15px 10px;
	padding: 10px;
	border-left: 5px solid #e8e8e8;
	background:#f2f2f2;
}



table.skin_blue{
	width: 100%;
	text-align: left;
	border-collapse:collapse;
}

table.skin_blue thead tr th, table.skin_blue tfoot tr th, table.skin_blue tbody tr th{
	background:#e6eeee;
	border:1px solid #adcedc;
	padding: 4px;
}

table.skin_blue tbody td{
	border:1px solid #ddd;
	padding:3px;
}

table.skin_blue tbody tr th.highlite_green{
	background:#e6fccb;
	border:2px solid #9ecb64;
}

table.skin_blue tbody tr th.highlite_red{
	background:#ffd4cb;
	border:2px solid #ff7364;
}


table.skin_light{
	width: 100%;
	text-align: left;
	border-collapse:collapse;
}

table.skin_light thead tr th, table.skin_light tfoot tr th, table.skin_light tbody tr th{
	background:#E6EEEE;
	border:1px solid #CCC;
	padding: 3px;
	font-size:10px;
}

table.skin_light tbody td{
	border:1px solid #ddd;
	padding:2px;
	font-size:10px;
	background:#D1DFDF;
}

table.skin_light tbody tr th.highlite_green{
	background:#e6fccb;
	border:2px solid #9ecb64;
}

table.skin_light tbody tr th.highlite_red{
	background:#ffd4cb;
	border:2px solid #ff7364;
}


/* tablesorter */
table.sortable {
	width: 100%;
	text-align: left;
	border:1px solid #eee;
}

table.sortable thead tr th, table.sortable tfoot tr th {
	padding: 4px;
}

table.sortable thead tr .header {
	background: url(../images/sorter_bg.gif) no-repeat center right #e6eeee;
	cursor: pointer;
}

table.sortable tbody td {
	color: #3d3d3d;
	padding: 3px;
	background-color: #fff;
	vertical-align: top;
}

table.sortable tbody tr.odd td {
	background-color:#f2f2f2;
}

table.sortable thead tr .headerSortUp {
	background-image: url(../images/sorter_asc.gif);
}

table.sortable thead tr .headerSortDown {
	background-image: url(../images/sorter_desc.gif);
}



table.sortable thead tr .headerSortDown, table.sortable thead tr .headerSortUp {
	background-color: #adcedc;
}



form{
	margin:0;
	padding:0;
}

form p{
	padding:0;
	margin:5px 0;
	clear:both;
}

form label{
	width:35%;
	display:block;
	float:left;
	padding:3px 0;
}



form .fieldlist{
	list-style:none;
	float:left;
	width:62%;
	margin:0 0 10px 0;
	padding:0;
}
form .fieldlist li input, form .fieldlist li label{
	display:inline;
	float:none;
}

fieldset{
	border:1px solid #ddd;
	padding:10px;
	margin:0;
}

legend{
	color:#333;
	font-weight:bold;
}





#aff_manage p { color:#06C; }

#aff_login label {
	width:50%;
}

#aff_forgot label {
	width:300px;
}
#aff_forgot #forgot_email {
	width:250px;
}
form i, .error { color:#F00; font-style:italic; }
form i { margin-left:15px; }


#leftCol { float:left; width:450px; }
#rightCol {float:right; width:160px; }
#storefront_img { width:160px; margin:0 auto; height:100px; background-position:center center; background-repeat:no-repeat;}
#uploadBlock { margin-top:28px; }

#companyBlock { margin-top:6px; }
#aff_manage label { width:100%;  }
#subscribed { margin-left:15px; margin-top:6px; }
#aff_manage fieldset label, #aff_manage fieldset span { display:block; float:left; width:212px; }
#aff_manage fieldset input.text {
	width:200px;
}

#subject {
	width:500px;
}

#ajax_msgs {
	width:460px;
	float:right;
}

#ajax_msgs .bad {
	color:#F00;
}
#ajax_msgs .good {
	color:#093;
}
#mail_list { margin-bottom:6px; }
#mail_list label { width:100%; }

h1.header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	font-weight: bold;
	color: #005a7f;
	background: url('../images/dotted1.gif') left bottom repeat-x;
	padding-bottom:12px;
	margin: 0px;
}








#footer {
	padding: 15px 25px 10px 25px;
	clear: both;
	text-align: center;	
	border-top: 1px solid #d7d7cd;
	background: #ebebdf;
	margin-top: 60px;
	display: block;
}

#footer p {
	color: #666666;
}

#footer a, #footer a:visited, #footer a:active {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}


.clearer { clear:both; height:0px; line-height:0px; }