*  {
	margin: 0; padding: 0;
	list-style-type: none;
}
body {
	font: 76% Arial, Verdana, "Trebuchet MS", Tahoma, Sans-serif;
	color: #505050;
	background: #fff;
}

.clear {
	height: 0px;
	line-height: 0;
	clear: both;
	font-size: 0px;
}
a { font-size: 1em; }
a:link { color: #00a651; text-decoration: underline; }
a:visited { color: #00a651; text-decoration: underline; }
a:hover { color: #00a651; text-decoration: none; }
a:active { color: #00a651; text-decoration: underline;}

strong { color: #464646 }

#content ul,
.product-cat ul { margin: 0 0 1em 5px; position: relative; }
#content ul li,
.product-cat ul li { 
	margin: 0 0 .4em 0; 
	padding: 0 0 0 20px; 
	background: url(/images/icons/green-bullet.gif) no-repeat 4px 4px; 
}
#content ol {
	margin: 0 0 1em 20px;
}
#content ol li {
	list-style-type: decimal;
	margin: 0 0 .4em 0; 
}

p, table, td, p a, li a, table a, dl a {
	font-size: 1em;
}

img { border: 0; }
.img-l, .left_aligned_image_margin, .left_aligned_image_margin_and_border { margin: 0 10px 10px 0; float: left; }
.img-r, .right_aligned_image_margin, .right_aligned_image_margin_and_border { margin: 0 0 10px 10px; float: right; }
.img-c { margin-left: 0px; margin-bottom: 10px}
.img-bdr, .image_border, .right_aligned_image_margin_and_border, .left_aligned_image_margin_and_border { padding: 1px; border: 1px solid #eee; }

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0 0 .5em 0;
	color: #666;
}
h1 { font-size: 1.6em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

h1,h2,h3,h4,h5,h6 { color: #464646 }

h1 span, h2 span, h3 span {
	display: none;
}

p {
	margin: 0 0 1em 0;
}

hr {
	height: 1px;
	border-width: 0;
	border-top: 1px solid #eee;
	background-color: #fff;
	margin: .5em 0 !important;
	margin: 0;
}

#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
#header {
	position: relative;
	width: 100%;
	height: 167px;
	background: url(/images/bgrounds/header.gif) no-repeat top right;
	
}

#header p {
	position: absolute;
	top: 129px;
	left: 827px;
	color: #666;
	width: 68px;
	font-size: .8em;
}
#header p.sydney {
	left: 900px;
}
#header p strong {
	color: #00a651;
	font-weight: normal;
}

#header h1 {
	width: 472px;
	height: 74px;
	background: url(/images/text/helping-businesses-make-their-mark.gif) no-repeat;
	top: 56px;
	left: 292px;
	position: absolute;
}

#header p a, #header p a:link, #header p a:visited, #header p a:active {
	color: #666;
	text-decoration: underline;
}
#header p a:hover {
	text-decoration: none;
}

#header .logo {
	position: absolute;
	top: 21px;
	left: 33px;
}


#nav {
	position: relative;
	text-align:right;
	width: 960px;
	height: 38px;
}

#nav ul {
	top: 10px; 
	right: 196px;
	position: absolute;
	height: 25px;
}
#nav li {
	float: left;
	text-align: center;
}
#nav li.current a, #nav li.current a:link, #nav li.current a:visited, #nav li.current a:hover, #nav li.current a:active {
	font-weight: bold;
	text-decoration: none;
}

#nav li a, #nav li a:link, #nav li a:visited, #nav li a:active {
	padding: 3px 9px 3px 13px;
	display: block; /*if require background-changing, remove from LI and remove floating on footer*/
	font-size: .9em;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	background: url(/images/icons/green-bullet.gif) no-repeat left 50%;
}


#nav li.home a, #nav li.home a:link, #nav li.home a:visited, #nav li.home a:hover, #nav li.home a:active {
	background: none;
}
#nav li a:hover {
	text-decoration: underline;
}



