/*CSS Document*/

/*==============================================
*	Client:		Creative Gardens
*	Author:		P. Corkery
*	Copyright:	vibe-farm.com
*	Type:		Non IE Standard
*	Version:	v1.240908
==============================================*/

html, body {
	margin: 0 auto;
	height: 100%;
	text-align: center;
	background: #ffffff;
	min-width: 950px;
	font-family: "Lucida Sans", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

#containAll {
	/*height: 100%;*/
  min-height:100%;
  height:auto !important;
}

/*MASTHEAD*/

#masthead {
	height: 130px;
	border-top: 3px solid #c0cf0e;
	border-bottom: 4px solid #c0cf0e;
	background: #0e4b31;
}

#mastheadWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 130px;
	background: url(http://www.creativegardens.ie/assets/images//logo.png) center left no-repeat;
}

#miniLinks {
	float: right;
	margin-top: 10px;
}

#miniLinks ul {
	display: inline;
	list-style: none;
}

#miniLinks li {
	display: inline;
	list-style: none;
	margin: 0 0 0 5px;
}

#miniLinks li a img, #miniLinks li a:visited img{
	display: inline;
	list-style: none;
	text-decoration: none; 
	border: none;
	padding: 5px;

}


/*MAINNAV*/

#mainNav {
	height: 50px;
	background: url(http://www.creativegardens.ie/assets/images//menugrad.png) top left repeat-x;
	border-bottom: 4px solid #eeeee4;
}

#mainNavWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 50px;
	text-align: center;
}

ul#mainMenu {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:50px;
	text-transform:uppercase;
	font-size:11px;
	font-weight: bold;
	background:transparent;
	font-family:"Lucida Sans", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	line-height: 50px;
}

ul#mainMenu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}

ul#mainMenu li a {
	display:block;
	float:left;
	color:#2a5744;
	text-decoration:none;
	padding:0 30px 0 30px;
	height:50px;
	background:transparent;
}

ul#mainMenu li a:hover {
	background:url(http://www.creativegardens.ie/assets/images/menu_ro.png) no-repeat top center;
	/*border-bottom: 4px solid #cccccc;*/
}

ul#mainMenu li a.current, ul#mainNav li a.current:hover {
	background:url(http://www.creativegardens.ie/assets/images/menu_active.png) no-repeat top center;
	border-bottom: none;
}


/*CONTENT*/

#content {
	background: #ffffff;
	height: 100%;
}

#contentWrapper h2 {
	font-family:Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #454545;
}

#contentWrapper h3 {
	font-family:Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #454545;
}

#contentWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	padding-top:10px;
	padding-bottom:40px;
}

#bigLeft {
	float: left;
	width: 600px;
	border-right: 1px solid #eeedec;
	text-align: left;
	padding-right: 20px;
}

#bigRight {
	float: left;
	width: 600px;
	border-left: 1px solid #eeedec;
	text-align: left;
	padding-left: 20px;
}

#weeLeft {
	float: left;
	width: 300px;
	text-align: left;
	padding-right: 20px;
	margin-top: 15px;	
}


#weeRight {
	float: left;
	width: 300px;
	text-align: left;
	padding-left: 20px;
	margin-top: 15px;	
}

.weeBlock {
	margin-bottom: 10px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #cccccc;
	clear: both;
}

.weeBlockSubNav {
	margin-top: 10px;
	padding-top: 30px;
	border-top: 1px dotted #cccccc;
	clear: both;
}

.subNav {
	margin-bottom: 10px;
	padding-bottom: 30px;
	clear: both;
}

 
#content #weeRight h2, #content #weeLeft h2 {
	margin-top: 0;
	padding-right: 5px;
	font-size: 13px;
	color:#c1d000;
}

#content #weeRight p, #content #weeLeft p  {
	display: block;
	margin-top: 0;
	padding-right: 5px;
	font-size: 12px;
	color:#454545;
}

#content #weeRight ul, #content #weeLeft ul {
	list-style: none;
	float: left;
	margin-left:0;
	margin-top:0;
	padding-left: 5px;
}

#content #weeRight li, #content #weeLeft li {
	background: url(http://www.creativegardens.ie/assets/images/arrow.png) left center no-repeat;
	list-style: none;
}

#content #weeRight li a:link, #content #weeRight li a:visited, #content #weeLeft li a:link, #content #weeLeft li a:visited {
	font-size: 11px;
        font-weight:bold;
	text-decoration: none;
	color: #2a5744;
	text-transform: uppercase;
	margin-left: 15px;
	line-height: 20px;
	padding: 2px;

}

