/*

General styling

*/

body {
	margin:0;
	background-color:#FFF;
	font-family:\"Trebuchet MS\", sans-serif;
	font-size:11px;
	color:#333;
}

#wrapper {
    width:750px;
    margin:0 auto;
}

a:link, a:visited {
	text-decoration:none;
	color:#73A533;
}

a:hover {
    text-decoration:underline;
}

* {
padding:0;
margin:0;
}

/* HEADER */

#header {
    margin-bottom:20px;
}

    #title {
    width:340px;
    float:right;
    text-align:right;
    margin:38px 5px 0 0;
    line-height:22px;
    font-size:30px;
    font-weight:normal;
    color:#73A533;
    }
    
    #title a:hover {
        text-decoration:none;
        color:#0092C8;
    }

    #topmenu {
        margin-top:40px;
        z-index:5;
        float:left;
        width:400px;
    }
    
        #topmenu a:link, #topmenu a:visited {
            color:#333;
        }
        
        #topmenu a:hover {
            text-decoration:none;
        }
    
		#topmenu ul { 
			list-style:none;
			margin:0 0 0 5px;
			padding:0;
		}
				
				#topmenu ul li a:link, #topmenu ul li a:visited {
					display:block;
					line-height:11px;
					padding:5px 15px 2px 5px;
					margin:0 5px 0 0;
					font-size:11px;
					border-bottom:2px solid #73A533;
					text-transform:uppercase;
				}
				
				#topmenu ul li a:hover {
				    border-bottom:2px solid #0092C8;
				}
				
				#topmenu ul li {
					display:block;
					float:left;
					position:relative; 
				}
				
				#topmenu ul li ul {
					display:block;
					position:absolute;
					top:auto;
					list-style:none;
					margin:0;
					padding:0;
					visibility:hidden;
					border-top:1px solid #CCC;
					width:220px;
				}
				
				#topmenu ul li:hover ul,
				#topmenu ul li.msiefix ul {
					visibility:visible;
				}
				
				#topmenu ul li ul li {
					position:relative;
					float:none;
					line-height:18px;
					color:#333;
					font-size:10px;
					
				}
				
				#topmenu ul li ul li a:link, #topmenu ul li ul li a:visited, #topmenu ul li ul li a {
					display:block;
					margin:0;
					line-height:15px;
					padding:2px 0 2px 10px;
					color:#FFF;
					
					text-transform:none;
					border:0;
					background-color:#73A533;
				}
				
				#topmenu ul li ul li a:hover {
					background-color:#0092C8;
				}
				
    #headerimage {
        clear:both;
        height:150px;
        border-top:1px solid #CCC;
        border-bottom:1px solid #CCC;
        background-image:url(header.jpg);
        background-repeat:no-repeat;
        background-position:center;
    }
    
li {font: 12px tahoma #2383dd;}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
font:normal 12px Arial;
line-height:18px;
z-index:100;
/* background-color: #76A240; */
width: 171px;
visibility: hidden;
}

.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 12px;
padding: 5px;
text-decoration: none;
color: #2383dd;
background: url(http://www.maxon.com.au/images/nav_middle.gif) repeat-y;
}
.dropmenudiv_a a.sub_bottom{
width: auto;
display: block;
text-indent: 12px;
padding: 5px;
text-decoration: none;
color: #2383dd;
background: transparent url(http://www.maxon.com.au/images/nav_bottom-rounded.gif) bottom left no-repeat;
}

.dropmenudiv_a a.subtop{
width: auto;
display: block;
text-indent: 12px;
padding: 5px;
text-decoration: none;
color: #2383dd;
background: transparent url(http://www.maxon.com.au/images/nav_top-rounded.gif) top left no-repeat;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
text-decoration:underline;
color: #2383dd;
}
.dropmenudiv_a a:hover.subtop{ /*THEME CHANGE HERE*/
background: url(http://www.maxon.com.au/images/nav_top-rounded.gif) top left no-repeat;
color: #2383dd;
}
.dropmenudiv_a a:hover.sub_bottom{ /*THEME CHANGE HERE*/
background: url(http://www.maxon.com.au/images/nav_bottom-rounded.gif) bottom left no-repeat;
color: #2383dd;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


#pointermenu2{
margin: 0;
padding: 0;
}

#pointermenu2 ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 0px;
font: 13px "Lucida Sans Unicode";
/* background: #8DC63F; optional left round corner*/
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;
}

#pointermenu2 ul li a{
float: left;
}




/* NAV ROLLOVER STATES */
#pointermenu2 ul li a.nava,
#pointermenu2 ul li a.nava:active{
width:63px;
height:31px;
float: left;
background: url(http://www.maxon.com.au/images/b_home-onoff.gif) no-repeat;
background-position:0px 0px;
}

#pointermenu2 ul li a.nava:hover{
width:63px;
height:31px;
float: left;
background: url(http://www.maxon.com.au/images/b_home-onoff.gif) no-repeat;
background-position:0px -31px;
}

#pointermenu2 ul li a.navb,
#pointermenu2 ul li a.navb:active{
width:90px;
height:31px;
float: left;
background: url(http://www.maxon.com.au/images/b_company-onoff.gif) no-repeat;
background-position:0px 0px;
}

#pointermenu2 ul li a.navb:hover{
width:90px;
height:31px;
float: left;
background: url(http://www.maxon.com.au/images/b_company-onoff.gif) no-repeat;
background-position:0px -31px;
}

#pointermenu2 ul li a.navc,
#pointermenu2 ul li a.navc:active{
width:86px;
height:31px;
float: left;
background: url(http://www.maxon.com.au/images/b_products-onoff.gif) no-repeat;
background-position:0px 0px;
}

#pointermenu2 ul li a.navc:hover{
width:86px;
height:31px;
float: left;
background: url(http://www.maxon.com.au/images/b_products-onoff.gif) no-repeat;
background-position:0px -31px;
}

#pointermenu2 ul li a.navd,
#pointermenu2 ul li a.navd:active{
width:79px;
height:31px;
float: left;
background: url(http://www.maxon.com.au/images/b_support-onoff.gif) no-repeat;
background-position:0px 0px;
}

#pointermenu2 ul li a.navd:hover{
width:79px;
height:31px;
float: left;
background: url(http://www.maxon.com.au/images/b_support-onoff.gif) no-repeat;
background-position:0px -31px;
}

#pointermenu2 ul li a.nave,
#pointermenu2 ul li a.nave:active{
width:85px;
height:31px;
float: left;
background: url(http://www.maxon.com.au/images/b_how-to-buy-onoff.gif) no-repeat;
background-position:0px 0px;
}

#pointermenu2 ul li a.nave:hover{
width:85px;
height:31px;
float: left;
background: url(http://www.maxon.com.au/images/b_how-to-buy-onoff.gif) no-repeat;
background-position:0px -31px;
}







#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: lightyellow;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
/* background: url(http://www.maxon.com.au/images/rightround2.gif) bottom right no-repeat; optional right round corner*/
}

.navmenuheader, a.navmenuheader, a:hover.navmenuheader, a:active.navmenuheader, a:visited.navmenuheader	{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	cursor:default;
}
/* SIDEBAR */

#sidebar {
    width:220px;
    float:left;
    margin:0 5px 0 0;
    overflow: hidden;
}

