
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8E959B;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

a {
	color: #E55D13;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 706px;
	height: 125px;
	margin: 0 auto;
	padding: 12px 0 0 0;
}

/* Logo */

#logo {
	float: left;
	width: 208px;
	height: 238px;
	padding: 0 15px 0 0;
	background: url(images/getmax.gif) no-repeat;
}

#logo h1 {
	padding: 180px 0 0 0;
	text-align: center;
	letter-spacing: 1px;
	font-family:Arial, "Microsoft Sans Serif","Trebuchet MS", Verdana;
	font-size: 32px;
	font-weight: normal;
	color:#000000;
}

#logo h2 {
	margin-top: 1px;
	text-align: center;
	font-size: 13px;
	color: #E55D13;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
}

#logo a:hover {
	color: #990000;
}

/* Menu */

#menu {
	float: left;
	padding: 0 0 0 0;
}

#menu ul {
	height: 55px;
	margin: 0;
	padding: 23px 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 43px;
	padding-top: 12px;
	background: url(images/img03.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 23px;
}

#menu a:hover, #menu .active a {
	background-image: url(images/img04.jpg);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 480px;
}

.post {
	padding-bottom: 1em;
}

.post .title {
	padding-top: 10px;
	letter-spacing: -.1em;
	font-size: 2em;
	font-weight: normal;
	color: #8E959B;
}

.post .date {
	height: 20px;
	padding: 2px 0 0 10px;
	background: url(images/img12.gif) no-repeat;
	font-size: 12px;
	font-weight: normal;
}

.post .story {
	padding: 0 20px;
	line-height: 1.6em;
}

.post .meta {
	height: 40px;
	margin: 0 20px;
	padding: 0 0 0 10px;
	background: #EEEDED url(images/img13.gif) no-repeat;
}

.post .meta span {
	display: none;
}

.post .meta p {
	margin: 0;
	padding: 10px 0 0 0;
}

.post .meta a {
	float: left;
	height: 20px;
	padding: 4px 20px 0 37px;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	color: #777777;
}

.post .meta a:hover {
	color: #E55D13;
}

.post .category {
	background: url(images/img14.gif) no-repeat left bottom;
}

.post .comments {
	background: url(images/img15.gif) no-repeat left bottom;
}

/* Bar */

#bar {
	float: left;
	width: 200px;
}

/* Box Style One */

.boxed1 {
	margin-bottom: 20px;
}

.boxed1 h2 {
	height: 40px;
	margin: 0 0 2px 0;
	padding: 10px 0 0 50px;
	background: #AFB43C url(images/img06.jpg) no-repeat;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed1 ul {
	margin: 0;
	padding: 0;
	background: #E4E9C5 url(images/img07.gif) no-repeat left bottom;
	list-style: none;
}

.boxed1 li {
	padding: 10px;
	background: url(images/img08.gif) repeat-x;
	font-size: small;
}

.boxed1 a {
	text-decoration: none;
	font-weight: bold;
	color: #A7B83F;

}

.boxed1 a:hover {
	color: #545C20;
}

.boxed1 .active, .boxed1 .active a {
	background-color: #ABB63D;
	color: #FFFFFF;	
}

/* Box Style Two */

.boxed2 {
	margin-bottom: 20px;
}

.boxed2 h2 {
	height: 40px;
	margin: 0 0 2px 0;
	padding: 10px 0 0 50px;
	background: #AFB43C url(images/img09.jpg) no-repeat;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed2 ul {
	margin: 0;
	padding: 0;
	background: #C5DFE9 url(images/img10.gif) no-repeat left bottom;
	list-style: none;
}

.boxed2 li {
	padding: 10px;
	background: url(images/img11.gif) repeat-x;
	font-size: small;
}

.boxed2 a {
	text-decoration: none;
	font-weight: bold;
	color: #3F95B8;
}

.boxed2 a:hover {
	color: #204B5C;
}

.boxed2 .active, .boxed2 .active a {
	background-color: #204B5C;
	color: #FFFFFF;
}

/* Box Style Three */

.boxed3 {
	text-align: justify;
	font-size: small;
}

.boxed3 h2 {
	height: 40px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #CCCCCC;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 26px;
	font-weight: normal;
}

.boxed3 a {
	text-decoration: none;
	color: #8E959B;
}

.boxed3 a:hover {
	color: #E55D13;
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	height: 60px;
	margin: 2em auto;
	background: #EB850C url(images/img16.gif) no-repeat;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
	

#footer p {
	margin: 0;
}

#footer a {
	color: #FFFFFF;
}

#copy {
	float: left;
	padding: 20px 15px;
}