#main {
	width: 960px;
	margin-bottom: 20px;
}
#main-l, #main-r {
	float: left;
	display: inline;
}
#main-l {
	width: 251px;
	background: url(/images/bgrounds/main-l.gif) no-repeat top right;
}
#main-r {
	width: 633px;/* 709 */
	padding: 15px 41px 0 35px;
}
#content {
	line-height: 1.5;
}
#browse-products {
	margin: 0 0 0 29px;
}
#browse-products h2 {
	width: 181px;
	height: 65px;
	background: url(/images/text/browse-products.gif) no-repeat;
}
#main-l ul,
#browse-products ul {
	margin-bottom: 10px;
}
#main-l ul li,
#browse-products li {
	padding-left: 40px;
}
#main-l ul li a,
#main-l ul li a:link,
#main-l ul li a:visited,
#main-l ul li a:active,
#browse-products li a,#browse-products li a:link, #browse-products li a:visited,#browse-products li a:active {
	padding: 3px 0 3px 16px;
	display: block;
	color: #505050;
	text-decoration: none;
	background: url(/images/icons/nav-arrow-off.gif) no-repeat 0 50%;
}
#main-l ul li a:hover,
#browse-products li a:hover {
	color: #00a651;
	text-decoration: underline;
	background-image: url(/images/icons/nav-arrow-on.gif); 
}

h2.browse-top {
	background: url(/images/text/browse-topsellers.gif) no-repeat;
	width: 181px;
	height: 65px;
	margin: 0 0 0 21px;
}
h2.browse-top a,h2.browse-top a:link, h2.browse-top a:visited,h2.browse-top a:active {
	display: block;
	width: 181px;
	height: 65px;
	background: url(/images/text/browse-topsellers.gif) no-repeat;
	overflow: hidden;
	text-indent: -9000px;
}

#testimonialsfeed {
	background: url(/images/bgrounds/testimonials.jpg) no-repeat top right;
	margin: 0 25px 0 65px;
}
#testimonialsfeed h3 {
	color: #00a651;
	padding: 33px 0;
}
#testimonialsfeed blockquote {
	font-size: .9em;
	margin-bottom: 1em;
}
#testimonialsfeed p {
	font-size: .9em;
	background: url(/images/icons/nav-arrow-off.gif) no-repeat 0 50%;
	padding: 0 0 0 16px;
}
#testimonialsfeed p a, #testimonialsfeed p a:link, #testimonialsfeed p a:visited,#testimonialsfeed p a:active {
	color: #505050;
}
#testimonialsfeed p a:hover {
	color: #00a651;
}

.pics, #intro, #didyouknow {
	float: left;
	display: inline;
	margin-bottom: 1em;
}

.pics {
	width: 180px;
	height: 180px;
	padding: 0 0 0 0; margin: 0 0 0 0; 
}
.pics img {
	width:  180px; 
	height: 180px; 
	top:  0; 
	left: 0 
}
#intro {
	width: 238px;/* 258 */
	padding: 0 10px;
}
#didyouknow {
	width: 195px;
	background: url(/images/bgrounds/did-you-know-bottom.gif) no-repeat bottom left;
}
#didyouknow h4 {
	background: url(/images/bgrounds/did-you-know.gif) no-repeat;
	padding: 22px;
	margin-bottom: 0;
}
#didyouknow p {
	padding: 0 22px 0 22px;
}

#footer {
	background: url(/images/bgrounds/footer.gif) no-repeat;
	color: #666;
	padding: 10px 0 50px 0;
	line-height: 1.5;
}
#footer p {
	text-align: center;
	font-size: .9em;
}
#footer p a, #footer p a:link,#footer p a:visited,#footer p a:active {
	color: #00a651;
	text-decoration: underline;
}
#footer p a:hover {
	text-decoration: none;
}

.product-cat {
	width: 634px;
	margin-bottom: 1em;
}
.product-cat h2 {
	color: #fff;
	height: 27px;/* 43 */
	padding: 16px 0 0 16px;
	background: url(/images/bgrounds/product-cat.gif) no-repeat;
	margin-bottom: 19px;
}

