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

body{
	background-color:#fff;
	padding:0px;
	margin:0px;
	font-family:Calibri;
	font-size:25px;
	text-align:center;
	line-height:24px;
	color:#494949;
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-x

	
	
}

* {
	margin:0;
	padding:0;
}
/*
a{
	color:#647B8C;
}

a:hover {
	text-decoration:none;

}
*/



p {
	margin-bottom: 15px;
	
}

h1 {
	color: #93A985;
	font-weight: normal;
	font-size: 40px;
}

h2 {
	color: #102610;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	letter-spacing: 0.5px;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 0;
	border-bottom:1px solid #C8D1BA;
}

h3 {
	color: #93A985;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 10px;
}

h4 {
	padding-bottom: 10px;
	font-size: 15px;
	color: #999;
}

h5 {
	padding-bottom: 10px;
	font-size: 13px;
	color: #999;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}


#wrapper{
	/*width:960px;
	margin:0 auto;
	background-color:#FFFFFF;
	border-style:outset;*/
	  background: #Ffffff;
  width: 960px;
  margin: 10px auto 5px auto;
  padding: 0;
  position: relative;
  border-right: 15px solid #333;
  border-left: 15px solid #333;
  border-top: 10px solid #333;
  border-bottom: 15px solid #333;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  box-shadow: #333 0px 1px 3px;
}

#header{
	width:960px;
	height:143px;
	padding:0px;
	background-image: url(images/bg-background.jpg);
	/*box-shadow: 10px 10px 5px #888888;*/
}

#logo{
	float:left;
	clear:none;
	margin-left: 40px;
}
#logo h1 {
border-bottom:0 none;
color:#93A985;
font-size:44px;
font-family:Georgia, "Times New Roman", Times, serif;
margin:0;
padding:0 0 0 26px;
text-transform:none;
line-height:1em;
}
.logo-colour {
	color:#647B8C;

}
/*#menu{
	background:#93A985;
	width:960px;
	height:40px;
	margin-top:0px;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu ul li{
	list-style:none;
	float:left;
	clear:none;
	margin-left:1px;
	margin-top:5px;
}

#menu ul li a{
	display:block;
	width:125px;
	height:27px;
	text-decoration:none;
	font-size:13px;
	cursor:pointer;
	text-align:center;
	color:#ffffff;
	padding-top:4px;
}

#menu ul li a:hover, #menu ul li.active a{
	text-decoration:underline;
}*/
#menu, #menu ul {
	list-style:none;
	padding:0;
	margin:0;
	z-index: 1;
	text-align: center;
	/*font-style: inherit;*/
	
	
	
}
#menu li {
	float:left;
	position:relative;
	/*line-height: 4.5em;*/
	width: 192px;
	line-height: 60px;
	
	
}
#menu li ul {
	position:absolute;
	margin-top:-1em;
	margin-left:.5em;
	display:none;
	
	
}
#menu ul li ul {
	margin-top:0em;
	margin-left:0em;
	
}
#menu a {
	display:block;
	/*border-right:1px solid #fff;*/
	background-image:url(images/buttongradient.png);
	/*background-color:#93A985;*/
	
	color:white;
	padding:0 10px;
	font-family:Calibri;
	font-size: large;
	text-decoration:none;	/*font-weight: 500;*/
}
#menu a:hover {
	background-image:url(images/hovergradient.png);
	text-align: center;
	color:#fff;
	font-family: Calibri;
	font-weight: 900;
	
	
}
#menu ul {
	border-top:1px solid #fff;
	
}
#menu ul a {
	/*border-right:none;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;*/
	
	/*background-image:url(images/buttongradient.png);*/
}
/* SHOW SUBMENU 1 */
#menu li:hover ul, #menu li.over ul {
	display:block;
	
}
#menu li:hover ul ul, #menu li.over ul ul {
	display:none;
}
/* SHOW SUBMENU 2 */
#menu ul li:hover ul, #menu ul li.over ul {
	display:block;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#content{
	background:#fff;
	padding:20px 0px 20px 0px;
	width:960px;
	float:left;
}

#main{
	float:right;
	clear:none;
	width:605px;
	/*margin:0 0 0 15px;*/
	margin-right:15px;
	padding:0;
}

#sidebar{
	float:left;
	clear:none;
	width:280px;
	margin:0 15px 0 10px;
	padding:10px;
	background-color:#F3F5F0;
}

#sidebar h4 {
	border-bottom:1px solid #C8D1BA;
	color:#93A985;
	font-size:20px;

}



