/* 
------------------------------------
DETAILS:
Title: Next Printing - Website Development
Author: CREATIVEBAY
Email: enquiry@creativebay.com.au
Date: 03/2010
----------------------------------- */
 @import url("menu.css");

* {
	margin: 0;
	padding: 0;
}

html, body, #container {height: 100%;}

html { overflow-y: scroll; } /*display the scrollbar as default in FF*/

body > #container {height: auto; min-height: 100%;}

html, body {
	margin:0;
	padding:0;
	/*background:  transparent url(../images/bg.gif) repeat-x scroll 0 0;*/
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 15px;
	color: #4b4b4b;
	line-height:18px;
	background:url(../images/bg_top.gif) repeat-x;
	min-width:990px;
}

a:link, a:visited, a:active {
	color: #0c75a4;
	text-decoration:none;
	outline: none;
	border-bottom: #0c75a4;
	border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;

}

a:hover{
	color:#46b5dd;
	border-bottom: #46b5dd;
	border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

h1 {
	font-family: HelveticaNeue-Roman, "Helvetica Neue Roman", Arial, sans-serif;
	font-size:26px;
	line-height:1.2em;
	font-weight:100;
	color:#0c75a4;
	margin-bottom:15px;
}



h2{
	font-size:125%;
	line-height:1.3em;
	margin-bottom:20px;
	font-weight:100;

}


h4{
	margin-bottom:10px;	
}
.boldy{
	font-family: Arial Bold, sans-serif, HelveticaNeue-Bold, "Helvetica Neue Bold";
	font-weight:bold;
}
.testimonial{
	font-family: HelveticaNeue-Roman, "Helvetica Neue Roman", Arial, sans-serif;
	font-weight:100;
	font-size:1.5em;
	color:#0c75a4;
	margin-bottom:15px;
	padding-top:15px;
}


#container {
	width: 950px;
	height: auto !important;
	min-height:100%;

	height:100%;
   	position:relative;
	margin-left: auto;
	margin-right: auto;
}

#container-header {
	padding:0;
	margin:0;
	height:180px;
	/*background: url(../images/header.gif) left no-repeat;*/
}

#container-header-logo a, #container-header-logo img, #container-header-logo a:hover {
	border:none;
}


#container-header-logo {
	background:url(../images/bg_topheader.jpg) no-repeat;
}


#banner {
	margin:8px 0 0 0;
}
#flashcontent {
	width: 950px;
	font-size:12px;
	text-align:center;
} 

#content {
	width:950px;
	margin-top:15px;
	padding-bottom:100px;
	/*overflow:auto;*/
	background: url(../images/bg_body_center.gif) no-repeat;
}


/* Content Left */

#content-left {
	width:655px;
	line-height:1.5em;
	padding: 25px;
}
/*
#content-left a {
	color:#FF6600;
	text-decoration:none;
}
#content-left a:hover {
	color:#002d56;
	border-bottom: #002d56;
	border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}
*/

#content-left ul li {
	background: url(../images/img_bullet.gif) no-repeat 0 10px ;
	line-height: 2.1em;
	list-style-type: none;
	margin-left:-30px;
	padding-left:12px;
}
#content-left ul li a {
	color:#FF6600;
}

#content-left ul li a:hover {
	
}


/* Content Center */

#content-center {
	width:900px;
	line-height:1.5em;
	padding: 25px;
}
#content-center a {
	color:#FF6600;
	text-decoration:none;
}
#content-center a:hover {
	color:#002d56;
	text-decoration:underline;
}

#content-center ul li {
	background: url(../images/img_bullet.gif) no-repeat 0 10px ;
	line-height: 2.1em;
	list-style-type: none;
	margin-left:-30px;
	padding-left:12px;
}
#content-center ul li a {
	color:#FF6600;
}

#content-center ul li a:hover {
	
}



#portfolio {
	height:501px;
}


/* Content Right */
#content-right {
	float:right;
	margin:30px 25px 30px 0;
	line-height:1.5em;
	background: url(../images/bg_right.gif) no-repeat  ;
	width:215px;
	text-align:center;
	padding-top:10px;
}

#content-right a, #content-right a:hover, #content-right a img, #content-right a:hover img{
	border:none;	
}

/* Generic */


.quote {
	font-size:1.2em;
}

/*quote*/
blockquote {
	background: url(../images/open-quote.gif) no-repeat left 5px;
	padding-left: 35px;
	color:#888;
}
blockquote span {
	background: url(../images/close-quote.gif) no-repeat right bottom;
	display: block;
	padding-right: 35px;
}

/* Works */
.works {
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:#ddd solid thin;
}
.works-left{
	float:left;
}
.works-right{
	margin-left:200px;
}
.pdf{
	padding-left:20px;
	background: url(../images/icon_pdf.gif) no-repeat 0 2px ;
	font-size:80%;


}
.pdf2{
	padding-left:20px;
	background: url(../images/icon_pdf.gif) no-repeat 0 2px ;
}

/* Works */
.services {
	padding-bottom:5px;
}
.services-left{
	float:left;
}
.services-right{
	margin-left:170px;
}


.fontbold {
	font-weight:bold;
}

#map {
	float:left;
	border: 3px solid #d6f4ff;
	position:relative;
	margin:0 20px 30px 0;
}
.intro{
	font-size:125%;
	line-height:1.4em;
	margin-bottom:20px;
}
p{
	margin-bottom:15px;	
}




#container-footer {
	width:950px;
	margin-left: auto;
	margin-right: auto;
	padding:15px;
}


.push{
	padding-top:50px;	
}


/*HACKS*/
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
