/*  
Theme Name: Jollymac
Theme URI: http://jollymac.com.au/
Description: Wordpress theme for Jollymac site
Version: 1.0
Author: Dan Hickingbotham
Author URI: http://alined.com/
*/

/* Begin Typography & Colors */

html{
	height:100%;
}
body {
	background-color: #4D4D4D;
	margin: 0 0 0 0;
	height:100%;
}
#page {
	margin: auto;
	background-color: white;
	width: 800px;
}
#pagecontent{
	background-color: #FFFFFF;
}
#header {
	background-image:url(images/index_04.jpg);
	width: 464px;
	height:121px;
	padding: 0px 10px 0px 10px;
	overflow:auto;
}
#content_home {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	width:600px;
}
#content {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	width:580px;
	padding: 10px 10px 0px 10px;
}

#banner{
	padding: 10px 10px 10px 10px;
}
#banner_small{
	width:179px;
	padding: 5px 10px 10px 0px;
	float: left;
}
#banner_small img{
	padding-bottom: 10px;
}
#latest{
	padding: 3px 20px 10px 20px;
	width:560px;
}
#footer {
	padding: 10px 10px 10px 10px;
}

hr{
	border:0;
	height: 1px;
	border-top: 1px dotted #999999;	
}
#content_home hr{
	margin-left:10px;
	margin-right:10px;
}

small {
}

td, p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:20px;
}
a:link, a:visited{
	color:#000000;
	text-decoration:none;
}
a:active{
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#3399FF;
	text-decoration:none;
}


h1 {
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	line-height:20px;
	margin: 0px;
}

h2, h2.pagetitle, ul li.pagenav {
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	line-height:20px;
	list-style:none;
}

ul{
	margin:0px;
	padding:0px;
}
li{
	margin:0px;
	padding:0px;
}
ul li ul li{
	margin:0px;
	padding:0px;
}
ul li.pagenav ul{
  padding: 0px 10px 10px 10px;
  margin-bottom:10px;
  background: none;
  border: 1px dotted #999999;
  font-size:11px;
  width:169px;
  list-style:none;
  line-height:25px;
  text-indent:10px;
}
.pagenav{
	padding-top: 10px;
}

h3 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:20px;
}

#sidebar{
	width: 187px;
}
#sidebar ul{
	list-style:none;
	width:189px;
	margin: 0px;
	padding: 0px;
}

#header #topmenu{
	padding: 0px 0px 0px 0px;
	width: 464px;
	line-height: 30px;
	float:left;
	clear:right;
	border-bottom: 1px dotted #666666;
}
#header #phone{
	background:url(images/phone_07.jpg);
	width:204px;
	height:41px;
	float:left;
	clear:left;
	margin:22px 0px 0px 25px;
}
#header #topmenu li, #footer #topmenu li {
	display:inline;
}

#header #topmenu a{
	padding-right:20px;
}
#header #searchbar{
	float:right;
	clear:right;
	padding: 12px 2px 2px 10px;
	width:192px;
	text-align:left;
}
#searchbar h1{
	line-height:35px;
	margin: 3px 0px 3px 0px;
}
#searchbar #product_search{
	margin-top: -10px;
}
#searchbar #product_search #product_search{
	margin-bottom: 6px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
#searchbar #product_search #search{
	border: 0px solid;
}

#footer td, p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:20px;
}
#footer a:link, #footer a:visited{
	color:#000000;
	text-decoration:none;
	margin-right:20px;
}
#footer a:active{
	color:#666666;
	text-decoration:none;
		margin-right:20px;

}
#footer a:hover{
	color:#3399FF;
	text-decoration:none;
		margin-right:20px;

}
#frontpage_categories{
	width:600px;
}
#frontpage_categories img{
	padding: 0px 0px 5px 5px;
}
#services{
	width: 187px;
	float:left;
	clear:both;
}
#front_cats{
	padding-left:10px;
}

/* MENU */

#categorydisplay #nav{
	width: 187px;
	float : left;
	clear:both;
	padding: 0px;
	margin: 0px;
}
#categorydisplay #nav, #categorydisplay #nav ul { /* all lists */
		border: dotted 1px #999999;
		padding: 0px;
		margin: 0px;
		list-style: none;
		width : 187px;
		background:white;

	}
	
	#categorydisplay #nav li { /* all list items */
		position : relative;
		line-height : 25px;
		margin-bottom : -1px;
		float:left;
		
	}
	
	#categorydisplay #nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		padding: 0px;
		margin: 0px;
		margin-left: -189px;
		margin-top: -26px;
	}
	
	#categorydisplay #nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#categorydisplay #nav li a {
		text-indent:10px;
		width: 187px;
		display : block;
		color : black;
		font-weight : normal;
		text-decoration : none;
		padding : 0px;
		margin: 0px;
	}
	
	#categorydisplay #nav li a:hover {
		color : #3399FF;
	}
	
	#categorydisplay #nav li:hover ul ul, #categorydisplay #nav li:hover ul ul ul, #categorydisplay #nav li.sfhover ul ul, #categorydisplay #nav li.sfhover ul ul ul {
		left: -9999px;
	}
	
	#categorydisplay #nav li:hover ul, #categorydisplay #nav li li:hover ul, #categorydisplay #nav li li li:hover ul, #categorydisplay #nav li.sfhover ul, #categorydisplay #nav li li.sfhover ul, #categorydisplay #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	

/*

#nav li .page_item a:link, #nav li .page_item a:visited{ 
	
	display:block;
	width: 165px;
	border: 1px solid #333333;
	background:#009933; 
	
}

#nav li ul {
	position: absolute;
	background: #FFFFFF;
	border-style:dotted dotted dotted dotted;
	border-width:1px 1px 1px 1px;
	border-color:#999999 #999999 #999999 #999999;
	margin: 0px 0px 0px -166px;
	text-indent:10px;
	width:165px;
	left: -999px; 
}

#nav li.page_item ul li{
	width:165px;
	background:#000033
}


#nav li ul ul { 
	margin: 0 0 0 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	left: auto;
	color:#FFFFFF;
	margin-top: -26px;
}
 END MENU */