#feed {
	float: right;
	height: 30px;
	padding: 20px 15px 0 35px;
	background: url(images/img18.gif) no-repeat 0 15px;
}

img{
margin: 0.3em 0.75em 0.3em 0em;
}

#hottip {
	height: auto;
	padding: 5px 5px 5px 15px;
	background-color: #F3F3F3;
	font-size: 11px;
	font-weight: normal;
	border:4px dashed #F8F8F8;
	border-style: dashed; 
	margin-top:5px;
	float:left;
	width:450px;
	}

.htHead{
color:#E7E7E7;
font-size: 25px;
font-weight: bold;
padding-left:40px;
background-image:url(images/new.gif);
background-repeat:no-repeat;
height:45px;
}
.htTitle{
color:#99CC66;
color:limegreen;
font-size: 19px;
font-weight: normal;

padding-left:3px;
}
.htBody{
color:#8E959B;
color:#777;
font-size: 13px;
font-weight: normal;
padding-top:3px;
padding-left:9px;
}

.rndHead{
color:#E7E7E7;
font-size: 25px;
font-weight: bold;
padding-left:40px;
background-image:url(images/rand.gif);
background-repeat:no-repeat;
height:45px;
}
.rndTitle{
color:#99CC66;
color:limegreen;
font-size: 19px;
font-weight: normal;

padding-left:3px;
}
.rndBody{
color:#8E959B;
color:#777;
font-size: 13px;
font-weight: normal;
padding-top:3px;
padding-left:9px;
}


.newtips{
border:5px dotted #99CCFF;
width:450px;
padding: 0 0 20px;
padding-left:5px;
font-family:"Lucida Grande",Tahoma,sans-serif;
}
.newtipshead{
margin:0;
padding: 15px 20px 0;
color:#FFF;
line-height:1;
}
.ntheadtext{
background: url(images/new2.gif) no-repeat left top;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
padding-left: 51px;
padding-top:15px;
padding-bottom:10px;
height:38px;
margin:0;
font-size:1.6em;
color:#CCC;
line-height:1;
border-bottom:#99BBFF dotted 3px;
}

.ntheadtextcat{
background: url(images/new3.gif) no-repeat left top;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
padding-left: 51px;
padding-top:15px;
padding-bottom:10px;
height:38px;
margin:0;
font-size:1.6em;
color:#CCC;
line-height:1;
border-bottom:#99BBFF dotted 3px;
}
.ntheadtextcat2{
background: url(images/down.gif) no-repeat left top;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
padding-left: 41px;
padding-top:5px;
padding-bottom:10px;
height:32px;
margin:0;
font-size:1.6em;
color:#CCC;
line-height:1;
border-bottom:#99BBFF dotted 3px;
}
.ntheadtextcat3{
background: url(images/feed.gif) no-repeat left top;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
padding-left: 41px;
padding-top:5px;
padding-bottom:10px;
height:32px;
margin:0;
font-size:1.6em;
color:#CCC;
line-height:1;
border-bottom:#99BBFF dotted 3px;
}

.newtipsbody{
padding: 10px 20px 0;
color: #1b220f;
line-height:1.3;
margin:0;
}

.tipnumber{
color:#DDD;
font-size:2.4em;
padding: 7px;
padding-top:1px;
}

.newtipsbody dt{
margin:0;
padding-left:4px;
padding-top:1px;
padding:3px;
font-size:1.1em;
color:#FFF;
line-height:1;
}

.newtipsbody dd{
color: #1b220f;
line-height:1.3;
font-size:0.8em;
padding:5px;
padding-top:2px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align:justify;
}

.newtipsbody a {
text-decoration: none;
text-transform: lowercase;
letter-spacing: 1px;
color:#99CC66;
}

.newtipsbody a:hover, .newtipsbody a:active {
color:#99AA66;
}
.newtipsbody table
{
border-collapse:collapse;
}
.newtipsbody tr{
height:130px;
}
.newtipsbody tr.evenrowtip{
height:130px;
}
.newtipsbody2
{
padding:15px;
}
.newtipsbody2 table
{
border-collapse:collapse;
border:1px solid #EEE;
}
.newtipsbody2 tr{
height:30px;
line-height:2;
background-color:white;
}
.newtipsbody2 tr.alternatec{
height:30px;
line-height:2;
background-color:#EEE;
}

