/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style: disc; 
}
img {
  border: 0;
}
/* end reset browser styles */

/* BASIC */
body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 0.75em; 
	line-height: 140%; 
	color: #9E9D9B; 
	width: 100%;
	background-color: #ED0E72;
	background-image: url(images/bg7.gif);
	text-align: center;

}

/* LINKS */
a {
 	color:  #656565;
	border-bottom: 1px dotted #6FB9BC;
	text-decoration: none;
}
a:link {
 	color: #656565;
	text-decoration: none;
}
a:visited{
 	color: #656565;
	text-decoration: none;
}
a:hover{
	color: #6FB9BC;
	
}

/* LISTS*/
ul {
	margin-left: 15px;
	padding: 2px;
}

li {
	padding: 2px;
}


/* WRAPPER: wraps entire contents of page */
#wrapper {
	width: 980px;
	margin: 0 auto;
	margin-top: 100px;
	background-color: #ED0E72;
	border: 2px #FFFFFF dotted;
	text-align: left;
}


/* BANNER */

#banner {
	width: 980px;
	margin: 0 auto;
	background-color: #ED0E72;
}

#banner a {
	border-bottom: none;
}


/* TOP NAVIGATION */
#navigationtop {
	width: 980px;
	margin: 0 auto;
	border-top: 2px #bce3e5 dotted;
	background-color: #f467a6;
	padding-top: 6px;
	padding-bottom: 6px;	
	text-align: right;
	position: relative;
}
#navigationtop a {
 	color: #FFFFFF;
	font-weight: bold;
	border-right: 1px dotted #ED0E72;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	text-decoration: none;
}
#navigationtop a:visited {
 	color: #FFFFFF;
	font-weight: bold;
	border-right: 1px dotted #ED0E72;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	text-decoration: none;
}
#navigationtop a:hover {
 	color: #bce3e5;
	font-weight: bold;
	border-right: 1px dotted #ED0E72;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	text-decoration: none;
}
#navigationtop #facebook {
	position: absolute;
	left: 10px;
	top: 2px;
}

/* INNER WRAPPERS */

#contentwrapper {
	width: 980px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: left;
}

/* LEFT COLUMN */

#sidebar {
	float: left;
	width: 404px;
	background-color: #FFFFFF;
	border-top: 3px dotted #bce3e5;
	border-bottom: 3px dotted #bce3e5;
	
}
#sidebar a:link {
 	color:  #7D7D7D;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 1px;
	border-bottom: 1px dotted #6FB9BC;
	margin-bottom: 5px;
	text-decoration: none;
}
#sidebar a:visited{
 	color: #656565;
	font-size: 11px;
	text-decoration: none;
}
#sidebar a:hover{
	color: #6FB9BC;
	font-size: 11px;
}

#sidebar ul {
	margin-left: 1px;
	padding: 2px;
}

#sidebar li {
	padding: 3px;
	list-style: none;
}
/* LEFT COLUMN ABOUT */

#aboutsidebar {
	float: left;
	width: 230px;
	height: 350px;
	color: #ec0e71;
	font-style: italic;
	background-color: #bce4e5;
	border-top: 3px dotted #bce3e5;
	border-bottom: 3px dotted #bce3e5;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
}


/* MAIN IMAGE*/

#aboutimage {
	float: left;
	width: 228px;
	height: 375px;
	background-color: #FFFFFF;
	border-top: 3px dotted #bce3e5;
	border-bottom: 3px dotted #bce3e5;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

/* MAIN CONTENT */

#main {
	margin-left: 404px;
	background-color: #FFFFFF;
	border-top: 3px dotted #bce3e5;
	border-bottom: 3px dotted #bce3e5;
	position: relative;
	
}
#main a {
	border-bottom: none;
}

#main h1 {
	color: #FFFFFF;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #FFFFFF;
	background-color: #6FB9BC;
	margin-bottom: 10px;
	font: 2em  Arial, Helvetica, sans-serif;
}

#main h2 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 1px;
	border-bottom: 1px dotted #FFFFFF;
	background-color: #97d19a;
	padding-top: 10px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
