/*
Theme Name: Update cabinets
Theme URI: http://updatecabinets.com.au/
Description: Custom CMS site with custom function.
Author: TCS
Version: 1.1
Tags: white, fixed-width
*/

/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,
samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline; 
}
body {
	color:#000;
	font:62.5%/1 Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	font-size:12px;
	background:url(img/bgr_body.jpg) repeat;
}
ul,ol {
	list-style:none;
}
img,fieldset {
	border:none;
}	
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.skip {
	position:absolute;
	left:-9999px; 
}
/*----------------------*/
/*     page structure   */
/*----------------------*/
#container {
	width:100%;
}
#top_pannel {
	width:100%;
	background:#172f41 url(img/bgr_top_pannel.jpg) no-repeat center 100%;
}
#top_pannel_cont {
	width:941px;
	margin:0 auto;
	padding-top:32px;
}
#header {
	width:929px;
	height:84px;
	padding-left:12px;
}
.logo {
	width:223px;
	float:left;
}
.logo img {
	display:block;
}
/*----------------------*/
/*     menu             */
/*----------------------*/
#menu {
	width:706px;
	float:left;
	overflow:hidden;
	padding-top:32px;
}
#menu ul {
	float:right;
}
#menu ul li {
	float:left;
	padding:0 5px 0px 0;
}
#menu ul li a {
	display:block;
	height:29px;
	padding:0 19px;
	font-size:14px;
	color:#f1eee5;
	font-weight:bold;
	line-height:29px;
	margin-bottom:11px;
}
/*#menu ul li a:hover,*/
#menu ul .current-menu-item > a,
#menu ul .current-menu-ancestor > a
/*#menu li:hover > a*/ {
	background:url(img/bgr_menu.jpg) repeat-x;
	color:#214464;
}
#menu ul li ul{
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0px;
	padding:13px 0;
	background:url(img/bgr_drop_down.jpg) repeat;
	}
#menu ul li li {
	margin: 0px;
	padding: 0px;
	width:150px;
	padding:0 15px;
	background:url(img/bgr_bdr.jpg) no-repeat 15px 0;
	line-height:28px;
}
#menu ul li li:first-child {
	background:none;
}
#menu ul li ul a { 
	height:auto;
	line-height:28px;
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
	display:block;
	background:none;
	width:150px;
}
#menu ul li ul a:hover, #menu ul li ul a:active {
	background:none;
}
#menu ul li ul .active li a {
	background:none;
}
#menu ul li ul .current-menu-item a,
#menu ul li ul .current-menu-ancestor a,
#menu li li:hover > a {
	background:none;
}
#menu ul li ul .active a {
	background:url(img/arrow.png) no-repeat right center;
}
#menu ul li ul ul {
	margin:-41px 0 0 165px;
}

