@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #414141;
}
#page {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#header {
	display: table-cell; 
}
#logo {
	height: 102px;
	vertical-align: absmiddle;
}

.page-area {
	width: 900px;
	text-align: left;
}
#content {
	background-color: #0D0D0B;
}
.aboutus-margin {
	width: 800px;
	text-align: left;
}
#aboutus-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#image-gallery-margin {
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
}





.left {
	float: left;
}

.right {
	float: right;
}

/**************
 * MENU 
 *************/
#menu {
	height: 32px;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	vertical-align:absmiddle;
}
#main-menu {
	margin: 0px;
	padding: 0px;
}

#main-menu li
{
	display: inline;
	list-style-type: none;
	padding:0px;
	margin:0px;
	
}
div#menu-button {
	text-align:center;
	width:180px;
	float: left;
	padding-top:3px;
}
#home-content {
	padding: 10px;
}
#whatsnew-holder {
	padding: 10px;
	width: 520px;
	display:table-cell;
}
ul#whatsnew {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

ul#whatsnew li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#whatsnew-entry-left {
	width: 95px;
	display:table-cell;
}
#whatsnew-entry-date {
	color: #FF0099;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 85px;
}
#whatsnew-entry {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#dashed-line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}




#recommend-holder {
	padding: 10px;
	display:table-cell;
}
#whatsnew-entry-right {
	display:table-cell;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
#whatsnew-entry-title {
	font-weight:bold;
}

#whatsnew-entry-readmore {
	text-align:right;
}
#footer {
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	height: 32px;
	text-align: right;
	vertical-align: middle;
}
#footer span{
	color:#FFFFFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:20px;
}

#image-gallery-column {
	display:table-cell;
}
#image-gallery-column-mid {
	display:table-cell;
	padding-left:60px;
	padding-right:60px;
}

ul#image-gallery-entry {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
ul#image-gallery-entry li{
	margin:0px;
	padding:0px;
	width:186px;
	font-size:12px;
}

#image-gallery-entry-content {
	background-image: url(images/image-content.png);
	background-repeat: repeat-y;
	margin:0px;
	padding:0px;
	height:370px;
}
#image-gallery-entry-header{
	background-image:url(images/image-header.png);
	background-repeat:no-repeat;
	height:13px;
}
#image-gallery-entry-footer{
	background-image:url(images/image-footer.png);
	background-repeat:no-repeat;
	height:13px;
}

#image-gallery-entry-content #image{
	text-align:center;
}
#services-left {
	width: 173px;
	display:table-cell;
}
#contact-left {
	width: 390px;
	display:table-cell;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#contact-right {
	display:table-cell;

}
#services-right {
	display:table-cell;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#image-gallery-entry-content #title{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color:#EC008C;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;

}
#image-gallery-entry-content #description{
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align:justify;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
input, textarea {
	width:90%;
	}.whatsnew-title-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EC008C;
}
.read-more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
