/* - - - - - - - - - - - - - - - - - - - - -

Title : Dpeng
URL : http://www.dpeng.com.au

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

Description : full website styles

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBAL BROWSER - Baseline values for browser consistency
-----------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote { 
	margin: 0;
	padding: 0;
	}

body {
	font: 11px/17px Arial, Tahoma, verdana, helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	}
	
td, p {
	font: 11px/17px Arial, Tahoma, verdana, helvetica, sans-serif;
	color: #000000;

}

img {
	border: 0;
	}

hr {
	border: 1px solid #ccc;
	height: 1px;
	margin: 10px auto;
	width: 100%;
	clear: both;
	}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}

h1 {
	font-size: 16px;
	color: #312671;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 25px;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E6E6E;
	}
	
h3 {
	color: #797979;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
	
h4 {
	color: #2b1f6c;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 10px 0;	}	

a {
	color: #c1322a;
	text-decoration: none;
	}
	
a:hover {
	color: #000000;
	text-decoration: underline;

	}

#stats {
display: none;
height: 0;
line-height: 0;
} 




/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#wrapper {
	width: 915px;
	margin: 0 auto 0 auto;
	background: url(../siteimages/wrapper_bg.gif) repeat-y;
	height: 100%;
	}
	
	#container {
	width: 854px;
	margin: 0 auto 0 auto;
	
	}
	
	
	#logo {
	height: 116px;
	margin: 0 auto 0 auto;
	background-image: url(../siteimages/logo.gif);
	}
	

#global_menu_wrapper {
height: 31px;
text-align: right;
text-transform: uppercase;
padding-right: 5px;

}

#global_menu_wrapper a {
text-decoration: none;
color: #392d78;
padding: 0 5px 0 5px;

}

#global_menu_wrapper a:hover {
text-decoration: underline;
color: #c1322a;

}



#header_area {
height: 185px;
margin: 6px 0 6px 0;

}

#search_box {
width: 191px;
float: left;
height: 185px;
margin-right: 6px;
background: url(../siteimages/search_bg.gif) repeat-x;

}

#search {
height: 90px;

}

#downloads {
padding-left: 21px;

}

#header {
width: 657px;
float: right;
height: 185px;
}

#content_container {
background: url('/persistent/siteimages/content_bg.gif') repeat-y;
border-bottom: 7px solid #fff;
background-position: left;
width: 854px;

}

	#lhs {
	float: left;
	width: 191px;
	padding-top: 20px;
	
	}
	
	#rhs {
	padding: 20px;
	vertical-align: top;
	float: right;
	width: 615px;
	} 


#footer_bg {
	width: 915px;
	margin: 0 auto;
	height: 74px;
	background: url(../siteimages/footer_bg.gif) no-repeat;

}

	#footer {
		margin: 0 auto;
		width: 854px;
		border-top: 1px solid #33286c;
		height: 43px;
		text-align: center;
		line-height: 3.1;
	
	}
	
	#footer a {
	color: #333333;
	text-decoration: underline;
	
	}
	
	#footer a:hover {
	text-decoration: none;
	
	}
	
	#blank {
	height: 6px;
	
	}
	
li {
list-style: circle; 
margin-left: 25px;

}

input, select, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}	
	
/*
----------------------------------------------------------------------------- 
NAVIGATION - Main Site
-----------------------------------------------------------------------------*/

#menu_wrapper {
height: 49px;
background: url(../siteimages/menu_bg.gif) repeat-x;
width: 844px;
margin: 0 auto;
padding: 0 5px 0 5px;

}


.menu {
	padding-top: 14px;

}
.menu a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 18px 0px 18px;

    }
.menu a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}
.menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    }
	
.menu li{
    margin: 0;
    padding: 0;
    float: left;
	padding-right:0px;
	    list-style-type: none;

    }
	
	
.product_image {
border: 1px solid #352a71;

}

.cellshade {
background-color: #ededed;
font-size: 11px;
margin: 20px;
}

/*------------------------------------------------------------------------------
Lightbox
------------------------------------------------------------------------------*/

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink{
	width: 49%;
	height: 100%;
	background: transparent url(/persistent/templateimages/lightbox_prevlabel.gif) no-repeat left 15%; /* Trick IE into showing hover */
	display: block;
	}

#nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/persistent/templateimages/lightbox_nextlabel.gif) no-repeat right 15%; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/persistent/templateimages/lightbox_prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/persistent/templateimages/lightbox_nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	



.checkout_toprow {
background-color: #CCCCCC;

} 

.checkout_td_bgcol {
border: 1px solid #CCCCCC;
}

#logo_print {
display: none;

} 

#cat_print {
display: none;

} 

#page_count {
display: none;

} 
