/**
 * layout.css
 * base template design
**/

* {
	margin:0;
	padding:0;
}

html,
body {
	background:#ffffff;
	height:100%;
	margin:0;
	min-width:980px;
	overflow:hidden;
	padding:0;

	min-width: 980px;
	width:expression(document.body.clientWidth < 980? "980px" : "auto");
}

a {
	text-decoration:none;
}

a:focus {
	outline:none;
}

.times {
	text-indent:-9000px;
}

.cufon-ready .times,
.no-cufon .times {
	text-indent:0;
}


/*
.cufon-go {
	display:hide;
}

.cufon-ready .cufon-go {
	display:inline-block;
}*/



/* BREADCRUMB
---------------------------- */

#breadcrumb {
	height:15px;
	font-size:10px;
	left:0;
	list-style:none;
	padding-left:5px;
	padding-top:5px;
	position:absolute;
	top:0;
	width:740px;
	z-index:1000;
}

.ie6 #breadcrumb {
	overflow: hidden;
}
#breadcrumb li {
	display:inline-block;
	float:left;
}

#breadcrumb span {
	float:left;
}

#breadcrumb .icon {
	height:10px;
	margin:0 2px;
	text-indent:-9000px;
	width:10px;
}


#breadcrumb.bc-white,
#breadcrumb.bc-white a{
	color: #fff;
}

#breadcrumb.bc-black {
	color : #000;
}

#breadcrumb.bc-gray {
}

.bc-very-dior {
	left: 10px;
	top: 10px;
	_left: 15px;
	_top: 15px;
}

.bc-gray,
.bc-gray a,
.bc-gray-transparent,
.bc-gray-transparent a {
	color:#878789;
}

.bc-black a {
	color: #000;
}

.bc-gray .icon-breadcrumb,
.bc-black .icon-breadcrumb {
	background-position:-583px -51px;
}

.bc-gray-transparent .icon-breadcrumb {
	background-position:-523px -51px;
}

.bc-white .icon-breadcrumb {
	background-position:-522px -40px;
}



/*  ERROR BOX
-------------------------------------------------- */

#main.main-error {
	top:0px;
	bottom:0px;
}


#error-logo,
#error-logo a {
	height:63px;
	width:156px;
}

#error-logo {
	position:relative;
	margin:0 auto;
	padding-top:8%;
}

.ie6 #error-logo {

	padding-top:90px;
}

#error-logo a {
	background:url(../images/artpack/error-logo.png) no-repeat;
	display:block;
	text-indent:-9000px;
}

.errorBox {
	width:784px;
	height:190px;
	margin: 0 auto;
	margin-top:10%;
	text-align:center;
	background:#fff url(../images/artpack/error-box.png) no-repeat center bottom;
	z-index:10;
	position: relative;
}

.errorBox p {
	padding-top:49px;
	color:#3f3f3f;
	font-size:12px;
	line-height:20px;
}

.errorBox p.one-line {
	padding-top:59px;
}

.errorBox p.title {
	padding-top:35px;
	color:#727272;
	font-size:14px;
	text-transform:uppercase;
}

.errorBox p.text {
	padding-top:20px;
}


.errorBox a#linkbtm {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:58px;
}

.errorBox a#linkbtm span {
	display:none;
}

.backgrounderror {
background:none repeat scroll 0 0 #000000;
height:100%;
left:0;
position:fixed;
top:0;
width:100%;
z-index:8;
	opacity:0.9;
    -moz-opacity : 60;
    -ms-filter: "alpha(opacity=60)"; /* IE 8 */
    filter : alpha(opacity=60); /* IE < 8 */
}


#content-case {
	height: 100%;
}

/* PRIVACY POLICY */
#pp-wrap {
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	text-align: left;
	overflow-y: auto;
}
#pp-head {
	height: 33px;
	padding: 20px 10px 0;
	background: #fff;
	text-align: center;
}
#pp-head strong {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	color: #525252;
}
#pp-breadcrumbs {
	padding: 4px 10px 0;
	background: #f4f4f4 url(../images/layout/gradient_1px_f4f4f4_dcdcdc.gif) repeat-x 0 0;
}
#pp-breadcrumbs span,
#pp-breadcrumbs a {
	margin-right: 3px;
	font-size: 11px;
	color: #9a9a9a;
}
#pp-breadcrumbs span {
	padding-left: 8px;
	background: transparent url(../images/layout/arrow-right.gif) no-repeat 0 4px;
}
#pp-body {
	width: 850px;
	height: auto;
	margin: 30px auto 0;
	overflow: hidden;
}
.pp-column {
	width: 365px;
	padding: 30px;
	float: left;
}
#pp-body h1 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	font-family:"Times New Roman", Times, serif;
	color: #000;
}
#pp-body h2 {
	margin-bottom: 6px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	color: #545454;
}
#pp-body p {
	margin-bottom: 6px;
	line-height: 18px;
	font-size: 11px;
	color: #818181;
}
#pp-body p.margin {
	margin-bottom: 20px;
}