#content #weeRight li a:hover, #content #weeLeft li a:hover, #content #weeLeft li a.subActive {
	font-size: 11px;
        font-weight:bold;
	text-decoration: none;
	color: #ffffff;
	background: #c1d000;
	text-transform: uppercase;
	line-height: 20px;
	padding: 2px;
}

html fieldset {
	border: 1px solid #cccccc;
	background: #f3f3f1;
}

html label {
        font-weight:bold;
        padding: 2px 0 2px 0;
}

html textarea, html input {
	border: 1px solid #2a5744;
	font-family:Trebuchet, Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #000000;
}

html .customBtn {
	cursor: pointer;
	background: #2a5744;
	color: #ffffff;
	border: 1px solid #c1d000;
}


/*CONTENT BLOCKS*/

#content .block h1 {
	display: block;
	margin-top: 0;
	padding: 5px;
	font-size: 16px;
	color:#2a5744;
	border-top: 1px solid #c1d000;
	border-bottom: 1px solid #c1d000;

}

#content .block p {
	display: block;
	margin-top: 0;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color:#454545;
}

#content .block h2 {
	margin-top: 0;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	color:#c1d000;
}

#content .block h3 {
	margin-top: 0;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	color:#2a5744;
}

#content .block h4 a:link, #content .block h4 a:visited, #content .block h4 a:hover  {
	margin-top: 0;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color:#2a5744;
}

#content .block p a:link, #content .block p a:visited, #content .block p a:hover  {
	margin-top: 0;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	color:#2a5744;
}

#content .block {
	display: block;
	border-top:none;
	background: #ffffff;
	margin:10px 0 10px 0;
	padding-bottom: 10px;
}

#content .block img {
	float:left;
	clear:right;
	padding:0;
	margin: 5px;
	width:150px;
	height:100px;
        border:1px solid #2a5744;
}

.clearMe {
	clear:both;
}

#content .block ul {
	list-style: none;
	float: left;
	margin-left:0;
	margin-top:0;
	padding-left: 5px;
}

#content .block li {
	background: url(http://www.creativegardens.ie/assets/images//arrow.png) left center no-repeat;
	list-style: none;
	line-height: 15px;

}

#content .block li a:link, #content .block li a:visited {
	font-size: 11px;
        font-weight:bold;
	text-decoration: none;
	color: #2a5744;
	text-transform: uppercase;
	margin-left: 15px;
	line-height: 20px;
	padding: 2px;
}

#content .block li a:hover {
	font-size: 11px;
        font-weight:bold;
	text-decoration: none;
	color: #ffffff;
	background: #c1d000;
	text-transform: uppercase;
	line-height: 20px;
	padding: 2px;

}

#latestProducts {
	/*clear:both;*/
	width: 554px;
	margin-top:5px;
	padding-top: 5px;
	text-align: center;

}




/*FOOTER*/

#footer {
	background: #eeedec url(http://www.creativegardens.ie/assets/images//footer.png) top left repeat-x;
	padding-top:35px;	
	clear: both;
	height: 130px;
	padding-bottom: 5em;
}

#footerWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: right;
}

#footer ul {
	display: inline;
	list-style: none;
	font-family:Trebuchet, Verdana, Arial, Helvetica, sans-serif;;
	font-size: 10px;
	color: #454545
}

#footer li {
	display: inline;
	list-style: none;
	padding: 0 15px 0 0;
	margin: 0 5px 0 5px;
	border-right: 1px solid #999;
}

#footer li.last {
	display: inline;
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 5px 0 5px;
	border-right: none;
}

#footer li a, #footer li a:visited {
	text-decoration: none;
	text-transform: lowercase;
	color: #454545
}

#footer li a:hover {
	text-decoration: underline;
	text-transform: lowercase;
	color: #454545
}

#footer p {
	font-family:Trebuchet, Verdana, Arial, Helvetica, sans-serif;;
	font-size: 10px;
	color: #454545		
}

#footer p a, #footer p a:visited {
	font-family:Trebuchet, Verdana, Arial, Helvetica, sans-serif;;
	font-size: 10px;
	font-weight: bold;
	color: #454545;
	text-decoration: none;	
}

#footer p a:hover {
	font-family:Trebuchet, Verdana, Arial, Helvetica, sans-serif;;
	font-size: 10px;
	font-weight: bold;
	color: #454545;
	text-decoration: underline;	
}




/*AJAX*/

.divToggle {
	height: 15px;	
}

.moreInfoWrapper {
	padding: 5px 0 6px 0;
	margin-bottom: 8px;
}

.moreInfo {
	padding: 5px;
	min-height: 125px;
	border: 1px solid #cccccc;
}

