/********************************************
   AUTHOR:  			Alex Segreti
   WEBSITE:   			http://www.alesecrets.com
	TEMPLATE NAME:		ambientepinoso.css
   VERSION:          	1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	width: 100%;
	background-color: #B99672;
	background-image: url(../images/backgroundimageANGEL-Fainted-Dark.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* links */
a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #27150C;
}
a:hover {
	color: #D6CC6D;
	background: inherit;
}
h1/* headings */
   {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 14px;
	color: #A57C52;
	text-indent: 10px;
}
h2
   {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 14px;
	color: #A57C52;
}

/* images */
img {
	border: 0px;
}
img.float-right {
	margin: 5px 0px 0px 10px;
}
img.float-left {
  margin: 5px 10px 10px 0px;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #000000;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	margin-top: 15px;
	padding: 0 0 0px;
	
}
#content-wrap {
	width: 690px;
	background-image: url(../images/contentwrapbg.png);
	background-repeat: repeat;
	padding: 5px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D6CA6F;
	border-left-color: #D6CA6F;
}
#header {
	width: 700px;
	position: relative;
	height: 68px;
	padding: 0;
	background-image: url(../images/Logo%20Banner%20No%20Bg.png);
	background-repeat: no-repeat;
	background-position: center 0;
}

/* Menu */
#menu {
	margin: 0;
	height: 26px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0px;
	padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	padding: 0 2px 0 2px;
	color: #27150C;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #D6CA6F;
}

/* Main Column */
#main {
	float: right;
	width: 72%;
  }


/* TopGoldline */	
#topgoldline {
	width: 700px;
	height: 5px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D6CA6F;
	border-left-color: #D6CA6F;
}

/* Bottomgoldline */	
#bottomgoldline {
	width: 700px;
	height: 5px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D6CA6F;
	border-left-color: #D6CA6F;
}

/* Footer */	
#footer {
	color: #27150C;
	width: 700px;
	height: 13px;
	text-align: left;
	font-size: 82%;
}
#footer a {
	text-decoration: none;
	color: #27150C;
}
#footer a:hover {
	text-decoration: none;
	color: #d7d570;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.treatmentstables {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #372718;
	width: 350px;
	margin-left: 15px;
}
.treatmentstablesbottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #372718;
	width: 650px;
	margin-left: 15px;
}
.highslide-gallery {
	width: 550px;
	padding-top: 10px;
	padding-left: 70px;
	padding-bottom: 10px;
}
.generaltext {
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 10px;
}
.indent {
	text-indent: 10px;
}
hr {
  border: 0;
  color: #D6CA6F;
  background-color: #D6CA6F;
  height: 2px;
}
.margintop5px {
	margin-top: 5px;
}
.contacttable {
	width: 670px;
	margin: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
