/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: visible;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #000;
	opacity: 0.8 !important;
}
#colorbox {
	background-color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#cboxTopLeft {
	width: 14px;
	height: 14px;
}
#cboxTopCenter {
	height: 14px;
}
#cboxTopRight {
	width: 14px;
	height: 14px;
}
#cboxBottomLeft {
	width: 14px;
	height: 43px;
}
#cboxBottomCenter {
	height: 43px;
}
#cboxBottomRight {
	width: 14px;
	height: 43px;
}
#cboxMiddleLeft {
	width: 14px;
}
#cboxMiddleRight {
	width: 14px;
}
#cboxContent {
	overflow: visible;
}
#cboxLoadedContent {
	margin-bottom: 5px;
}
#cboxLoadingOverlay {
	background: url(../images/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
	background: url(../images/loading.gif) no-repeat center center;
}
#cboxTitle {
	position: absolute;
	bottom: -25px;
	left: 0;
	text-align: center;
	width: 100%;
	font-weight: bold;
	color: #7C7C7C;
}
#cboxCurrent {
	position: absolute;
	bottom: -25px;
	left: 58px;
	font-weight: bold;
	color: #7C7C7C;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	position: absolute;
	bottom: -29px;
	background: url(../images/controls.png) no-repeat 0px 0px;
	width: 23px;
	height: 23px;
	text-indent: -9999px;
}
#cboxPrevious {
	left: 0px;
	background-position: -51px -25px;
}
#cboxPrevious.hover {
	background-position: -51px 0px;
}
#cboxNext {
	left: 27px;
	background-position: -75px -25px;
}
#cboxNext.hover {
	background-position: -75px 0px;
}
#cboxClose {
	right: 0;
	background-position: -100px -25px;
}
#cboxClose.hover {
	background-position: -100px 0px;
}
.cboxSlideshow_on #cboxSlideshow {
	background-position: -125px 0px;
	right: 27px;
}
.cboxSlideshow_on #cboxSlideshow.hover {
	background-position: -150px 0px;
}
.cboxSlideshow_off #cboxSlideshow {
	background-position: -150px -25px;
	right: 27px;
}
.cboxSlideshow_off #cboxSlideshow.hover {
	background-position: -125px 0px;
}


#subscribe_popup,.overlays {
font:12px/1.2 Arial,Helvetica,san-serif;
}

#subscribe_popup,.overlays a,#subscribe_popup,.overlays a:hover,#subscribe_popup,.overlays a:visited {
text-decoration:none;
}

#subscribe_popup2,.overlays {
font:12px/1.2 Arial,Helvetica,san-serif;
}

#subscribe_popup2,.overlays a,#subscribe_popup2,.overlays a:hover,#subscribe_popup2,.overlays a:visited {
text-decoration:none;
}

#subscribe_popup3,.overlays {
font:12px/1.2 Arial,Helvetica,san-serif;
}

#subscribe_popup3,.overlays a,#subscribe_popup3,.overlays a:hover,#subscribe_popup3,.overlays a:visited {
text-decoration:none;
}

.box-title {
color:#2C2D31;
font-size:25px;
font-weight:700;
text-align:center;
margin:20px 0 5px;
}

.box-tagline {
color:#999;
font-size:14px;
text-align:center;
margin:0;
}

#subs-container {
position:relative;
padding:35px 0 30px;
}

.box-side {
width:170px;
text-align:center;
}

.box-side.left {
border-right:1px solid #ecedf3;
padding:0 70px 0 25px;
}

.box-side.right {
float:right;
margin-top:-223px;
margin-right:25px;
}

.box-icon {
width:72px;
height:54px;
margin:0 auto;
padding:6px 0 0;
}

.box-icon a.rss {
display:block;
width:70px;
height:56px;
margin:0 auto;
}

.box-icon a {
display:block;
width:72px;
height:54px;
}

.box-icon a.email img,.box-icon a.rss img {
border:0 none;
margin:-5px 0 0;
}

.box-side h4,.box-side h4 a {
font-size:14px;
line-height:14px;
color:#d20c0c;
font-weight:700;
}

.box-side h4 {
margin:20px 0 10px;
}

.box-side h5 {
font-size:11px;
color:#5e6066;
line-height:18px;
height:54px;
margin:0 0 20px;
}

a.sub {
background:url("../images/subscribe-button.png") no-repeat scroll 0 0 transparent;
color:#963;
display:block;
height:44px;
line-height:29px;
text-indent:-999em;
width:130px;
margin:0 auto;
}

.box-side h4 a:hover {
color:#f26535;
}

#box-or {
background:#fff;
font-size:12px;
font-weight:700;
height:25px;
line-height:25px;
position:absolute;
width:20px;
margin:-115px 0 0 257px;
}

a:link,a:visited {
border:none;
}



.facts-pdf {
    background-color: #000;
    border: 1px solid #303030;
    color: #ececec;
    font-family: "AvantGarde Bk BT";
    font-size: 12px;
    line-height: 20px;
    margin-left: 0;
    width: 318px;
	height:auto;
}
.pdf-download {
	margin-top: 0px;
	padding: 0px 0px;
	background-color: #866220;
	text-align: center;
	font-size: 12px;
	font-family: "AvantGarde Bk BT";
	clear: both;
	color: #fff;
}

.your-contact-form-pdf {
    margin: 15px auto 0;
    width: 294px;
	text-align:center;
}

.your-contact-center-pdf {
    float: left;
    margin-bottom: 14px;
    margin-left: 12px;
}

.your-contact-right-pdf {
    background-color: #373737;
    border: 1px solid #5a5959;
    float: right;
    font-family: "AvantGarde Bk BT";
    height: 22px;
    padding: 2px 0 0 5px;
    text-align: left;
    width: 266px;
}

.app-message {
    background-color: #373737;
    border: 1px solid #5a5959;
    float: right;
    font-family: "AvantGarde Bk BT";
    padding: 2px 0 0 5px;
    text-align: left;
    width: 266px;
	height:64px;
}


.input-text-pdf {
    background-color: #373737;
    border: medium none;
    color: #cdcdcd;
    font-family: "AvantGarde Bk BT";
    font-size: 12px;
    font-weight: normal;
    height: 22px;
    padding: 0;
    text-align: left;
    width: 224px;
}


.submit-contact-pdf {
    cursor: pointer;
    float: left;
    margin: 0 auto;
    width: 286px;
    padding: 0 6px;
    text-align: center;
}

.enquire-button-pdf {
	background-image: url("http://www.prestigeconstructions.com/images/submit.jpg");
	border: medium none;
	height: 24px;
	width: 102px;
	cursor: pointer;
	margin-bottom: -4px;
}