#main h3 {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
	padding-left: 15px;
	padding-right: 15px;
	color: #6FB9BC;
}

#main p {
	font-size: 1.1em;
	color: #ed0e72;
	padding-left: 15px;
	padding-right: 15px;
}
#main ul {
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 10px;
}
.grey {
	color: #afafaf;
	font-weight: bold;
}
.grey2 {
	color: #afafaf;
	font-size: 24px;
	font-weight: bold;
}
.pink {
	color: #f6b8d4;
	
}


/* MAIN CONTENT FOR ABOUT PAGe */

#mainabout {
	margin-left: 506px;
	color: #FFFFFF;
	height: 350px;
	background-color: #ed0e72;
	border-top: 3px dotted #bce3e5;
	border-bottom: 3px dotted #bce3e5;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;

}

#main2 {
	margin-left: 404px;
	background-color:  #ec0e71;
	height: 730px;
	color: #FFFFFF;
	border-top: 3px dotted #bce3e5;
	border-bottom: 3px dotted #bce3e5;
}

#main2 p {
	padding-left: 30px;
	padding-right: 30px;
}

/* MAIN CONTENT FOR SERVICES PAGe */

#main3 {
	margin-left: 404px;
	background-color:  #ec0e71;
	color: #FFFFFF;
	height: 597px;
	border-top: 3px dotted #bce3e5;
	border-bottom: 3px dotted #bce3e5;
}

#main3 p {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	line-height: 150%;
}

#main3 h1 {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	font-family:
}
#main3 ul {
	margin-left: 75px;
	padding: 2px;
}

#main3 li {
	padding: 2px;
}
#main3 a {
 	color: #FFFFFF;
	font-weight: bold;
	border-right: 1px dotted #ED0E72;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	text-decoration: none;
}
#main3 a:visited {
 	color: #FFFFFF;
	font-weight: bold;
	border-right: 1px dotted #ED0E72;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	text-decoration: none;
}
#main3 a:hover {
 	color: #bce3e5;
	font-weight: bold;
	border-right: 1px dotted #ED0E72;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	text-decoration: none;
}
.property {
	font-size: 16px;
}
/* MAIN CONTENT FOR etalia PAGe */

#main4 {
	margin-left: 404px;
	background-color:  #ec0e71;
	color: #FFFFFF;
	border-top: 3px dotted #bce3e5;
	border-bottom: 3px dotted #bce3e5;
}

#main4 p {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 12px;
	line-height: 150%;
}

#main4 h1 {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	font-family:
}
#main4 ul {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
}

#main4 li {
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 30px;
	font-size: 14px;
	font-weight: bold;
	
}
#main4 a {
 	color: #FFFFFF;
	font-weight: bold;
	border-right: 1px dotted #ED0E72;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	text-decoration: none;
}
#main4 a:visited {
 	color: #FFFFFF;
	font-weight: bold;
	border-right: 1px dotted #ED0E72;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	text-decoration: none;
}
#main4 a:hover {
 	color: #bce3e5;
	font-weight: bold;
	border-right: 1px dotted #ED0E72;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	text-decoration: none;
}
.property {
	font-size: 16px;
}
/* BOTTOM NAVIGATION */
#navigationbottom {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 1.1em;
	text-align: left;
	color: #FFFFFF;
	background-color: #939598;
	clear: both;
}
#navigationbottom a {
 	color: #9E9D9B;
	font-weight: bold;
	border-right: 1px dotted #6FB9BC;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	text-decoration: none;
}
#navigationbottom a:visited {
 	color: #9E9D9B;
	font-weight: bold;
	border-right: 1px dotted #6FB9BC;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	text-decoration: none;
}
#navigationbottom a:hover {
 	color: #6FB9BC;
	font-weight: bold;
	border-right: 1px dotted #6FB9BC;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	text-decoration: none;
}
/* FOOTER / COPYRIGHT INFO */
#copyright {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	font-size: 10px;
	line-height: 100%;
	text-align: right;
	color: #FFFFFF;
}
.mceContentBody { background-image: none; background-color: #ec0e71; color: #ffffff; } /*SnippetMaster editor bg color*/