.product-cat {
	background: #eae8e9 url(/images/bgrounds/product-cat-bottom.gif) no-repeat bottom left;
}
.product-cat ul { list-style: none }
.product-cat ul li,
#content .product-cat ul li { 
	text-align: center;
	float: left;
	display: block;
	background: none;
}
.product-cat a {
	text-decoration: none;
}
.product-cat a strong {
	clear: both;
	display: block;
	width: 128px;
	color: #00A651;
}
.product-cat a span {
	clear: left;
	display: block;
	width: 128px;
	color: #505050;
	font-weight: normal;
	text-decoration: underline;
}
.product-cat a .thumb,
.product-cat a:link .thumb,
.product-cat a:visited .thumb, 
.product-cat a:active .thumb {
	display: block;
	width: 128px;
	height: 128px;
	border: 1px solid #d1d1d1;
	/*background-color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;*/
	text-decoration: none;
	margin-bottom: 5px;
}
.product-cat a .thumb img,
.product-cat a:hover .thumb img {
	display: inline;
}
.product-cat a:hover .thumb {
	text-decoration: none;
	border-color: #00a651;
}

/*.thumb, .thumb:link, .thumb:visited, .thumb:active {
	display: block;
	float: left;
	width: 128px;
	height: 128px;
	border: 1px solid #d1d1d1;
	background: none;
	background-color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat; 
	text-decoration: none;
	margin-bottom: 5px;
}*/
.thumb:hover {
	text-decoration: none;
	border-color: #00a651;
}
.product-block {
	width: 130px;
	margin-right: 24px;
	float: left;
	display: inline;
}
.product-block h3 {
	text-align: center;
	font-size: 1em;
	color: #00a651;
	margin-bottom: 2px;
}
.product-block p {
	text-align: center;
}
.product-block p a {
	color: #505050;
	text-decoration: underline;
	font-size: .9em;
}
.product-block p a:hover {
	text-decoration: none;
}

.product-cat a * {
	cursor: pointer
}

.topsellers ul { padding-left: 28px; }

.proddesc .image {
	float: left;
	margin-right: 2em;
	border: 1px solid #00a651;
}

/**
 * Generic Table
 *
 * This is a generic, border-collapsed, table for use. It provides a clean style and bases for adaption.
 * Please override the grouped theads/tbody/tfoots for overriding the border-color elements, as this keeps it
 * uniformed
 *
 * @author Guy Park <guy@itomic.com>
 * @copyright Itomic <itomic.com>
 * @version 1.0
 */
table.details {
	clear: both;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}
table.details td, table.details th { 
	padding: 0.2em 0.3em;
	border-color: #efefef;
	border-style: solid;
	border-bottom-width: 1px;
}
table.details td { text-align: right }
table.details th { text-align: left }

table.details thead th, table.details thead td, table.details tbody th, table.details tfoot th { border-color: #dadada }

/** Header **/
table.details thead td, table.details thead th {
	border-width: 1px;
	vertical-align: bottom;
	font-style: normal;
	background-color: #efefef;
}
table.details thead th { background-color: #e0e0e0 }

/** Body **/
table.details tbody th, table.details tbody td { vertical-align: top }
table.details tbody th { 
	background-color: #effff3;
}

table.details tbody tr.heading th { border: 0; background-color:#00a651; color: white; font-weight: bold }

/** Footer **/
table.details tfoot th, table.details tfoot td {
	border-top-width: 1px;
	vertical-align: top;
}
table.details tfoot th { border-width: 1px }

/** TODO :: Include Col and caption styling.. **/
table.details caption {
	font-style: italic;
	text-align: right;
	font-size: 0.8em;
	width: auto;
	caption-side: bottom;
	background-color: #f5f5f5;
}

/*form h3 { padding-top: 1.3em }*/
form th span { 
	display: block;
	font-size: 0.8em;
	color: #676767;
	font-style: italic;
}
form th span.error { 
	color: #ff0000;
}

.formy {
	display: block;
	margin-top: 1em;
	border-top: 1px solid #00a651; 
}
form input,
form textarea {
	width: 300px;
	padding: 0.5em;
	margin-bottom: 1em;
	border: 1px solid #00a651;
	background-color: #effff3;
}
form input.radio {
	width: 30px;
	margin-left: 20px;
	border: none;
	background: transparent;
}
form input#product_enquriySubit {
	width: auto;
	background-color: #00a651;
	color: white;
	font-weight: bold;
}
object{
	outline-style: none !important;
	-moz-outline-style:none !important;
}