
/***************/
/* begin reset */
/***************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset, img {border: 0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;font-weight: normal;}
ol, ul {list-style: none;}
caption, th {text-align: left;}

h1, h2, h3, h4, h5, h6 
{	
	font-size: 1em;
	font-weight: normal;
}

q:before, q:after 
{
	content: '';
}

abbr, acronym 
{
	border: 0;
}

html, body, input, textarea
{
	padding: 0;
	margin: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

:focus 
{
	outline: 0;
}

input[type="hidden"] 
{
	display:none;
}

a
{
	text-decoration: none;
}
/*************/
/* end reset */
/*************/

/*******************************************/
/* GENERAL STYLES FOR ALL PAGES.           */
/*******************************************/

a:link {}
a:visited {}
a:hover { text-decoration: underline; }

body
{
	text-align: center;
    font-size: 62.5%;    
	font-family: calibri;
	padding: 1em 0 1em 0;
}

.mainContent, .bannerContainer, .topMenuDiv, .indexContainer, .socialnetworkLogos
{
	width: 96em;
}

.mainContent
{
	margin: 0em auto 0em auto;
	overflow: hidden;
	border: 0.2em solid #178234;
}

.header
{	
	width: 92em;
	height: 11em;
	padding: 2em;
}

.pageTitle
{
	border-bottom: 0.1em solid #9A9A9A;
	margin: 0 0 1em 0;
}

.topMenuDiv
{
	height: 4.5em;
	float: right;
	background-image: url('../images/topMenuBackground.jpg');
}

.topMenuButtonDiv
{
	width: 10em;
	height: 4.5em;
	line-height: 4.5em;
	float: right;
	text-align: center;
	color: #FFFFFF;
}

.topMenuBar
{
	width: 0.1em;
	height: 4.1em;
	margin: 0.2em 0;
	float: right;
	border-left: 0.1em solid #FFFFFF;
}

a:hover
{
	text-decoration: none;
	cursor: pointer;
}

h1 
{
	font-size: 2.4em;
	color: #9A9A9A;
	font-weight: bold;
}

h2 
{
	font-size: 1.5em;
}

h2:hover
{
	color: #000000;
}

.bannerContainer
{
	height: 18.1em;
}

.banner-end-div
{
	width: 3.7em;
	height: 18.1em;
	float: left;
}

.banner-end-div-top
{
	width: 3.7em;
	height: 12.8em;
}

.banner-end-div-base
{
	width: 3.7em;
	height: 5.3em;
}

.banner-content, .banner-photos, .banner-controls
{
	width: 100%;
	float: left;
}

.banner-content
{
	height: 18.1em;
}

.banner-photos
{
	height: 15.1em;
}

.banner-controls, .banner-text, .banner-control
{
	height: 3em;
}

.banner-text
{
	float: left;
	width: 84.9em;
	line-height: 3em;
	text-align: right;
	margin: 0 2em 0 0;
}

.banner-text span
{
	font-size: 2em;
	color: #FFFFFF;
}

.banner-control
{
	width: 2.7em;
	padding: 0.5em 0 0 0;
	float: left;
}

.bannerArrowLeftImage, .bannerArrowRightImage
{
	width: 1.7em;
	height: 1.9em;	
}

.clearBoth
{
	clear: both;
}

.indexContainer
{
	clear: both;
	padding: 0.2em 0 0 0;
}

.leftsideContainer
{
	width: 17em;
	height: 100%;
	float: left;
}

.leftsideContainer div
{
	margin: 0 0 0.25em 0;
	float: left;
}

.leftsideContainer div span
{
	color: #FFFFFF;
	font-size: 1.2em;
}

.leftside-info, .leftside-menu
{
	width: 17em;
}

.leftside-info p span
{
	margin: 0 0 1em 0;
	font-size: 1.6em;
	color: #FFFFFF;
	text-align: left;
}

.leftside-info p
{
	margin: 0 0 1em 0.5em;
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: left;
}

.leftside-menu
{
	height: 3.4em;
	line-height: 3.4em;
	text-align: left;
}

.leftside-menu span
{
	margin: 0 0 0 1em;
}

.leftside-menu img
{
	float: left;
}

.rightsideContainer
{
	width: 75em;
	height: 100%;
	float: right;
	text-align: left;
	padding: 3em 2em 0 2em;
}

.m-image-div
{
	width: 3.7em;
	height: 5.3em;
}

.m-image
{
	width: 3.7em;
	height: 5.3em;
}

.m-image-mini
{
	height: 3.4em;
}