.cathead1{
font-size:13px;
text-transform:uppercase;
padding-top: 7px;
padding-left:25px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
background-image:url(images/arrow1.gif);
background-repeat: no-repeat;
background-position:5px 10px;
}
.catbod1{
font-size:12px;
background-image:url(images/arrow2.gif);
background-repeat: no-repeat;
background-position:left center;
text-transform:uppercase;
padding-top: 0px;
padding-left:14px;
padding-right:5px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.cathead1d{
font-size:13px;
padding-top: 7px;
padding-left:25px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
background-image:url(images/arrow1.gif);
background-repeat: no-repeat;
background-position:5px 10px;
font-weight:bold;
}
.cathead1d p{
font-size:11px;
font-weight:normal;
}

.cathead1d2{
font-size:13px;
padding-top: 7px;
padding-left:50px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
background-image:url(images/xml.gif);
background-repeat: no-repeat;
background-position:5px 10px;
font-weight:bold;
}
.cathead1d2 p{
font-size:11px;
font-weight:normal;
}

.newtipsbody2 a {
	text-decoration: none;
	letter-spacing: 1px;
	color:green;
}
.newtipsbody2 a:hover, .newtipsbody .active a {
	color: black;
}

.pageName{
font-size : 1.7em;
color :#EEE;
padding-left:20px;
}

.pageName2{
font-size : 0.9em;
color :#CCC;
padding-left:20px;
}

.categoryname{
font-size:1.4em;
color:#99CC66;
padding-top:10px;
padding-left:35px;
padding-bottom:1px;
background:url(images/inf.gif) no-repeat left center;
border-bottom:1px solid #99CC66;
}

.categorydesc{
font-size:1.0em;
padding-top:4px;
padding-left:35px;
padding-bottom:4px;
}

.navRow{
padding :1px;
border-top: 1px dashed #EEE;
border-bottom: 1px dashed #EEE;
text-align:center;
}

.navRow a {
font-size:0.8em;
padding-left:3px;
text-decoration:underline;
}

.navRow a:hover, .navRow .active a {
color: black;
text-decoration:underline;
}

.navRow a:visited{
color: black;
text-decoration:underline;
}

.cathead2{
font-size:1.1em;
font-weight:bold;
padding-top: 7px;
padding-left:25px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
background-image:url(images/arrow1.gif);
background-repeat: no-repeat;
background-position:5px 15px;
}

.cathead2 a {
padding-left:2px;
text-decoration:none;
color: #1b220f;
}

.cathead2 a:hover, .newtipsbody .active a {
color: black;
text-decoration:none;
}

.newtipsbody3{
padding: 10px 20px 0;
color: #1b220f;
line-height:1.3;
margin:0;
}

.newtipsbody3 dt{
margin:0;
padding-left:4px;
padding-top:1px;
padding:3px;
font-size:1.1em;
color:#FFF;
line-height:1;
}

.newtipsbody3 dd{
color: #1b220f;
line-height:1.3;
font-size:0.8em;
padding:5px;
padding-top:2px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align:justify;
}

.newtipsbody3 a {
text-decoration: none;
text-transform: lowercase;
letter-spacing: 1px;
color:#99CC66;
}

.newtipsbody3 a:hover, .newtipsbody3 a:active {
color:#99AA66;
}
.newtipsbody3 table
{
border-collapse:collapse;
}
.newtipsbody3 tr.normaltr{
height:130px;
}
.newtipsbody3 tr.evenrowtip{
height:130px;
}

.tipssteps{
font-family:"Comic Sans MS";
padding-left:50px;
font-size:1.0em;
padding-top:14px;
color:#666;
background-image: url(images/p2.jpg);
background-repeat:repeat-y;
line-height:1.4em;
height:auto;

}
.tipssteps1{
font-family:"Comic Sans MS";
padding-left:50px;
font-size:1.0em;
padding-top:14px;
}

.tipname{
font-family:"Comic Sans MS";
font-size:1.0em;
color:#99CC66;
padding-top:85px;
padding-left:55px;
height:60px;
padding-bottom:1px;
background:url(images/p1.jpg) no-repeat left center;
border-bottom:3px double #99CC66;
}

.tipdesc{
font-family:"Comic Sans MS";
font-size:1.0em;
padding-top:14px;
padding-left:35px;
padding-bottom:4px;
font-weight:normal;
color:#666;
background-image: url(images/p2.jpg);
background-repeat:repeat-y;
line-height:1.4em;
}

.whattip{
font-family:"Comic Sans MS";
font-size:1.0em;
padding-top:8px;
padding-left:30px; COLOR: #333;
color:#666;
background-image: url(images/p2.jpg);
background-repeat:repeat-y;
line-height:1.4em;
}


/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #333;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.0em;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble2.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler2.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/bubble2.gif) no-repeat bottom;
}

.regwarning{
background-image: url(images/regwarning.jpg);background-repeat:no-repeat;float:right;
width:120px;
height:93px;
padding:10px;
}