#menu ul li:hover ul ul, #menu ul li:hover ul ul ul, #menu ul li.sfhover ul ul, #menu ul li.sfhover ul ul ul {
	left: -999em;
}
#menu ul li:hover ul, #menu ul li li:hover ul, #menu ul li li li:hover ul, #menu ul li.sfhover ul, #menu ul li li.sfhover ul, #menu ul li li li.sfhover ul {
	left: auto;
}
#menu ul li:hover, #menu ul li.sfhover { 
	position: static;
}
/*----------------------*/
/*     slider_area      */
/*----------------------*/
#slider_area {
	width:941px;
	height:300px;
}
/*----------------------*/
/*     feature_area      */
/*----------------------*/
#feature_area {
	background:url(img/bgr_sub_banner.jpg) repeat-x;
	width:100%;
	height:155px;
}
#feature_inner {
	background:url(img/bgr_feature_inner.jpg) no-repeat center top;
	height:155px;
	width:100%;
}
#feature_bg {
	width:941px;
	margin:0 auto;
	padding-top:22px;
	height:133px;
	position:relative;
}
.btn_more {
	position:absolute;
	top:22px;
	right:-4px;
}
.btn_more a {
	display:block;
	background:url(img/btn_more.png) no-repeat;
	width:40px;
	height:103px;
}
#feature_bg ul {
	width:941px;
	margin-left:-4px;
}
#feature_bg ul li {
	float:left;
	margin-right:15px;
	background:url(img/bgr_frame.png) no-repeat;
	width:206px;
	height:96px;
	padding:7px 0 0 7px;
}
#feature_bg ul li img {
	display:block;
}
/*----------------------*/
/*     main_area       */
/*----------------------*/
#main_area {
	width:941px;
	margin:0 auto;
	padding:20px 0 28px 0;
}
.entry {
	width:100%;
	padding-bottom:25px;
	font-size:14px;
	color:#444444;
}
.clear {
	width:100%;
	clear:both;
	height:1px;
	overflow:hidden;
}
#content {
	width:603px;
	float:left;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	font-family:'KoratakiRegular';
	font-weight:normal;
	padding-bottom:18px;
	font-size:20px;
	color:#333333;
}
.entry p {
	font-size:14px;
	color:#444444;
	line-height:21px;
	padding-bottom:20px;
}
#side_bar {
	width:291px;
	float:right;
	padding-top:5px;
}
.entry h1 {
	font-size:26px;
}
#side_bar h2 {
	font-size:15px;
	padding-bottom:14px;
}
.entry h3 {
	font-size:18px;
}
.entry h4 {
	font-size:16px;
}
.entry h5,
.entry h6 {
	font-size:14px;
}
.entry ul {
	list-style-type:disc;
	padding:0 0 15px 15px;
}
.entry ul li {
	list-style-type:disc;
	font-size:14px;
	color:#444444;
	line-height:21px;
}
.entry ol {
	list-style-type:decimal;
	padding:0 0 15px 15px;
}
.entry ol li {
	list-style-type:decimal;
	font-size:14px;
	color:#444444;
	line-height:21px;
}
.entry blockquote {
	border:1px dashed #ccc;
	padding:10px;
	margin:0 0 15px 15px;
	font-size:14px;
	color:#444444;
	line-height:16px;
	font-style:italic;
}
.entry a {
	color:#a7e540;
	font-size:14px;
}
#side_bar img {
	display:block;
}
#quote_cont {
	padding:20px 20px 30px 25px;
	width:899px;
	height:54px;
	background:url(img/bgr_quote_box.png) no-repeat;
	margin-left:-5px;
}
#quote_lftcol {
	width:570px;
	float:left;
	padding-top:3px;
}
#quote_lftcol h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#444444;
	padding-bottom:10px;
	font-weight:normal;
}
#quote_lftcol p {
	font-size:12px;
	color:#444444;
}
.green_btn {
	width:224px;
	float:right;
	background:url(img/green_btn.png) no-repeat;
	height:51px;
	line-height:51px;
	text-align:center;
}
.green_btn span {
	font-size:18px;
	font-style:italic;
	color:#252525;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*--------------------------*/
/*     footer_top_area       */
/*--------------------------*/
#footer_top_area {
	width:100%;
}
#footer_reapet_top,
#footer_reapet_btm,
#footer_reapet_bg {
	width:100%;
}
#footer_reapet_top {
	background:url(img/bgr_footer_top.jpg) repeat-x;
}
#footer_reapet_bg {
	background:url(img/bgr_footer_bg.jpg) repeat;
}
#footer_reapet_btm {
	background:url(img/bgr_footer_btm.jpg) repeat-x bottom left;
}
#main_footer_bg,
#main_footer_top,
#main_footer_btm {
	width:100%;
}
#main_footer_bg {
	background:url(img/bgr_footer_bg2.jpg) repeat-y center 100%;
}
#main_footer_top {
	background:url(img/bgr_footer_top2.jpg) no-repeat center top;
}
#main_footer_btm {
	background:url(img/bgr_footer_btm2.jpg) no-repeat center bottom;
}
#footer_widget_area {
	width:941px;
	overflow:hidden;
	margin:0 auto;
	padding:41px 0 25px 0;
}
#lftwidget {
	width:324px;
	float:left;
}
#lftwidget img {
	display:block;
	margin-bottom:13px;
}
#lftwidget h3 {
	font-size:13px;
	color:#f1eee5;
	line-height:20px;
}
#lftwidget span,
#lftwidget strong {
	font-size:13px;
	color:#f1eee5;
	line-height:20px;
	display:block;
}
#mid_widget {
	width:345px;
	float:left;
	padding-top:5px;
	position:relative;
}
.icon_plus {
	position:absolute;
	left:268px;
	top:-7px;
}
.icon_plus a {
	background:url(img/icon_map.png) no-repeat;
	width:34px;
	height:34px;
	display:block;
}
#mid_widget img {
	display:block;
}
#footer_rgt {
	width:150px;
	float:left;
	padding-top:10px;
}
#footer_rgt ul {
	width:100%;
	overflow:hidden;
}
#footer_rgt ul li {
	width:100%;
	float:left;
	padding-bottom:8px;
}
#footer_rgt ul li a {
	font-size:14px;
	color:#f1eee5;
	font-weight:bold;
}
#footer_rgt ul li a:hover,
#footer_rgt ul .current-menu-item > a {
	color:#a7e540;
}
#copy_right {
	background:#0d0d0d url(img/bgr_copy_right.jpg) repeat-x;
	padding:15px 0;
	width:100%
}
#footer {
	width:941px;
	margin:0 auto;
	overflow:hidden;
}
#footer p {
	float:left;
	font-size:12px;
	color:#626262;
	line-height:14px;
}
#footer p a {
	color:#626262;
}
#footer p small {
	color:#989898;
}
#footer span {
	display:block;
	float:right;
	font-size:12px;
	color:#626262;
}
#footer span a {
	color:#626262;
}

.alignright {
	float:right;
	margin:0 0 10px 20px
}