#bottom {
	margin-top:5px; 
	width:605px;
	

}

.sub_title{
	color:#93A985;
	font-size:20px;
	font-weight:bold;
}

.latestcol-inner{

}

.latestcol-inner a{
	font-weight:bold;
}

#divider{
	background:#C8D1BA;
	height:1px;
	margin-bottom:15px;
}

#latestprods {
	width:930px;

}

.latestcol{
	float:left;
	clear:none;
	margin-right:52px;
	margin-bottom:0px;
	padding:3px;
	width:157px;
}

.latestcol-last{
	margin-right:0px;
}

.more_btn{
	text-align:right;
	margin-top:10px;
}

.more_btn a {
	color:#FFFFFF;
	background-color:#93A985;
	padding:5px 25px;
	-moz-border-radius:8px;

}

#footer{
	background:#fff;
	font-size:11px;
	padding:7px 15px 0px 15px;
	margin-bottom:40px;
	color:#444;
	text-align:center;
	border-top:1px solid #C8D1BA;
}

#footer a{
	font-size:11px;
	color:#444;
}







/*default CSS for SAG scroller*/

.sagscroller{
width: 200px;  /*default width of scroller*/
height:250px;
overflow:hidden;
position:relative;
border:7px solid #333;
border-radius: 8px; /*css3 round corners*/
-moz-border-radius: 8px; /*css3 round corners*/
-webkit-border-radius: 8px; /*css3 round corners*/
}

.sagscroller a{
font-weight:bold;
}

.sagscroller ul{
position:absolute;
margin:0;
padding:0;
background:white;
list-style:none;
width: 100%;
}

.sagscroller ul li{
display:block;
}

.sagscroller ul li .rsscontent{ /*div containing body of each RSS entry*/
font-size:90%;
}

.sagscroller ul li .rsslabel{ /*div containing label of each RSS entry*/
margin-top:5px;
background: #eee;
font-size:12px;
clear: both;
}

.phildoh
{
	float:right;
	clear:none;
	margin-right: 40px;
	margin-top:20px;
}
.side-inner
{
	margin-right:15px;
	float:right;
	color:#CCC;
}
.wew
{
	text-align: justify;
	text-justify: newspaper;
}
a
{
	float: left;
    width: 25%;
    height: 25%;
    position: relative;
    border: 1px solid #333;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a img
{
	display: block;
    width: 100%;
    height: 100%;
    -webkit-transition-property: width, height; /* we specify, what properties we need to change*/
    -webkit-transition-duration: 100ms; /* we specify, with what speed it is necessary to return an image in its initial look*/
    -moz-transition-property: width, height;
    -moz-transition-duration: 100ms;
    -o-transition-property: width, height;
    -o-transition-duration: 100ms;
    position: absolute;
    /*opacity: 0.3;*/ /* add opacity*/
    cursor: pointer;
}
a:after
{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    /*content: "Studio.com";*/
    color: #eaeaea;
    font-family: "Trebuchet MS";
    font-size: 16px;
    /*opacity: 0.5;*/
}
a:focus img
{
	 width: 250%; /* we increased an image to this size */
    height: 250%;
    position: absolute;
    opacity: 1; /* transparency is not needed */
    z-index: 1; /* for a photo to enlarge over all images */
    -moz-box-shadow: 0 0 15px 2px #000;
    -webkit-box-shadow: 0 0 15px 2px #000;
    box-shadow: 0 0 15px 2px #000; /* we add some beauty */
    -webkit-transition-property: width, height; /* we decrease the image */
    -webkit-transition-duration: .5s; /* we specify, with what speed it is necessary to increase an image */
    -webkit-transition-delay: 0.1s; /* as a browser will process it, before enlarging a photo */
    -moz-transition-property: width, height;
    -moz-transition-duration: .5s;
    -moz-transition-delay: 0.1s;
    -o-transition-property:width, height;
    -o-transition-duration: .5s;
    -o-transition-delay: 0.1s;
    cursor: default;
}
a:nth-child(4n+4) img, a:nth-child(4n+3) img{
    right: 0;
} /* every fourth element starting with 3rd and 4th will be enlarged from the right border of browser window */
a:nth-child(n+9) img{
    bottom: 0;
} /* all elements, starting with the ninth will begin to enlarge upwards */
.closed{
    display: none;
}
a:focus~.closed{
    display: block;
}
.gallery {
margin: 20px auto;
width: 1000px;
height: 640px;
position: relative;
}
input[type="submit"] {
background: #295E29 url(/images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;
}