/*
'*************************************************************************************** 
'**
'**  PAGE:		bgp.css
'**  CREATED:	3rd August 2009
'**  AUTHOR:	MASKED
'**  PURPOSE:	MASKED
'**  UPDATED:	MASKED
'**
'*************************************************************************************** 
*/



/*
Base colours:

Dark grey (menu)					#262626
Medium grey (background)			#393939
Light grey (dashed lines)			#CCC
very Light grey (sidebar titles)	#EEE
Yellow:								#EDFF26
*/


/* ***************  OVERALL TEMPLATE CLASSES
*/

body {
	background-color: #393939;
	font-size: 11px;
	margin: 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border:0;
}

form {
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	border: 1px solid #999999;
	padding: 3px;
	font-size: 11px;
	font-family:Verdana, Geneva, sans-serif;
}

a {
	color:#000;
}

a:hover {
	text-decoration:none;
}

input.checkbox {
	border: 0px;
}

fieldset {
	border: 1px solid #CCC;
	font-weight: bold;
	margin: 0px 20px 10px 20px;
	padding: 0px 10px 10px 10px;
}

legend {
	color: #000000;
}

hr {
	height: 1px;
	color: #CCC;
}

#wrapper {
	position:relative;
	margin: auto;
	width:1080px;
}

#colMain {
	width: 1000px;
	float:left;
}

#colRight {
	width: 75px;
	height: 257px;
	float:left;
	background-image:url("../images/swish-end-right2.gif");		
}

#pageHeader {
	width: 1000px;
	height: 199px;
	background-image:url("../images/bgp-header2.gif");
}


#pageHeaderTop {
	height: 159px;
	width: 1000px;
}

#mainmenu {
	background-color: #1d1d1d;
	width: 1000px;
	height: 40px;
	font-family:Tahoma, Geneva, sans-serif;	 
	font-size: 12px;
}

#mainmenu ul {
	padding: 0px;
	margin: 0px;
}

#mainmenu li {
	display:inline;
	list-style: none;
}

#mainmenu li a {
	height:25px;
	float: left;
	color:#FFF;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	padding-top: 15px;
}

#mainmenu li a:hover {
	background-color: #262626;
	color: #edff26;
}

#pageBody {
	background-color: #FFF;
	width: 1000px;
	overflow:hidden;
	border-collapse:collapse;
}

#pageBodyColumnHolder {
	height: 100%;
}

#pageBodyCol1 {
	width: 789px;
	float: left;
	border: 0px;
	margin: 0px;
}

#pageBodyCol2 {
	width: 209px;
	float: left;
	border: 0px;
	margin: 0px;
	border-left: 1px dashed #CCC;
}

.col2BoxHeader {
	width: 190px;
	height: 23px;
	padding-top: 8px;
	background-color: #EEE;
	border-bottom: 1px dashed #CCC;
	/* border-top: 1px dashed #CCC; */
	background-image:url(../images/icons/yellow-arrow.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-position:left;
	padding-left: 19px;
	font-size: 14px;
	font-weight: bold;
	color:#333;
}
.col2BoxMain {
	width: 207px;
	background-color: #FFF;
	border-bottom: 1px dashed #CCC;	
}

#footerCol1, #footerCol2 {
	width:500px;
	float: left;
	height: 20px;
	text-align:left;
	font-size: 10px;
	color: #FFF;
}
#footerCol2 {
	text-align: right;
	padding-right: 79px;
}
#footerCol1 a, #footerCol2 a {
	color: #FFF;
}
#footerCol1 a:hover, #footerCol2 a:hover {
	color: #edff26;
	text-decoration:none;
}

h1.yellowIcon {
	background-image:url(../images/icons/dot-in-circle.gif);
	background-repeat:no-repeat;
	height: 33px;
	margin: 20px;
	padding: 6px 0px 0px 40px;
	font-size: 18px;
	font-weight: bold;
	width: 90%;
}

.siteImage {
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #EEE;
}




/* ***************  DEFAULT.ASP
*/

#mainImageHolder {
	width: 790px;
	height: 300px;
}

#hpContentCol1 {
	width: 340px;
	float: left;
	padding: 20px;
}

#hpContentCol2 {
	float: left;	
	padding: 20px;
	padding-left: 0px;
}

#pageBodyCol1 h2 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 2px 2px;
	margin: 0px;
}

#pageBodyCol1 h2 a {
	text-decoration: none;
}

.highlightBar {
	height: 10px;
	background-color: #262626;
	border: 2px solid #EDFF26;
}

.hpItemSummary {
	padding: 5px 0px 0px 2px;
}

.bannerHolder {
	padding: 0px 10px 0px 10px;
	text-align:center;
}


#mainmenusub {
	background-color: #EEE;
	border: 1px dashed #CCC;
	border-top: 0px;
	width: 745px;
	height: 30px;
	font-family:Tahoma, Geneva, sans-serif;	 
	font-size: 11px;
	margin-left: 20px;
}

#mainmenusub ul {
	padding: 0px;
	margin: 0px;
}

#mainmenusub li {
	display:inline;
	list-style: none;
}

#mainmenusub li a {
	height:20px;
	float: left;
	color:#000;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	padding-top: 10px;
}

#mainmenusub li a:hover {
	background-color: #CCC;
}




/* ***************  SERVICES.ASP
*/

.textHolder {
	padding: 0px 10px 40px 30px;
}

#specTable {
	margin-bottom: 40px;
	padding: 0px;

}

#specTable td {
	padding: 7px;
	border: 1px dashed #DDD;
	margin: 0px;
}

#serviceImgHolder {
	padding-left: 30px;
}




/* ***************  ROADSPECS.ASP
*/

# {
	margin-bottom: 40px;
}

# td {
	padding: 7px;
	width: 200px;
	border: 1px dashed #DDD;
}




/* ***************  TUNNELSPECS.ASP
*/

#tunnelSpecTable {
	margin-left: 30px;
	margin-bottom: 40px;
}

#tunnelSpecTable td {
	padding: 9px;
	width: 180px;
	border: 1px dashed #DDD;
}


	

/* ***************  CONTACTUS.ASP
*/

#contactUsHolder {
	margin-left: 20px;
	padding: 10px;
	background-image:url(../images/contactmap.gif);
	background-position:right;
	background-repeat:no-repeat;
	width: 730px;
	height: 461px;
}




/* ***************  GALLERY.ASP
*/

#thumbHolder {
	margin-left: 40px;	
	padding-bottom: 30px;
}

.thumbnail {
	float: left;
	padding: 5px;
	margin-right: 23px;
	margin-bottom: 23px;
	border: 1px solid #CCC;
	background-color: #EEE;
}

.galleryTitle {
	width: 700px;
	height: 30px;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
	margin-left: 30px;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 20px;
}