.moreInfo img {
	float: left;
	max-width: 100px;
	max-height: 100px;
	padding:10px;
}

.divToggle h2 {
	padding-left: 15px;
	text-decoration: none;
	cursor: pointer;
	
}

.moreInfo p {
	margin-top: 0;
}



/*TABLES*/


table.alternate_rows {
	text-align: left;
	margin:10px 0pt 15px;
	font-size: 12px;
	border-spacing: 0;
	border:none;
	font-family: "Lucida Sans", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

table.alternate_rows td, table.alternate_rows tr {
	text-align: left;
	padding: 5px;
        vertical-align: top;
        color: #454545
}

table.alternate_rows td strong {
        color:#2a5744;
        display:block;
}


table.alternate_rows td img {
        border:1px solid #e6e4e1;
        width:100px;
        height:75px;
}


table.alternate_rows td .tdThumb {
        border:1px solid #e6e4e1;
        width:100px;
        height:75px;
}

table.alternate_rows td .tdLThumb {
        border:1px solid #e6e4e1;
        width:100px;
        height:75px;
}

table.alternate_rows td .tdPThumb {
        border:1px solid #e6e4e1;
        width:100px;
        height:125px;
}

table.alternate_rowsTable ul {
	list-style: none;
	float: left;
	margin-left:0;
	margin-top:0;
	padding-left: 5px;
}

table.alternate_rows li {
	background: url(http://www.creativegardens.ie/assets/images/arrow.png) left center no-repeat;
	list-style: none;
        line-height:55px;
}

table.alternate_rows li a:link, table.alternate_rows li a:visited {
	font-size: 11px;
        font-weight:bold;
	text-decoration: none;
	color: #2a5744;
	text-transform: uppercase;
	margin-left: 15px;
	padding: 2px;
}

table.alternate_rows li a:hover {
	font-size: 11px;
        font-weight:bold;
	text-decoration: none;
	color: #ffffff;
	background: #c1d000;
	text-transform: uppercase;
	padding: 2px;

}
html p.pagination, html p.pagination a:link, html p.pagination a:visited  {
        font-size: 11px;
	text-decoration: none;
	color: #454545;
        text-align: right;
}

html p.pagination a:hover {
        font-size: 11px;
	text-decoration: underline;
	color: #454545;
        text-align:right;
}



.clearLatest {
	clear:both;
}


/* Horizontal Carousel */

#horizontal_carousel h1 {
	display: block;
        text-align:left;
	margin-top: 0;
	padding: 5px;
	font-size: 16px;
	color:#2a5744;
	border-top: 1px solid #c1d000;
	border-bottom: 1px solid #c1d000;

}

#horizontal_carousel {
  float: left;
  width: 500px;
  height: 240px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 430px;
  height: 240px;
  position: relative;    
  overflow: hidden;
}

.thumb {
	width: 120px;
	height: 100px;
	border: 1px solid #2a5744;
}

.productTitle {
	font-family:Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #454545;
}

#horizontal_carousel .container a, #horizontal_carousel .container a:visited {
	color: #c1d000;
	font-family:Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c1d000;
	text-decoration: none;
}

#horizontal_carousel .container a:hover {
	color: #c1d000;
	font-family:Trebuchet, Verdana, Arial, Helvetica, sans-serif;;
	font-size: 10px;
	font-weight: bold;
	color: #c1d000;
	text-decoration: underline;
}



#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 240px;
}                      

#horizontal_carousel ul li {
  width: 145px;
  height: 240px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 32px;
  height: 175px;
  background: url(http://www.creativegardens.ie/assets/js/themes/carousel/prototype-ui/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(http://www.creativegardens.ie/assets/js/themes/carousel/prototype-ui/horizontal/left_over.png);
}

#horizontal_carousel .previous_button_disabled {
  background: url(http://www.creativegardens.ie/assets/js/themes/carousel/prototype-ui/horizontal/left_disabled.png);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 32px;
  height: 175px;
  background: url(http://www.creativegardens.ie/assets/js/themes/carousel/prototype-ui/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(http://www.creativegardens.ie/assets/js/themes/carousel/prototype-ui/horizontal/right_over.png);
}

#horizontal_carousel .next_button_disabled {
  background: url(http://www.creativegardens.ie/assets/js/themes/carousel/prototype-ui/horizontal/right_disabled.png);
  cursor: default;
}

.footerImg {
border:none;
}



.sideBarThumb {
  float:left;
  clear:right;
  width:100px;
  height:75px;
  margin: 0 5px 5px 0;
  border:2px solid #c1d000
}

