@charset "utf-8";

/*
-----------------------------------------------
Title:     Add2Net, Inc. CSS Styles 
Website: 	 http://www.add2net.com
Author:    Todd Austin - Drake Storm Studios
Updated:   01/31/2008
----------------------------------------------- 
*/

body  {
	background:url(images/body_bg.png) repeat-x;
	color: #193343;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	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 */
}
#container { 
	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. */
	width: 48em;  
} 
#brand1 {
	background:url(images/lunarpages_logo.gif) no-repeat;
	height:96px;
}
#brand2 {
	background:url(images/lpdedicated_logo.gif) no-repeat;
	height:70px;
	margin-top:25px;
}
#brand3 {
	background:url(images/pagemason_logo.gif) no-repeat;
	height:78px;
}
#brand4 {
	background:url(images/td_logo.gif) no-repeat;
	height:100px;
}
#brand5 {
	background:url(images/templateheaven_logo.gif) no-repeat;
	height:70px;
	margin-top:20px;
}
#brand6 {
	background:url(images/kickmeto_logo.gif) no-repeat;
	height:76px;
}
#brand7 {
	background:url(images/lunarforums_logo.gif) no-repeat;
	height:76px;
	margin-left:5px;
}
#brand8 {
	background:url(images/webhostingnewsletter_logo.gif) no-repeat;
	height:76px;
}
#brand9 {
	background:url(images/lunartics_logo.gif) no-repeat;
	height:76px;
	margin-left:5px;
}
#brand10 {
	background:url(images/lpquicksite_logo.gif) no-repeat;
	height:76px;
}
#brand1 a, #brand2 a , #brand3 a ,
#brand4 a, #brand5 a, #brand6 a, 
#brand7 a, #brand8 a, #brand9 a, 
#brand10 a {
	display:block; 
	height:96px;
	width:300px; 
}
#header {
 	margin: 45px 0 15px -10px;;
	padding: 5px 10px 5px 0; 
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#sidebar1 {
	background:none;
	float: left; 
	margin-right:0px;
	_margin-right:-25px;
	padding: 15px 0; 
	width: 182px; 
}
#sidebar1 ul  {
	list-style-type: none;
	margin-top:0; 
}
#sidebar1 ul  li { 
	border-bottom:1px solid #dbe5e8;
	margin:5px 0;
}
#mainContent {
	background:url(images/content_lft_bg.png) no-repeat;
	font: 14px/19px 'helvetica neue',helvetica,arial,sans-serif;
	_height:100%;
	margin: 0 0 0 150px; 
	min-height:358px;
	padding-left:70px;
	padding-top:10px;
} 
#mainContent a{ color:#0D4F66; }
#footer { 
	background:#fff;
 	clear:both;
	padding: 0 10px;
	position:relative;
} 
#footer p {
	font-size:12px;
	margin: 0; 
	padding: 10px 0; 
	text-align:right;
}
/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {  
	clear:both;
  font-size: 1px;
	height:0;
  line-height: 0px;
}

/* Sliding Menu  */
dl, dt, dd, ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu {
	position: relative; /* Menu position that can be changed at will */
}
#menu {
	margin:0;
}
#menu dt {
	border-bottom:1px solid #dbe5e8;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	margin: 0px 0;
	text-align: left;
}
#menu dd {

}
#menu li {
	font-size:12px;
	height:25px;
	line-height:25px;
	padding-left:15px;
	text-align: left;
}
#menu dt {
	color: #193343;
}
#menu li a, #menu dt a {
	border:none;
	color: #193343;
	display: block;
	height: 100%;
	text-decoration: none;
}
#menu li a:hover{
	background: #F3F7F9;
}

