/* ADMIN CSS */
div.leftmenu div.lm a {
    text-decoration:none;
    font-size:1em;
    font-weight:normal;
    font-family:Lucida Sans;
}

ul.leftmenu li, ul.leftmenu li a {
    color:#FFCCCC;
    padding:2px;
}


td.col1 {
    padding:20px;
    border:solid 1px #336699;
    color:#333;
    background-color:#FFFFFF;
    width:155px;
}

td.col2 {
    padding:0px 10px;
    border:;
    background-color:#FFFFFF;
    color:#333;
}

td.col3 {
    padding:10px;
    border:;
    background-color:#fff;
    color:#333;
}


/*
ul.leftmenu li a:hover {
    text-decoration:underline;
}
*/


div.topmenu a {
    text-decoration:none;
    font-size:1.3em;
    font-family:Lucida Sans;
    font-weight:normal;
}

div.topmenu  a:hover {
    text-decoration:underline;
}

ul.topmenu a {
    color:#363636;
    padding:0px 8px;
}

ul.topmenu a:hover {
    color:#996633;
}

ul.topmenu {
    background:#FFFFFF;
    padding:0px;
    margin:0px;
}

ul.topmenu li.sel {
    background:#336699;
}

ul.topmenu li.sel a {
    color:#FFFFFF;
}

ul.topmenu li {
    list-style:none;
    float:left;
    margin:0px;
}

ul.topmenu,ul.topmenu li {
    height:25px;
}

a.sublink {
    padding-left:15px;
}

table.pageadmin td {
    border-bottom:dashed 1px #ccc;
}

div.topmenu {
    margin:5px 0px;
    border:solid 1px #eedeff;
}











body  {
	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 */
	color: #4A5960;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 1.45em;
}
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixRtHdr #containerhome {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(http://www.mikehuffam.co.nz/i/kettle-bells_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 99px;
	height: 635px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
} 

