@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	font-size:14px;
	font-family:  Corbel, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', 'Bitstream Vera Sans', 'Liberation Sans', Verdana, 'Verdana Ref', sans-serif;
	color: #999999;
	text-align: justify;
	line-height: 22px;
    margin-top: 0px;
}

div#outer {
    width: 1100px;
    height: 790px;
	background-color:#FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

/* HEADER */

div#title {
    width: 571px;
	height: 44px;
	float: left
}

/* NAVIGATION */

#navigation {
	float: right;
	width: 529px;
	margin: 0 0 0 0;
	padding: 0;	
}

#nav {
	margin: 0;
	padding: 0;
	height: 44px;
	list-style: none;
	display: block;
	overflow: hidden;
	float: right;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 44px 0 0 0;
	overflow: hidden;
	height: 0px; !important; /* for most browsers */
	height: /**/ :44px; /* for IE5/Win */
}

#nav a:hover  {
	background-position: 0 -44px;
}
	
#nav a:active, #nav a.selected  {
	background-position: 0 -44px;
}

#link1 a {
	width: 77px;
	background-image: url(graphics/editorial.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#link2 a {
	width: 162px;
	background-image: url(graphics/interiors.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#link3 a {
	width: 98px;
	background-image: url(graphics/events.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#link4 a {
	width: 100px;
	background-image: url(graphics/landscapes.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#link5 a {
	width: 92px;
	background-image:url(graphics/recent.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* CONTENT */

div#main {
    width: 1100px;
	height: 600px;
	float: left;
}

div#homeslide {
    width: 1100px;
	height: 340px;
	float: left;
	margin-top: 20px
}

div#hometext1 {
    width: 340px;
	height: 270px;
	float: left;
	padding-right:30px;
	margin-top: 20px
}
div#hometext2 {
    width: 342px;
	height: 270px;
	float: left;
	padding-left:8px;
	padding-right:8px;
	margin-top: 20px
}
div#hometext3 {
    width: 340px;
	height: 270px;
	float: left;
	padding-left:30px;
	margin-top: 20px
}

div#infobar {
    width: 1098px;
	height: 63px;
	float: left;
	border-width:1px;
	border-top-style:dotted;
	text-align:left;

}
div#telephone {
    width: 240px;
	height: 44px;
	float: left;
	margin-top: 10px

}
div#email {
    width: 260px;
	height: 44px;
	float: left;
	margin-top: 10px
}
div#skype {
    width: 200px;
	height: 63px;
	float: left;
}

div#copyright {
    width: 240px;
	height: 44px;
	float: right;
	text-align:right;
	margin-top: 10px
}

div#galleries {
    width: 1100px;
	height: 650px;
}


.limetext {
	font-size:14px;
	color: #b3de00;
}

.limetextbold {
	font-size:14px;
	color: #b3de00;
	font-weight: bold;
}

a:link {
	color: #b3de00;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}
a:visited {
	color: #b3de00;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}
a:hover {
	color: #b3de00;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}
a:active {
	color: #b3de00;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}

.centeredImage
    {
    text-align:center;
    margin-top:8px;
    margin-bottom:8px;
    padding:0px;
    }
	

