/*Type*/

body {
font: 0.625em/1.37 Arial, Helvetica, sans-serif;
}

strong {
font-weight: bold;
}

em {
font-style: italic;
}

a {
color: #74a314;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h2 {
color: #4a4a4b;
font-size: 1.6em;
font-weight: normal;
line-height: 1;
text-transform: uppercase;
margin: 0 0 0.75em;
}

h2 a {
color: #4a4a4b !important;
text-decoration: none !important;
}

h3 {
color: #373737;
font-size: 1.1em;
font-weight: bold;
}

dl,
ul,
ol,
p {
font-size: 1.0em;
margin: 15px 0 1.5em;
}

/*Layout*/

body {
background: url(../images/bg_h.png) #8ab35e;
color: #373737;
}

div#wrapper {
width: 797px;
margin: 0 auto;
padding: 17px 0 0;
}

div#header {
margin: 0 0 0 36px;
}

div#header h1 a {
display: block;
width: 450px;
height: 46px;
background: url(../images/liamphotography.png) no-repeat;
text-indent: -999em;
overflow: hidden;
}

div#page {
position: relative;
padding: 20px 21px;
margin: 0 0 15px;
width: 756px;
overflow: visible;
/*background: #fff;
opacity: 0.95;
 border:1px solid #848484; */
background: url(../images/frametop.jpg) #e8e7d7 no-repeat;
}

div#content {
clear: both;
}

div#maintext {
margin-top: 1px;
padding:20px 40px 40px 40px;
float: left;
width: 676px;
font-size: 1.1em;
}

div#maintext_home {
margin-top: 1px;
float: left;
width: 756px;
}

div#flower {
z-index: 1;
position: absolute;
top: -106px;
right: 4px;
background: url(../images/flower.png) right top no-repeat;
/* display: block; */
width: 207px;
height: 215px;
text-indent: -999em;
}

/*Navigation*/

div#navigation {
margin: 0 0 17px;
padding-top: 14px;
}

div#navigation ul {
z-index: 2;
position: relative;
margin: 0;
font-size: 1.3em;
line-height: 1;
text-transform: uppercase;
list-style:none;
}

div#navigation ul li {
float: left;
padding: 0 0 0 16px;
margin: 0 10px 0 0;
background: url(../images/slash.gif) no-repeat 0 50%;
}

div#navigation ul li a {
color: #fff;
text-decoration: none;
}

div#navigation ul li a:hover {
color: #c7d9c5;
}

/*Navigation 2*/

div#navigation2 {
margin: 0 0 17px;
}

div#navigation2 ul {
z-index: 3;
position: relative;
margin: 0;
padding-left: 12px;
font-size: 1.1em;
line-height: 1;
text-transform: uppercase;
list-style:none;
}

div#navigation2 ul li {
float: left;
padding: 0 0 0 10px;
margin: 0 6px 0 0;
background: url(../images/slash2.gif) no-repeat 0 50%;
}

div#navigation2 ul li a {
color: #979797;
text-decoration: none;
}

div#navigation2 ul li a:hover {
color: #74a314;
}

div#navigation2 ul li.noslash { /*this will be important*/
background: none;
padding: 0 0 0 7px;
}

/*slogan*/

div#slogan {
position: absolute;
top: -85px;
left: 43px;
color:#a8bc91;
}

/*Images to the right */
.rightimage {
float:right;
padding:6px;
border: 1px solid #ccc;
margin-left: 10px;
background-color: #fff;
}

/*Footer*/

div#footer p {
float: left;
color: #fff;
font-size: 1.1em;
line-height: 1;
opacity:0.7;
}

/*Price table*/
table.prices {
	border:1px solid #e0bcaa;
}
td.prices1 {
 background-color:#f1f0e6;
 font-weight:bold;
}
td.prices2 {
	background-color:#f1f0e6;
}


table.pricesBlue {
	border:1px solid #cccccc;
}
td.pricesBlue {
 background-color:#f1f0e6;
 
}
td.pricesBlue2 {
	background-color:#f1f0e6;
}
/*End Price table*/

/*Basico*/

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}

.clearfix {
display: block;
}

/* End hide from IE-mac */

.alignright {
float: right;
}

img.alignright {
margin: 0 0 1em 1em;
}

.alignleft {
float: left;
}

img.alignleft {
margin: 0 1em 1em 0;
}


