html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, input, fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}

html{
	background: #fff;
	font-size: 62.5%;   /* best practice-now we are able to use ems */
}

body{
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em; 
	color: #444;
}


p{
  padding: 10px 0 0 0;
}

a{
	text-decoration: none;
	color: #770749;
}

a:hover{
	text-decoration: underline;
}

.clear{
	clear: both;
}

#wrapper{
  width: 850px;
  margin: 0px auto;
}

/************** HEADER SECTION **********************/
#header{
  padding: 50px 0 0 0;
}

#logo{
  width: 370px;
  float: left;
}

#logo a img{
  float: left;
  padding: 0 15px 0 0;
}

#phone-number{
  float: left;
  font-size: 0.8em;
  padding: 5px 0 0 0;
}

#primary-menu{
  float: left;
}

#primary-menu ul{
  list-style: none;
  position: relative; left: 8px; top: 5px;
}

#primary-menu li{
  display: inline;
}

#primary-menu li a:hover{
  padding: 5px 0 0 0;
  border-top: 2px solid #B71F54;
}

/*************** SIDEBAR **************************/
#sidebar-home{
  width: 375px;
  float: left;  
}

#sidebar-home img{
  padding: 20px 0 0 0;
  width: 375px;
  float: left;
}

#sidebar{
  width: 250px;
  float: left;  
}

#sidebar img{
  padding: 20px 0 15px 0;
  /*width: 250px;*/
  float: left;
}

#sidebar p{
	padding: 0 20px 40px 0;
}


/*************** MAIN ************************/
#main-home{
  float: left;
  width: 474px;
  border-left: 1px dotted #444;
  padding: 0 0 0 0;
}

#main{
  float: left;
  width: 520px;
  padding: 20px 0 40px 20px;
}

#main h1{
  font-size: 1.9em;
  font-weight: 500;
  color: #770749;
  padding: 0 0 20px 0;
}

#text{
  text-align: justify;
  padding: 0 10px;
}

#text ul{
	list-style: square inside;
}

#text ul li{
	padding: 3px 0;
}

/***************** FOOTER *******************/
/******** sticks to the bottom of page *********/

#footer{
  float: left;
  width: 850px;
  border-top: dotted 1px #444;
}

#footer p.small{
  padding: 5px 0 0 15px;
  font-size: 0.8em;
}

#footer p.small a, #footer p.small span{
  padding: 0 5px;
  color: #444;
}

#footer p.big{
  width: 440px;
  margin: 0 0 0 227px;
  color: #444;
}


/************* CONTACT FORM ***************************/

form{
	margin: 0 0 40px 0;
}

input, select, textarea{
	border: solid 1px #999;
	height: 20px;
	background: white;
	margin: 0 10px 0 0;
}

#firstnamediv, #surnamediv, #titlediv, select{
	float: left;
}

#firstnamediv input, #surnamediv input{
	width: 80px;
}

#titlediv input, select{
	width: 50px;
}

.formfield, #messagediv label{
	padding: 0 0 10px 0;
}

#emaildiv, #daytimenumberdiv, #eveningnumberdiv, #mobilenumberdiv{
	clear: left;
}

#emaildiv input, #daytimenumberdiv input, #eveningnumberdiv input, #mobilenumberdiv input, textarea{
	width: 230px;
}
#nicetextdiv input{
	width: 230px;
}

textarea{
	height: 50px;
}


#submitdiv input{
	width: 100px;
	margin: 0 70px 0 0;
	background: #B71E53;
	color: white;
	border: 1px solid #91366B;
}

#errormsg{
	width: 350px;
	padding: 10px 10px 10px 70px;
	background: url(images/problem.jpg) no-repeat 10px 10px;
	color: red;
	border: solid 1px red;
	clear: left;
	height: 60px;
}



