/* @override http://www.synthesiscreative.com/ndxz-studio/site/sample/style.css */

/* @override http://www.synthesiscreative.com/ndxz-studio/site/sample/style.css */

/* @override http://www.synthesiscreative.com/ndxz-studio/site/sample/style.css */

/* @override http://www.synthesiscreative.com/ndxz-studio/site/sample/style.css */




* {
	margin: 0;
	padding: 0;
}

#header a:hover {
	border-style: none;
	background:none;
}

#header {
	float: left;
	clear: both;
	height: 100px;
	
	width: 100%;
	padding-top: 38px;
	background: #e3ebe5 url(/syn-bg.png) repeat-x 0 bottom;
}

#header img {
		margin: 0 auto 0 67px;
}

body {
	font-size: 12px;
	font-family: Calibri, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none;
	color: #8c8c8c;
}
a:active { text-decoration: none; 
color: #8c8c8c;}
a:visited { text-decoration: none; color: #8c8c8c; }
a:hover {
	background-color: #e6e6e6;
	
}

a img { border: none; }

#menu {
	float: left;
	
   
    height: 100%;
	padding: 0 38px 20px 65px;
	border-right: 1px solid #e9e9e9;
	font-size: 14px;
	margin-top: 32px;
	width: 150px;
}

#menu ul {
	list-style: none;
	border-bottom: 1px dotted #cfcfcf;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	padding-bottom: 14px;
	padding-top: 14px;
}

#menu ul li.section-title {
	font-weight: bold;
	margin-left: 3px;
	color: #56585a;
	margin-bottom: 8px;
	
}

#menu ul li {
	width: 157px;
	cursor: pointer;
}

#menu ul li a{
	display: block;
}

#menu a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
}

#content {
    height: 100%;
    float: left;
	padding: 43px 25px 25px 38px;
	width: 624px;
}

#content a {
	background-color: #f0f0f0;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content img {
	border: 1px solid #cdcdcd;
	margin-top: 6px;
	margin-bottom: 20px;
}

#content a:hover {
	background-color: #d8d8d8;
	}


.container {
    padding: 5px 5px 25px 5px;
}



#content p { width: 580px; margin-bottom: 9px; }

p {
    margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 18px;
}

h1 { font-size: 46px;
	color: #56585a;
	margin: 0 0 -6px;
	letter-spacing: -1px;
}
h2 { font-size: 22px;
	font-weight: bold;
	color: #56585a;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

.blue {
	color: #3fd3ee;
}

.green {
	color: #1fc14f;
}

.red {
	color: #f44e0c;
}


hr {
	height: 1px;

	border-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #cfcfcf;
}
#img-container	{ margin: 0; padding: 0; 
}
#img-container p	{ width: 400px; margin: 0;
	padding: 7px 0 14px;
}

#once { clear: left; }

.noborder {
	border-style: none !important;
}

#home a img:hover{
	/* for IE */
  filter:alpha(opacity=93) !important;
  /* CSS3 standard */
  opacity:0.93 !important;
  moz-opacity: 0.93;
}

#home p a {
	padding: 0;
}

#home p a:hover{
	background-color: #e1e1e1 !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

#home a  {
	background-color: transparent !important;
}