.menu-header { background-color: #545454; text-align: center; }

.blue { background-color: #3831A1; }

.wine { background-color: #56046A; }

.red { background-color: #A40018; }

.orange { background-color: #FB8201; }

.yellow { background-color: #FFCC00; }

.lime { background-color: #69E03B; }

.green { background-color: #178234; }

.grey { background-color: #9A9A9A; }

.footer
{
	width: 100%;
	height: 3.4em;
	line-height: 3.4em;
	padding: 2em 0 0 0;
	clear: both;
}

.footer-left, .footer-right
{
	height: 3.4em;
	line-height: 3.4em;
}

.footer-left
{
	width: 70%;
	text-align: center;
	color: #B1B1B1;
	float: left;
}

.footer-right
{
	width: 30%;
	float: right;
}

.footer-left span
{
	font-size: 1.2em;
}

.footer-right img
{
	float: right;
}

.indexImageDiv
{
	width: 89.3em;
	height: 53.2em;
} 

.indexBackgroundImage
{
	width: 98em;
	height: 86em;
}

.mainBannerImage
{
	width: 69.2em;
	height: 12.8em;
}

.companyLogoDiv
{
	float: left;
	width: 51.3em;
	height: 10.7em;
}

.bannerImage
{
	width: 69.2em;
	height: 12.8em;
}

.logoImage
{
	width: 51.3em;
	height: 10.7em;
}

.companyLogoImage
{
	width: 51.3em;
	height: 10.7em;
}

.spacefiller
{
	width: 8.5em;
	height: 8.7em;
}

.spacefiller-mini
{
	width: 3em;
}

.guildImageDiv
{
	float: right;
	margin: 1em 0 0 0;
	width: 8.5em;
	height: 8.7em;
}

p span
{
	font-weight: bold;
}
/*******************************************/
/* END GENERAL STYLES.					   */
/*******************************************/

/*******************************************
/* Home page
/*******************************************/

.introPara
{
	font-size:	2.2em;
	font-family: Calibri;
	color: #178234;
}

.normalPara
{
	font-size:	1.6em;
	font-family: Calibri;
	color: #000000;
	margin: 1em 0;
}

.left-list, .right-list
{
	font-size:	1.6em;
	font-family: Calibri;
	color: #000000;
	padding: 0 0 0 2em;
}

.home-left-list, .home-right-list
{
	width: 45%;	
}

.left-list
{
	float: left;
}

.right-list
{
	float: right;
}

.plastering-left-list
{
	width: 30%;	
}

.plastering-right-list
{
	width: 60%;	
}

.extensions-left-list
{
	width: 30%;
}

.extensions-right-list
{
	width: 60%;
}

.bathroom-left-list
{
	width: 40%;
}

.bathroom-right-list
{
	width: 50%;
}

.bathroomImage
{
	width: 36.7em;
	height: 17.2em;
}

.company-left-list
{
	width: 65%;	
	float: left;
}

.company-right-list
{
	width: 35%;	
	float: right;
	margin: 3em 0 0 0;
	text-align: center;
}

.testimonial-left-list
{
	width: 100%;	
}

.testimonial-right-list
{
	width: 35%;	
	float: right;
	margin: 3em 0 0 0;
	text-align: center;
}

.contact-left-list
{
	width: 40%;	
	float: left;
}

.contact-right-list
{
	width: 60%;	
	float: right;
	margin: 3em 0 0 0;
}

.big-guild-image
{
	width: 13em;
	height: 13.3em;
}

.contact-content
{
	width: 100%;
}

.contact-form-div
{
	width: 60em;
	margin: 0 auto 0 auto;
	padding: 3em 0 0 0;
}

.in-red
{
	color: red;	
	font-size: 1.6em;
}

.contact-form-field
{
	width: 10em;
	height: 1em;
	line-height: 1em;
}

.contact-form-message
{
	width: 36em;
	height: 30em;
	float: left;
}

.contact-form-message textarea
{
	width: 100%;
	height: 90%;
	margin:1em 1em 0 0;
	font-size:1.6em;
}

.contact-number-label
{
	width: 8em;
	height: 2em;
	line-height: 2em;
	float: left;
}

.contact-number-value
{
	width: 10em;
	height: 2em;
	line-height: 2em;
	float: left;
}

.contact-submit
{
	float: right;
	width:38em;
	height:2.5em;
	margin:1em 1em 0 0;
}

.contact-submit-left
{
	float: left;
}

.contact-submit-right
{
	float: right;
	padding: 0 1.7em 0 0;
}

.contact-submit-right input
{
	height:100%;
	font-size:1.6em;
}

.margin-left
{
	margin: 0 0 0 8em;
}

.contact-form-label-top
{
	width: 20em;
	height: 3em;
	line-height: 3em;
	text-align:right;
	margin:0 1em 0 0;
	float:left;
}

.contact-form-label
{
	clear:both;
	width:20em;
	height:3em;
	line-height:3em;
	text-align:right;
	margin:1em 1em 0 0;
	float:left;
}

.contact-form-input-top
{
	width: 36em;
	height: 2.5em;
	line-height: 2.5em;
	float: left;background-color:yellow;
}

.contact-form-input
{
	width:36em;
	height:2.5em;
	float:left;
	margin:1em 1em 0 0;
}

.contact-form-input-top input, .contact-form-input input
{
	width:100%;
	height:100%;
	font-size:1.6em;
}

.validationDiv
{
	padding: 0.25em;
	font-weight: bold;
	font-size: 1.6em;
	color: red;
}

.profileHeaderValidation
{
	display: none;
	width: 99.9%;
	background-color: red;
	overflow: hidden;
	color: #FFFFFF;
	padding: 0em;
}

.statusMsgDiv
{
	width: 95%;
}

.statusMsgDiv p
{
	background-color: #00DF00;
	border-color: #cccccc;
	border-left-style: solid;
	border-right-style: solid;
	border-width: 0.1em;
	padding: 1em;
	text-align: center;
}

.statusMsgDiv p span
{
	color: #FFFFFF;
	font-size: 1.8em;
	font-weight: bold;
}

.contact-error
{
	color:red;
}

.socialnetworkLogos
{
	margin: 0em auto 0em auto;
	text-align: right;
}

.socialnetworkLogos a img
{
	width: 2em;
	height: 2em;
}

.companyPageImage
{
	width: 24em;
	height: 16em;
}

.companyGuildDiv
{
	margin: 0em 0em 2em 0em;
}