#sidebar a:link, #sidebar a:visited {
    color:#333;
}

#sidebar a:hover {
    color:#73A533;
    text-decoration:none;
}


/* LISTS */

html>body .the_content ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .the_content li {
	margin: 7px 0 8px 10px;
	}

.the_content ol {
	padding: 0 0 0 15px;
	margin: 0;
	text-indent:-5px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.the_content ul li:before, #sidebar ul ul li:before {
	content: "\00BB\00A0";
	color:#73A533;
	}


/* CONTENT */

#content {
    margin:0 0 0 5px;
    width:520px;
    float:right;
}

#newleftbar{
margin:0 0 0 0px;
    width:208px;
    float:left;
    vertical-align:top;
}
	
	
.post {
    margin:0 0 30px 0;
    clear:both;
}

    .post .posttitle, #sidebar h2 {
        font-size:20px;
        line-height:20px;
        color:#0092C8;
        margin:0 0 2px 0;
        font-weight:normal;
    }
    
        .post a:link, .post a:visited {
            color:#0092C8;
        }
    
        .post a:hover {
            color:#73A533;
            text-decoration:none;
        }
    
        .post a:link span, .post a:visited span {
            color:#CCC;
        }
        
        .post a:hover span {
            color:#AAA;
        }
        
    .post .postmeta {
        font-size:10px;
        line-height:10px;
        color:#CCC;
        text-transform:uppercase;
        margin:0 0 5px 0;
    }
    
        .post .postmeta a:link, .post .postmeta a:visited {
            color:#AAA;
        }
        
        .post .postmeta a:hover {
            color:#73A533;
            text-decoration:none;
        }
        
    .post p {
        margin:0 0 15px 0;
        line-height:15px;
    }
    
        .post p a:link,
        .post p a:visited,
        .post ul a:link,
        .post ol a:link,
        .post ul a:visited,
        .post ol a:visited {
            color:#73A533;
        }
    
        .post p a:hover,
        .post ul a:hover,
        .post ol a:hover {
            text-decoration:underline;
        }
        
        .post .the_content ul, .post .the_content ol {
            margin-bottom:15px;
        }
    
    .post blockquote {
        margin:0 0 15px 20px;
        padding:5px;
        border-top:1px solid #73A533;
        border-bottom:1px solid #73A533;
    }
    
        .post blockquote p {
            margin:0;
            font-style:italic;
        }
        
        .post blockquote blockquote {
            margin-top:15px;
            background-color:#F3F3F3;
        }

    .post img {
    float:right;
    border:1px solid #73A533;
    margin:0 0 10px 20px;
    }
    
    .post .wp-smiley {
        float:none;
        border:0;
        margin:0;
    }


/* COMMENTS */

#commentlist, #trackbacks {
    list-style:none;
}

    #commentlist li {
        margin:0;
        padding:15px 10px 0 10px;
        border-bottom:1px solid #73A533;
    }

    #commentlist li.odd {
        background-color:#F3F3F3;
    }
    
    #trackbacks li {
        padding:5px 10px 5px 10px;
    }

.post .commenttitle {
        font-size:16px;
        line-height:16px;
        color:#0092C8;
        margin:0 0 2px 0;
        font-weight:normal;
    }
    
        .post #commentlist .commenttitle a:link, .post #commentlist .commenttitle a:visited {
            color:#0092C8;
        }
    
        .post #commentlist .commenttitle a:hover {
            color:#73A533;
            text-decoration:none;
        }
        
        textarea {
            width:100%;
        }

.commentbox {
background:#eee;
border:1px solid #000;
height:50px;
margin-left:10px;
}

/* FOOTER 
        
#footer {
    clear:both;
    border-top:1px solid #CCC;
}

    #footer p {
        margin:5px 0 30px 5px;
        color:#CCC;
        text-transform:uppercase;
        font-size:10px;
    }
    
    #footer a:link, #footer a:visited {
        color:#AAA;
    }
    
    #footer a:hover {
        color:#73A533;
        text-decoration:none;
    }*/