twoColFixRtHdr #mainadminContent {
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
} 
.twoColFixRtHdr #mainContenthome {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 480px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 65px;
	height: 460px;
} 
.twoColFixRtHdr #footer {
	background-image: url(http://www.mikehuffam.co.nz/i/footer.png);
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 10px;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	text-transform: uppercase;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 25px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* SITE LINKS - MAIN WEBSITE */
.twoColFixRtHdr #container #mainContenthomenew a:link, .twoColFixRtHdr #container #mainContenthomenew a:visited 
{
	color: #D94441;
	text-decoration: none;
	border-bottom: 1px dotted #6c7078;
}

.twoColFixRtHdr #container #mainContenthomenew a:hover, .twoColFixRtHdr #container #mainContenthomenew a:active 
{
	color: #F2CAC8;
	background-color: #EF473D;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
}


.twoColFixRtHdr #container #mainContent a:link, .twoColFixRtHdr #container #mainContent a:visited 
{
	color: #D94441;
	text-decoration: none;
	border-bottom: 1px dotted #6c7078;
}

.twoColFixRtHdr #container #mainContent a:hover, .twoColFixRtHdr #container #mainContent a:active 
{
	color: #F2CAC8;
	background-color: #EF473D;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
}



/* SITE LINKS - RIGHT COLUMN */
.twoColFixRtHdr #container #sidebar1 a:link, .twoColFixRtHdr #container #sidebar1 a:visited 
{
	color: #D94441;
	text-decoration: none;
	border-bottom: 1px dotted #6c7078;
}

.twoColFixRtHdr #container #sidebar1 a:hover, .twoColFixRtHdr #container #sidebar1 a:active 
{
	color: #F2CAC8;
	background-color: #EF473D;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
}


/* SITE LINKS - HOMEPAGE ONLY */
.twoColFixRtHdr #containerhome #mainContenthome a:link, .twoColFixRtHdr #containerhome #mainContenthome a:visited
{
	color: #D94441;
	text-decoration: none;
	border-bottom: 1px dotted #6c7078;
}


.twoColFixRtHdr #containerhome #mainContenthome a:hover, .twoColFixRtHdr #containerhome #mainContenthome a:active
{
	color: #F2CAC8;
	background-color: #EF473D;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
}


/* SITE LINKS - FOOTER */
.twoColFixRtHdr #footer a:link, .twoColFixRtHdr #footer a:visited
{
	color: #627076;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #627076;
}


.twoColFixRtHdr #footer a:hover, .twoColFixRtHdr #footer a:active
{
	color: #FBC7C5;
	background-color: #EF4545;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
}


/*ROLLOVER MENU */

/*HOMEPAGE */
.twoColFixRtHdr #navcontainerhome ul
{
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: inherit;
	padding-left: 300px;
	height: 70px;
	background-image: url(http://www.mikehuffam.co.nz/i/home_header.png);
	background-repeat: no-repeat;
}


.twoColFixRtHdr #navcontainerhome ul li {
	display: inline;
	font-size: 12px;	
}

.twoColFixRtHdr #navcontainerhome ul li a
{
	padding: 0.5em 1em;
	color: #E1E33A;
	text-decoration: none;
	float: left;	/*border-right: 1px solid #fff;*/
}

.twoColFixRtHdr #navcontainerhome ul li a:hover
{
	color: #FFFFFF;
}

.twoColFixRtHdr #navcontainerhome ul li a
{
	padding: 0.35em 1em;
	color: #CCCCCC;
	text-decoration: none;
	float: left;
	/*border-right: 1px solid #fff;*/
	font-weight: normal;
}

.twoColFixRtHdr #navcontainerhome ul li a#current
{
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}




/* REST OF WEBSITE */
.twoColFixRtHdr #navcontainer ul
{
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: inherit;
	padding-left: 345px;
	height: 70px;
	background-image: url(http://www.mikehuffam.co.nz/i/header.png);
	background-repeat: no-repeat;
}


.twoColFixRtHdr #navcontainer ul li {
	display: inline;
	font-size: 11px;
}

.twoColFixRtHdr #navcontainer ul li a
{
	padding: 0.5em 1em;
	color: #E1E33A;
	text-decoration: none;
	float: left;	/*border-right: 1px solid #fff;*/
}

.twoColFixRtHdr #navcontainer ul li a:hover
{
	color: #fff;
}

.twoColFixRtHdr #navcontainer ul li a
{
	padding: 0.35em 1em;
	color: #CCCCCC;
	text-decoration: none;
	float: left;
	/*border-right: 1px solid #fff;*/
	font-weight: normal;
}

.twoColFixRtHdr #navcontainer ul li a#current
{
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}
.twoColFixRtHdr #containerhome #mainContenthome h1 {
	color: #A6AAAC;
	font-size: 16px;
}
.twoColFixRtHdr #containerhome #mainContenthome p {
	color: #DCDCDC;
}
.twoColFixRtHdr #containerhome #mainContenthome #subsc {
	background-image: url(http://www.mikehuffam.co.nz/i/subform1.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 229px;
	padding-top: 28px;
	margin-top: 30px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #containerhome #mainContenthome #subsc #name, .twoColFixRtHdr #containerhome #mainContenthome #subsc #email
 {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #3C4C52;
	background-color: #F7FAFA;
	border: 1px solid #8A251F;
	padding-top: 2px;
	margin-left: 20px;
	padding-left: 10px;
}
.twoColFixRtHdr #containerhome #mainContenthome #subsc #submitbutton {
	background-image: url(http://www.mikehuffam.co.nz/i/submbuttona.png);
	background-repeat: no-repeat;
	font-size: 1px;
	height: 20px;
	width: 44px;
	color: #000000;
	border: 1px solid #EF4640;
	padding-top:20px;
	overflow:hidden;
	background-color: #EF4640;
	text-align: left;
}
.twoColFixRtHdr #container #mainContent #whouses {
	padding-left: 15px;
	line-height: 1.65em;
}

.twoColFixRtHdr #containerhome #hometag { float: left; width: 380px; height: 400px; padding-left: 5px; }
.twoColFixRtHdr #mainContenthomenew { margin-top: 0px; margin-right: 20px; margin-bottom: 0; margin-left: 540px; padding-top: 30px; padding-right: 20px; padding-bottom: 0px; padding-left: 0px; height: 460px; } 
.twoColFixRtHdr #containerhome #mainContenthomenew h1 {
	color: #A6AAAC;
	font-size: 16px;
}
.twoColFixRtHdr #containerhome #mainContenthomenew p {
	color: #DCDCDC;
}
.twoColFixRtHdr #containerhome #mainContenthomenew #subsc {
	background-image: url(http://www.mikehuffam.co.nz/i/subform1.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 229px;
	padding-top: 28px;
	margin-top: 30px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #containerhome #mainContenthomenew #subsc #name, .twoColFixRtHdr #containerhome #mainContenthomenew #subsc #email
 {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #3C4C52;
	background-color: #F7FAFA;
	border: 1px solid #8A251F;
	padding-top: 2px;
	margin-left: 20px;
	padding-left: 10px;
}
.twoColFixRtHdr #containerhome #mainContenthomenew #subsc #submitbutton {
	background-image: url(http://www.mikehuffam.co.nz/i/submbuttona.png);
	background-repeat: no-repeat;
	font-size: 1px;
	height: 20px;
	width: 44px;
	color: #000000;
	border: 1px solid #EF4640;
	padding-top:20px;
	overflow:hidden;
	background-color: #EF4640;
	text-align: left;
}




