@charset "utf-8";
/* ------------------------------------------------------------------------- */
/* ELEMENTS */
body,td,th {
	color: #000;
}
body {
	background-color: #fff;
	color: #000;
	margin:0;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

strong, b{
	font-weight:bold;
}

i, italic, em{
	font-style: italic;
}

p{
	margin-bottom:1.5em;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

h3 {
	font-size: 17px;
	font-style: italic;
	margin-bottom: 8px;
}

/* ------------------------------------------------------------------------- */
/* IDS */
#wrapper {
	margin:0;
}
#pageWrapper{
	width: 804px;
	margin: 0 auto 0 auto;
}

/* ------------------------------------------------------------------------- */
/* HEADING */
#header{
	height: 122px;
	margin-top: 20px;
	border-bottom: 1px solid #000;
}

#headerLogo h1 {
	width: 160px;
	height: 42px;
	background: url(../res/heading-main.png) no-repeat top left;
	margin-bottom: 2px;
}
#headerLogo h1 span {
	display: none;
}

#headerLogo h2 {
	width: 159px;
	height: 43px;
	background: url(../res/heading-sub.png) no-repeat top left;
	margin-bottom: 2px;	
}
#headerLogo h2 span {
	display: none;
}

#headerTop {
	width: 200px;
	float: right;
}

#headerLogo{
}

#headerContact {
}

#headerMenu{
	margin-top: 30px;
	height: 64px;
}

#headerMenu ul {
	width: 100px;
	float: left;
	margin-top: 20px;
}

#headerMenu li {
	display: block;
	width: 100px;
	height: 10px;
	margin-bottom: 6px;
	margin-left: 5px;
}

#headerMenu a{
	font-style: italic;
}

#headerMenu a.selected  {
	color: #BE091E;
}

/* ------------------------------------------------------------------------- */
/* FOOTER */
#beforeFooter {
	clear: both;
}

#footerWrapper{
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 25px;
	border-top: 1px solid #000;
	clear: both;
	margin-top: 40px;
}
#footer{
	text-align: center;
}

#footer a{
	display: block;
	float: left;
	padding: 15px 20px;
}

#createdBy {
	text-align: right;
	float: right;
	background: url(../res/footer-light-creative.png) no-repeat top right;
	width: 200px;
	height: 45px;
	padding-top: 45px;
}

/* ------------------------------------------------------------------------- */
/* MISC CLASSES */
.columnLeft {
	width: 515px;
	margin-right: 35px;
	float: left;
}
.columnRight {
	width: 252px;
	float: left;
}

.columnMultiLeft {
	width: 240px;
	float: left;
	margin-right: 30px;
}

.columnMultiRight {
	width: 240px;
	float: left;
}

.columnMultiLeft h3 {
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	padding-bottom: 6px;
}
.columnMultiRight h3 {
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	padding-bottom: 6px;	
}

.columnMultiLeft p {
	margin-bottom: 2.2em;
}

.columnMultiRight p {
	margin-bottom: 2.2em;
}

.moreLink {
	clear: both;
	float: right;
}

.rightImageList {
	width: 270px;
}

.rightImageList li {
	display: block;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	height: 79px;
	padding: 0;
	background: #eee;
}

.rightImageList a {
	width: 120px;
	height: 79px;
	background: #ccc;
}

.featuredImage {
	margin-bottom: 30px;
}


/* ------------------------------------------------------------------------- */
/* CONTENT */
#content {
	padding-top: 30px;
}

/* ---------------------------------------------------------------------------*/
/* WORK */
.workMainImage {
	margin-bottom: 30px;
}

.workThumbList {
	width: 300px;
}

.workThumbList li {
	display: block;
	float: left;
	width: 75px;
	height: 49px;
	margin-right: 7px;
	margin-bottom: 7px;	
}

/* ------------------------------------------------------------------------- */
/* HOME */
.newsList a {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}

.newsList p {
	margin-bottom:1.5em;
}

/* ------------------------------------------------------------------------- */
/* CATEGORY */
.categoryList {
	width: 825px;
}

.categoryList li {
	display: block;
	float: left;
	width: 250px;
	height: 93px;
	margin-right: 24px;
	margin-bottom: 24px;
}

.categoryList li img {
	display: block;
}

.categoryList li p {
	background: #000;
	color: #fff;
	margin: 0;
	height: 16px;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 3px;
}

/* ------------------------------------------------------------------------- */
/* BLOG */

h3#blogMainHeading
{
	margin-bottom: 25px;
}

h4.blogHeading
{
	font-size: 23px;
	font-style: italic;
	margin-bottom: 0px;	
}

.blogDate
{
	font-size: 12px;
	font-style: italic;
	margin-bottom: 10px;	
	color: #be091e;	
}

.blogBody
{
	margin-bottom: 2.5em;
	font-size: 120%;
}

.blogBody a, .blogBody a:link, .blogBody a:visited {
	text-decoration: none;
	color: #5FACFF;
}

.blogBody a:hover {
	text-decoration: underline;
}

.blogBody ol{
	list-style-type: decimal;
	margin: 1em 0 1em 2em;
}

.blogBody ul{
	list-style-type: disc;
	margin: 1em 0 1em 2em;
}

.blogBody img
{
	margin-top: 1em;
	margin-bottom: 1em;
}

.blogMonthLink
{
	color: #000;
	display: block;
	width: 100%;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 3px;	
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

.blogMonthLink:hover
{
	text-decoration: none;
	border-bottom: 1px solid #be091e;
}

/* ------------------------------------------------------------------------- */
/* CONTACT */

.contactLeft
{
	width: 320px;
	margin-left: 120px;
	padding-top: 40px;
	padding-bottom: 40px;	
}

.contactLeft input
{
	background: #fcf5f5;
	border: 1px solid #ccc;
	padding: 3px 4px;
	width: 240px;
	margin-bottom: 	10px;
	clear:left;
	float:left;
}

.contactLeft textarea
{
	background: #fcf5f5;
	border: 1px solid #ccc;
	padding: 3px 4px;
	width: 240px;
	height: 60px;
	margin-bottom: 	10px;
	clear:left;
	float:left;
}

#contactForm_send
{
	width: 73px;
	height: 22px;	
	margin-left: 177px;
	background: url(../res/grad1.png) repeat-x;
	border: 1px solid #ccc;
}

.contactRight
{
	width: 250px;
	margin-left: -100px;
	margin-top: 25px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.contactRight h4
{
	color: #be091e;
	font-size: 13px;
	margin-bottom: 7px;
}

.contactRight p
{
	font-size: 11.5px;
	font-style: italic;
	line-height: 1.6em;
}

#contactMessage
{
	font-weight: bold;
	margin: 5px 0;
}

#contactErrors
{
	font-weight: bold;
	margin: 5px 0;
	color: #be091e;
}