/******************************************
* PAGE
*******************************************/
html {
	width: 100%;
	height: 100%;
	background-color: white;
	background-image: url('/media/img/background14.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	font-family: "Trebuchet MS", "Verdana";
	font-size: 16px;
	color: black;
}

body {
	width: 970px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: silver;
	background-image: url('/media/img/page_background.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	
}

p {
	padding-left: 1.5em;
	padding-bottom: 0.5em;
}



h1, h2 {
	
}

h1 {
	padding-top: 0.5em;

}

h2 {
	
}

h2 {
	
}

address {
	font-style: normal;


}

ul img {

	float: left;
	padding-right: 1em;
}

#idPageWrapper {
	margin-left: 32px;
	margin-right: 32px;

	
	
}

#idHeader {
	background-image: url('/media/img/header_bg.jpg');	
	background-repeat: no-repeat;
	margin-left: -22px;
	margin-right: -22px;
}

#idLogo {
	margin-left: 22px;
}

 #idContactNumber {
	position: relative; 
	left: 235px;
}



#idLogoWrapper {
  
}

#idMainMenu {
	width: 950px;
	font-size: 1.1em;
	text-align: right;
	opacity: 1;
	
	height: 150px;
	clear: both;

}

#idMainMenu ul img{
	height: 150px;
}

#idMainMenu li {
	float: left;
	overflow: hidden;
	width: 237.5px;
	height: 150px;
	margin-bottom: 1em; /* as we are floating elements than padding for content must be here */
	
}
#idMainMenu img {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	
}

#idMainMenu .clsFirstImg {
	border-left: none;
}

#idMainMenu li a {	

	text-decoration: none;
	color: white;
}

#idMainMenu a:hover {
	
}




#idMainMenu .clsLiActive {
	
}


#idContent {
	padding-top: 1em;
	padding-bottom: 1em;
	
}



#idContent h1 {
	margin-bottom: 0.25em;
}

#idContent address {

	font-weight: bold;
}

.cls2ColumnWrapper {
		width: 90%;
	margin-left: auto;
	margin-right: auto;

}

.cls2ColumnWrapper td {
	width: 50%;
}

.cls2ColumnWrapper .clsLeftCol {
	padding-left: 200px;
}

.cls2ColumnWrapper .clsRightCol {
	text-align: left;
	padding-left: 2em;
}

#idPortfolioWrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	

}

#idPortfolioWrapper td {
	width: 50%;

	

}

#idPortfolioWrapper .clsThumbMask {
		height: 220px;
		overflow: hidden;
		padding-bottom: 1em;
	
		
}

#idPortfolioWrapper .clsThumb, #idPortfolioWrapper .clsThumbBorder{
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}

#idPortfolioWrapper .clsThumb{
	display: block;
	position: relative;
	top: -210px;
}

#idPortfolioWrapper tr {
	height: 220px;
	

}



#idFooter {
	text-align: center;
	color: white;
	background: #EFEFEF;
	background-image: url('/media/img/footer_bg2.png');	
	background-repeat: no-repeat;
	margin-left: -22px;
	margin-right: -22px;
	padding-top: 0.35em;
	padding-bottom: 0.35em;
	padding-right: 1em;
	padding-left: 1em;
	clear: both;
	
	
}

#idFooter ul li {
	display: inline;
}

#idFooter a {
	color: black;
	text-decoration: none;
}

#idFooter address {
	text-align: center;
}

.clsQuoteWrapper address {
	font-size: 0.9em;
	color: black;
	font-weight: bold;
		text-align: right;
}

.clsQuoteWrapper {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/media/img/quote_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0.5em;
	

}

.clsQuote {
	padding-bottom: 0.5em;
	margin-left: 50px;
	padding-right: 50px;
	background-image: url(/media/img/quote_right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.clsForm {
	
}

.clsForm table {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.clsForm td {
  padding: 0.25em 0.75em;
  vertical-align: middle;
  border: 1px solid #CCC;
	text-align: left;
	
	
	
}
.clsForm th {
  font-weight: bold;
  padding: 0.25em 0.75em;
  vertical-align: middle;
  border: 1px solid #CCC;
  
  text-align: right;
  white-space: nowrap; 
}

.clsForm textarea {
	width: 97%;
	height: 4.5em;
	
}

.clsForm  input {
	font-size: 0.7em;
	width: 100%;
	/*min-width: 2em;*/
}

#idContactUsForm th {
  width: 10%;
}


#idContactUsForm input {
	width: 50%;
}

#idSubmitButton {
	width: auto !important;
	/*min-width: 2em;*/
}
