@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-color: #121a45;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}
#menu ul{
	margin:0;
	padding:0;
}
li {
	width:135px;
	height:30px;
	text-align:center;
	overflow:hidden;
	list-style-type: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	}
	
.dotsHome {
	background-image: url(../images/dots-home.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
	
	
/* Layout*/
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}	

#top {
	height: 157px;
	width: 960px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#addThis {
	text-align: right;
	padding-right: 10px;
}

#menu {
	width: 960px;
	height: 35px;
	color: #FFF;
	float: none;
	position: absolute;
	margin-right: auto;
	margin-left: auto;

}

#homeContent {
	height: 412px;
	width: 960px;
	padding-top: 35px;
}

#galleryContent {
	height: 600px;
	width: 960px;
	padding-top: 35px;
}

#homeLeft {
	height: 412px;
	width: 388px;
	background-image: url(../images/bg-home-left.jpg);
	background-repeat: no-repeat;
	float: left;
}
#homeRight {
	height: 412px;
	width: 572px;
	float: right;
	background-image: url(../images/bg-home-right.jpg);
	background-repeat: no-repeat;
}


/*LINKS*/

#menu a:hover {
	color: #4a65fb;
}

#menu a{
	color:#FFF;
	text-decoration:none;
}

a:link {
	color: #4A65FB;
}
a:hover {
	color: #8396ff;
	text-decoration: none;
}
h1 {
	padding-left: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #212E7C;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 22px;
	color: #4A65FB;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: uppercase;
}
h3 {
	color: #1C2A73;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 22px;
}


a:visited {
	color: #4A65FB;
}

a:focus {
	color: #8396ff;
}
a:active {
	color: #8396ff;
}


.blue {
	color: #4a65fb;
}


/*FORMATTING*/

#menu p{
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 5px;
}

#homeContent p {
	padding-left: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 50px;
	line-height: 20px;
	font-weight: normal;
}



/*MENU CLASSES*/

.menuHome {
	background-image: url(../images/bg-home-menu.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.black{
	background-image: url(../images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: center top;

}
.home{width: 100px	width: 77px;
	width: 77px;
}
.about{width: 90px;}

.concept {
	background-image: url(../images/menu-bg-concept.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.products {
	width: 125px;
	background-image: url(../images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}


.gallery {
	width: 112px;
}
.appointment {
	width: 160px;
}

.contact{
	width: 118px;
	text-align: right;
}

    .subtext{
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
    }
	
/*FOOTER INFO*/	
	
#footer {
	height: 20px;
	width: 939px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-top: 5px;
	padding-left: 21px;
	clear: both;
}
.spacing {
	padding-left: 247px;
}
