/*
Theme Name: Rachael
Theme URI: http://www.rachaelburns.net/
Description: Design based on Gudgeon branding and Dormand design built by Rachael Burns
Version: 1.0
Author: Rachael Burns
Author URI: http://www.rachaelburns.net/
Tags: blue, silver, white, two-columns, fixed-width, right-sidebar, fixed-width, custom-header, threaded-comments, sticky-post, rtl-language-support, translation-ready
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7D7D7D;
	background-image:url(../../../../images/BACKGROUND.gif);
		margin:0;
	padding:0;
}

#page {
	/*background-color: white;
	border: 1px solid #959596;
	text-align: left;*/
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}



/* Begin Structure */


#jobtext {
	width:250px;
	float:right;
	clear:right;
}

#jobimages {
	width:615px;
	float:left;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	color:#E20C1B;
	background-color:#E20C1B;
	height:1px;
	border:none;
	margin-bottom:15px;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: left;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: left;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */

/*h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}*/

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}



h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


.moretext {
   width: 94px; 
   height: 23px;
   display:inline;
   }
   
   


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	padding-bottom:20px;
	margin: 0 10px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
/*


.next {
	float: right;
	}

.previous {
	float: left;
	}*/
	
	

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: left;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: left;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}



a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: left;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



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


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7D7D7D;
	background-image:url(../../../../images/BACKGROUND.gif);
		margin:0;
	padding:0;
}


#wrapper {
	width:990px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:100%;
	height:200px;
	
}

#navwrapper {
	width:448px;
	height:210px;
	float:left;
	padding-top:15px;
	background-image:url(../../../../images/HEADER_s1.gif);
	background-repeat:no-repeat;
}


#logo {
	width:538px;
	float:left;
}



#maininfo {
	width:878px;
	margin-left:83px;
	color:#939393;
	clear:both;
}

#textwrap{
	width:610px;
	height:auto;
}

#texta {
	width:880px;
	height:auto;
	float:left;
	line-height:1.5em;
	font-size:15px
}



#read_more {
	display:inline;
}

.largetitle {
	font-size:35px;
	font-weight:normal;
	color:#D7000F;
	line-height:normal;
	padding:0px;
	margin:0px;
}

h1 {
	font-size:35px;
	font-weight:normal;
	color:#D7000F;
	line-height:normal;
	padding:0px;
	margin:0px;
}

h2 {
	font-size:25px;
	font-weight:normal;
	color:#D7000F;
	line-height:normal;
	margin-bottom:0px;
	padding-bottom:0px;
}

h3 {
	font-size:20px;
	font-weight:normal;
	color:#D7000F;
	line-height:normal;
}


h5 {
	font-size:11px;
	font-weight:normal;
	line-height:normal;
}

/*
a:hover {
	text-decoration:none;
	color:#D7000F;
}

a:link, a:visited {
	background-color:#D7000F;
	text-decoration:none;
	color:#ffffff;
}*/

body#home a:link, body#home a:visited {
	text-decoration:none;
	color:#D7000F;
}

body#home a:hover {
	background-color:#D7000F;
	color:#ffffff;
}

.medium {
	font-size:15px;
	font-weight:normal;
	line-height:1.8em;
}



.quote {
	font-size:15px;
	color:#D7000F;
	line-height:1.8em;
}

.quotemarks {
	font-size:50px;
color:#D7000F;
}


#textb {
	width:290px;
	height:180px;
	float:left;
}


#textc {
	width:300px;
	height:180px;
	float:right;
}


#nav1 {
	
	width:148px;
	float:left;
	height: 100%;

}

#nav2 {
	
	width:300px;
	float:right;
	
	height: 100%;

}

#bottomwrap {
	height:auto;
}

#bottomleftblock {
	width:310px;
	float:left;
}


#bottomrightblock {
	float:left;
	width:650px;
	padding-bottom:40px;
	line-height:1.5em;
	font-size:13px
}


#feattags {
	padding-top:5px;
}

#featmore {
	padding-top:5px;
}


#footer {
	width:960px;
}

#footerleft {
	float:left;
	width:310px;
	height:109px;
	
}

#footerright {
	float:right;
	width:650px;
	height:109px;
	background-image:url(../../../../images/footer_grey_s1_s1.gif);
	color:#FFF;
}


.footerlink:link, .footerlink:visited {
	text-decoration:none;
	color:#FFFFFF;
}

.footerlink:hover {
	background-color:#D7000F;
	color:#ffffff;
}

#mainnav {
	list-style: none;
	padding: 0;
	height: 78px;
	display: inline;
	overflow: hidden;
	background-repeat:no-repeat;
	width:148px;
}

#mainnav li {margin: 0; padding: 0;display: inline;list-style-type: none;}
#mainnav a {float: left;padding: 26px 0 0 0;overflow: hidden;height: 0px; height:26px; height: 0px !important;}
#mainnav a:hover {background-position: 0 -33px;}
#mainnav a:active, #nav a.selected {background-position: 0 -33px;}


#secondnav {
	list-style: none;
	padding: 0;
	height: 156px;
	display: inline;
	overflow: hidden;
	background-repeat:no-repeat;
	width:226px;
}

#secondnav li {margin: 0; padding: 0;display: inline;list-style-type: none;}
#secondnav a {float: left;padding: 26px 0 0 0;overflow: hidden;height: 0px; height:26px; height: 0px !important;}
#secondnav a:hover {background-position: 0 -33px;}
#secondnav a:active, #nav a.selected {background-position: 0 -33px;}


/* NAV 1 */

#nav1 a:link {
	text-decoration: none;
	width:148px;


}
#nav1 a:visited {
	text-decoration: none;
	width:148px;


}
#nav1 a:hover {
	text-decoration: none;
	width:148px;

}


/* NAV 2 */


#nav2 a:link {
	text-decoration: none;
	width:226px;


}
#nav2 a:visited {
	text-decoration: none;
	width:226px;


}
#nav2 a:hover {
	text-decoration: none;
	width:226px;

}

/* NAVIGATION STYLES---------------------------------------------------------------------------------------
*/

/* photography nav */

body#photography #nhome a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/HOME_PHOTO.png) no-repeat left top;}

body#photography #nabout a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/ABOUT_PHOTO.png) no-repeat left top;}

body#photography #ncontact a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/CONTACT_PHOTO.png) no-repeat left top;}

body#photography #nmultimedia a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/MULTIMEDIA_PHOTO.png) no-repeat left top;}

body#photography #nshowreel a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/SHOWREEL_PHOTO.png) no-repeat left top;}

body#photography #nanimation a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/ANIMATIONS_PHOTO.png) no-repeat left top;}

body#photography #nphotography a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PHOTO_OVER.png) no-repeat left top;}

body#photography #npresentation a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PRESENTATIONS_PHOTO.png) no-repeat left top;}

body#photography #nwebstuff a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/FLASH_PHOTO.png) no-repeat left top;}


body#photography #nhome a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/HOME_OVER.png) no-repeat left top;}

body#photography #nabout a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/ABOUT_OVER.png) no-repeat left top;}

body#photography #ncontact a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/CONTACT_OVER.png) no-repeat left top;}

body#photography #nmultimedia a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/MULTIMEDIA_OVER.png) no-repeat left top;}

body#photography #nshowreel a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/SHOWREEL_OVER.png) no-repeat left top;}

body#photography #nanimation a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/ANIMATIONS_OVER.png) no-repeat left top;}

body#photography #npresentation a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PRESENTATIONS_OVER.png) no-repeat left top;}

body#photography #nwebstuff a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/FLASH_OVER.png) no-repeat left top;}


/* end */

/* about nav */

body#about #nhome a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/HOME_ABOUT.png) no-repeat left top;}

body#about #nabout a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/ABOUT_OVER.png) no-repeat left top;}

body#about #ncontact a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/CONTACT_ABOUT.png) no-repeat left top;}

body#about #nmultimedia a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/MULTIMEDIA_ABOUT.png) no-repeat left top;}

body#about #nshowreel a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/SHOWREEL_ABOUT.png) no-repeat left top;}

body#about #nanimation a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/ANIMATIONS_ABOUT.png) no-repeat left top;}

body#about #nphotography a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PHOTO_ABOUT.png) no-repeat left top;}

body#about #npresentation a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PRESENTATIONS_ABOUT.png) no-repeat left top;}

body#about #nwebstuff a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/FLASH_ABOUT.png) no-repeat left top;}


body#about #nhome a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/HOME_OVER.png) no-repeat left top;}

body#about #nabout a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/ABOUT_OVER.png) no-repeat left top;}

body#about #ncontact a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/CONTACT_OVER.png) no-repeat left top;}

body#about #nmultimedia a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/MULTIMEDIA_OVER.png) no-repeat left top;}

body#about #nshowreel a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/SHOWREEL_OVER.png) no-repeat left top;}

body#about #nanimation a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/ANIMATIONS_OVER.png) no-repeat left top;}

body#about #npresentation a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PRESENTATIONS_OVER.png) no-repeat left top;}

body#about #nwebstuff a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/FLASH_OVER.png) no-repeat left top;}

body#about #nphotography a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PHOTO_OVER.png) no-repeat left top;}

/* end */

/* presentations nav */

body#presentation #nhome a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/HOME_PRES.png) no-repeat left top;}

body#presentation #nabout a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/ABOUT_PRES.png) no-repeat left top;}

body#presentation #ncontact a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/CONTACT_PRES.png) no-repeat left top;}

body#presentation #nmultimedia a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/MULTIMEDIA_PRES.png) no-repeat left top;}

body#presentation #nshowreel a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/SHOWREEL_PRES.png) no-repeat left top;}

body#presentation #nanimation a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/ANIMATIONS_PRES.png) no-repeat left top;}

body#presentation #nphotography a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PHOTO_PRES.png) no-repeat left top;}

body#presentation #npresentation a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PRESENTATIONS_OVER.png) no-repeat left top;}

body#presentation #nwebstuff a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/FLASH_PRES.png) no-repeat left top;}


body#presentation #nhome a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/HOME_OVER.png) no-repeat left top;}

body#presentation #nabout a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/ABOUT_OVER.png) no-repeat left top;}

body#presentation #ncontact a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/CONTACT_OVER.png) no-repeat left top;}

body#presentation #nmultimedia a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/MULTIMEDIA_OVER.png) no-repeat left top;}

body#presentation #nshowreel a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/SHOWREEL_OVER.png) no-repeat left top;}

body#presentation #nanimation a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/ANIMATIONS_OVER.png) no-repeat left top;}

body#presentation #npresentation a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PRESENTATIONS_OVER.png) no-repeat left top;}

body#presentation #nwebstuff a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/FLASH_OVER.png) no-repeat left top;}

body#presentation #nphotography a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PHOTO_OVER.png) no-repeat left top;}

/* end */


/* web nav */

body#web #nhome a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/HOME_WEB.png) no-repeat left top;}

body#web #nabout a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/ABOUT_WEB.png) no-repeat left top;}

body#web #ncontact a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/CONTACT_WEB.png) no-repeat left top;}

body#web #nmultimedia a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/MULTIMEDIA_WEB.png) no-repeat left top;}

body#web #nshowreel a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/SHOWREEL_WEB.png) no-repeat left top;}

body#web #nanimation a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/ANIMATIONS_WEB.png) no-repeat left top;}

body#web #nphotography a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PHOTO_WEB.png) no-repeat left top;}

body#web #npresentation a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PRESENTATIONS_WEB.png) no-repeat left top;}

body#web #nwebstuff a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/FLASH_OVER.png) no-repeat left top;}


body#web #nhome a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/HOME_OVER.png) no-repeat left top;}

body#web #nabout a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/ABOUT_OVER.png) no-repeat left top;}

body#web #ncontact a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/CONTACT_OVER.png) no-repeat left top;}

body#web #nmultimedia a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/MULTIMEDIA_OVER.png) no-repeat left top;}

body#web #nshowreel a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/SHOWREEL_OVER.png) no-repeat left top;}

body#web #nanimation a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/ANIMATIONS_OVER.png) no-repeat left top;}

body#web #npresentation a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PRESENTATIONS_OVER.png) no-repeat left top;}

body#web #nwebstuff a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/FLASH_OVER.png) no-repeat left top;}

body#web #nphotography a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PHOTO_OVER.png) no-repeat left top;}

/* end */


/* showreel nav */

body#showreel #nhome a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/HOME_SHOW.png) no-repeat left top;}

body#showreel #nabout a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/ABOUT_SHOW.png) no-repeat left top;}

body#showreel #ncontact a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/CONTACT_SHOW.png) no-repeat left top;}

body#showreel #nmultimedia a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/MULTIMEDIA_SHOW.png) no-repeat left top;}

body#showreel #nshowreel a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/SHOWREEL_OVER.png) no-repeat left top;}

body#showreel #nanimation a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/ANIMATIONS_SHOW.png) no-repeat left top;}

body#showreel #nphotography a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PHOTO_SHOW.png) no-repeat left top;}

body#showreel #npresentation a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PRESENTATIONS_SHOW.png) no-repeat left top;}

body#showreel #nwebstuff a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/FLASH_SHOW.png) no-repeat left top;}


body#showreel #nhome a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/HOME_OVER.png) no-repeat left top;}

body#showreel #nabout a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/ABOUT_OVER.png) no-repeat left top;}

body#showreel #ncontact a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/CONTACT_OVER.png) no-repeat left top;}

body#showreel #nmultimedia a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/MULTIMEDIA_OVER.png) no-repeat left top;}

body#showreel #nshowreel a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/SHOWREEL_OVER.png) no-repeat left top;}

body#showreel #nanimation a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/ANIMATIONS_OVER.png) no-repeat left top;}

body#showreel #npresentation a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PRESENTATIONS_OVER.png) no-repeat left top;}

body#showreel #nwebstuff a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/FLASH_OVER.png) no-repeat left top;}

body#showreel #nphotography a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PHOTO_OVER.png) no-repeat left top;}

/* end */


/* animations nav */

body#animation #nhome a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/HOME_ANIM.png) no-repeat left top;}

body#animation #nabout a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/ABOUT_ANIM.png) no-repeat left top;}

body#animation #ncontact a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/CONTACT_ANIM.png) no-repeat left top;}

body#animation #nmultimedia a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/MULTIMEDIA_ANIM.png) no-repeat left top;}

body#animation #nshowreel a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/SHOWREEL_ANIM.png) no-repeat left top;}

body#animation #nanimation a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/ANIMATIONS_OVER.png) no-repeat left top;}

body#animation #nphotography a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PHOTO_ANIM.png) no-repeat left top;}

body#animation #npresentation a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PRESENTATIONS_ANIM.png) no-repeat left top;}

body#animation #nwebstuff a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/FLASH_ANIM.png) no-repeat left top;}


body#animation #nhome a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/HOME_OVER.png) no-repeat left top;}

body#animation #nabout a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/ABOUT_OVER.png) no-repeat left top;}

body#animation #ncontact a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/CONTACT_OVER.png) no-repeat left top;}

body#animation #nmultimedia a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/MULTIMEDIA_OVER.png) no-repeat left top;}

body#animation #nshowreel a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/SHOWREEL_OVER.png) no-repeat left top;}

body#animation #nanimation a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/ANIMATIONS_OVER.png) no-repeat left top;}

body#animation #npresentation a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PRESENTATIONS_OVER.png) no-repeat left top;}

body#animation #nwebstuff a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/FLASH_OVER.png) no-repeat left top;}

body#animation #nphotography a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PHOTO_OVER.png) no-repeat left top;}

/* end */


/* multimedia nav */

body#multimedia #nhome a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/HOME_MM.png) no-repeat left top;}

body#multimedia #nabout a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/ABOUT_MM.png) no-repeat left top;}

body#multimedia #ncontact a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/CONTACT_MM.png) no-repeat left top;}

body#multimedia #nmultimedia a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/MULTIMEDIA_OVER.png) no-repeat left top;}

body#multimedia #nshowreel a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/SHOWREEL_MM.png) no-repeat left top;}

body#multimedia #nanimation a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/ANIMATIONS_MM.png) no-repeat left top;}

body#multimedia #nphotography a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PHOTO_MM.png) no-repeat left top;}

body#multimedia #npresentation a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PRESENTATIONS_MM.png) no-repeat left top;}

body#multimedia #nwebstuff a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/FLASH_MM.png) no-repeat left top;}


body#multimedia #nhome a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/HOME_OVER.png) no-repeat left top;}

body#multimedia #nabout a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/ABOUT_OVER.png) no-repeat left top;}

body#multimedia #ncontact a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/CONTACT_OVER.png) no-repeat left top;}

body#multimedia #nmultimedia a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/MULTIMEDIA_OVER.png) no-repeat left top;}

body#multimedia #nshowreel a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/SHOWREEL_OVER.png) no-repeat left top;}

body#multimedia #nanimation a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/ANIMATIONS_OVER.png) no-repeat left top;}

body#multimedia #npresentation a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PRESENTATIONS_OVER.png) no-repeat left top;}

body#multimedia #nwebstuff a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/FLASH_OVER.png) no-repeat left top;}

body#multimedia #nphotography a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PHOTO_OVER.png) no-repeat left top;}

/* end */

/* home nav */

body#home #nhome a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/HOME_OVER.png) no-repeat left top;}

body#home #nabout a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/ABOUT_HOME.png) no-repeat left top;}

body#home #ncontact a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/CONTACT_HOME.png) no-repeat left top;}

body#home #nmultimedia a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/MULTIMEDIA_HOME.png) no-repeat left top;}

body#home #nshowreel a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/SHOWREEL_HOME.png) no-repeat left top;}

body#home #nanimation a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/ANIMATIONS_HOME.png) no-repeat left top;}

body#home #nphotography a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PHOTO_HOME.png) no-repeat left top;}

body#home #npresentation a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PRESENTATIONS_HOME.png) no-repeat left top;}

body#home #nwebstuff a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/FLASH_HOME.png) no-repeat left top;}


body#home #nhome a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/HOME_OVER.png) no-repeat left top;}

body#home #nabout a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/ABOUT_OVER.png) no-repeat left top;}

body#home #ncontact a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/CONTACT_OVER.png) no-repeat left top;}

body#home #nmultimedia a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/MULTIMEDIA_OVER.png) no-repeat left top;}

body#home #nshowreel a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/SHOWREEL_OVER.png) no-repeat left top;}

body#home #nanimation a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/ANIMATIONS_OVER.png) no-repeat left top;}

body#home #npresentation a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PRESENTATIONS_OVER.png) no-repeat left top;}

body#home #nwebstuff a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/FLASH_OVER.png) no-repeat left top;}

body#home #nphotography a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PHOTO_OVER.png) no-repeat left top;}

/* end */


/* contact nav */

body#contact #nhome a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/HOME_CONTACT.png) no-repeat left top;}

body#contact #nabout a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/ABOUT_CONTACT.png) no-repeat left top;}

body#contact #ncontact a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/CONTACT_OVER.png) no-repeat left top;}

body#contact #nmultimedia a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/MULTIMEDIA_CONTACT.png) no-repeat left top;}

body#contact #nshowreel a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/SHOWREEL_CONTACT.png) no-repeat left top;}

body#contact #nanimation a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/ANIMATIONS_CONTACT.png) no-repeat left top;}

body#contact #nphotography a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PHOTO_CONTACT.png) no-repeat left top;}

body#contact #npresentation a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PRESENTATIONS_CONTACT.png) no-repeat left top;}

body#contact #nwebstuff a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/FLASH_CONTACT.png) no-repeat left top;}


body#contact #nhome a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/HOME_OVER.png) no-repeat left top;}

body#contact #nabout a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/ABOUT_OVER.png) no-repeat left top;}

body#contact #ncontact a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/CONTACT_OVER.png) no-repeat left top;}

body#contact #nmultimedia a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/MULTIMEDIA_OVER.png) no-repeat left top;}

body#contact #nshowreel a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/SHOWREEL_OVER.png) no-repeat left top;}

body#contact #nanimation a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/ANIMATIONS_OVER.png) no-repeat left top;}

body#contact #npresentation a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PRESENTATIONS_OVER.png) no-repeat left top;}

body#contact #nwebstuff a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/FLASH_OVER.png) no-repeat left top;}

body#contact #nphotography a:hover {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PHOTO_OVER.png) no-repeat left top;}

/* end */



body#home #nhome a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/HOME_OVER.png) no-repeat left top;}

body#about #nabout a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/ABOUT_OVER.png) no-repeat left top;}

body#contact #ncontact a {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/CONTACT_OVER.png) no-repeat left top;}

body#multimedia #nmultimedia a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/MULTIMEDIA_OVER.png) no-repeat left top;}

body#showreel #nshowreel a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/SHOWREEL_OVER.png) no-repeat left top;}

body#animation #nanimation a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/ANIMATIONS_OVER.png) no-repeat left top;}

body#web #nweb a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/FLASH_OVER.png) no-repeat left top;}

body#photography #nphotography a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PHOTO_OVER.png) no-repeat left top;}

body#presentation #npresentation a {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PRESENTATIONS_OVER.png) no-repeat left top;}

/* nav */


#nhome a:hover  {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/HOME_OVER.png) no-repeat left top;}

#nabout a:hover {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/ABOUT_OVER.png) no-repeat left top;}

#ncontact a:hover  {width: 148px; height:26px; background: url(../../../../images/NAVIGATION/CONTACT_OVER.png) no-repeat left top;}

#nmultimedia a:hover  {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/MULTIMEDIA_OVER.png) no-repeat left top;}

#nshowreel a:hover  {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/SHOWREEL_OVER.png) no-repeat left top;}

#nanimation a:hover  {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/ANIMATIONS_OVER.png) no-repeat left top;}

#nweb a:hover  {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/FLASH_OVER.png) no-repeat left top;}

#nphotography a:hover  {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PHOTOGRAPHY_OVER.png) no-repeat left top;}

#npresentation a:hover  {width: 226px; height:26px; background: url(../../../../images/NAVIGATION/PRESENTATIONS_OVER.png) no-repeat left top;}


#left_1 {width:150px; float:left;}
#left_2 {width:150px; float:right;}

#right_1 {width:150px; float:left;}
#right_2 {width:150px; float:right;}

#featuredleft {width:315px; float:left;}
#featuredright {width:315px; float:right;}


#spacer {
	height:220px;
}

/* about */


#bottomwrap_about {
	height:230px;
}

#bottomleftblock_about {
	width:310px;
	float:left;
}


#bottomrightblock_about {
	float:right;
	width:670px;
}


#texta_about {
	width:610px;
	height:auto;
	float:left;
}

#textwrap_about{
	width:610px;
	height:100%;
}

body#about h1 {
	font-size:35px;
	font-weight:normal;
	color:#EB0189;
	line-height:normal;
	padding:0px;
	margin:0px;
}

body#about h2 {
	font-size:25px;
	font-weight:normal;
	color:#EB0189;
	line-height:normal;
	margin-bottom:0px;
	padding-bottom:0px;
}

body#about hr {
	display: block;
	color:#EB0189;
	background-color:#EB0189;
	height:1px;
	border:none;
	margin-bottom:15px;
	}

body#about a:hover {
	color:#ffffff;
	background-color:#EB0189;
}


body#about a:link {
	color:#EB0189;
}

body#about .largelinks:visited {
	color:#EB0189;
}

body#about .largelinks:hover {
	color:#ffffff;
	background-color:#EB0189;
}


body#about .largelinks {
	color:#EB0189;
}



.quoteabout {
	font-size:15px;
	color:#EB0189;
	line-height:1.8em;
}

body#about #header a:hover {
	background-color:transparent;
	color:#ffffff;
}



/* photography */


#bottomwrap_photography {
	height:230px;
}

#bottomleftblock_photography {
	width:310px;
	float:left;
}


#bottomrightblock_photography {
	float:right;
	width:670px;
}


#texta_photography {
	width:610px;
	height:auto;
	float:left;
}

#textwrap_photography{
	width:610px;
	height:100%;
}

body#photography h1 {
	font-size:35px;
	font-weight:normal;
	color:#06A8DE;
	line-height:normal;
	padding:0px;
	margin:0px;
}

body#photography h2 {
	font-size:25px;
	font-weight:normal;
	color:#06A8DE;
	line-height:normal;
	margin-bottom:0px;
	padding-bottom:0px;
}

body#photography hr {
	display: block;
	color:#06A8DE;
	background-color:#06A8DE;
	height:1px;
	border:none;
	margin-bottom:15px;
	}

body#photography a:hover {
	color:#ffffff;
	background-color:#06A8DE;
}


body#photography a:link {
	color:#06A8DE;
}

body#photography .largelinks {
	color:#06A8DE;
}



.quotephotography {
	font-size:15px;
	color:#06A8DE;
	line-height:1.8em;
}

body#photography #header a:hover {
	background-color:transparent;
	color:#ffffff;
}





/* mm */

#multimedia h1 {
	font-size:35px;
	font-weight:normal;
	color:#F29400;
	line-height:normal;
	padding:0px;
	margin:0px;
}

#multimedia h2 {
	font-size:25px;
	font-weight:normal;
	color:#F29400;
	line-height:normal;
	margin-bottom:0px;
	padding-bottom:0px;
}

#multimedia hr {
	display: block;
	color:#F29400;
	background-color:#F29400;
	height:1px;
	border:none;
	margin-bottom:15px;
	}

body#multimedia #header a:hover {
	background-color:transparent;
	color:#ffffff;
}

#multimedia a:hover {
	background-color:#F29400;
	color:#ffffff;
}

body#multimedia .largetitle {
	font-size:35px;
	font-weight:normal;
	color:#F29400;
	line-height:normal;
	padding:0px;
	margin:0px;
}


/* web */

body#web h1 {
	font-size:35px;
	font-weight:normal;
	color:#00DDDA;
	line-height:normal;
	padding:0px;
	margin:0px;
}

body#web h2 {
	font-size:25px;
	font-weight:normal;
	color:#00DDDA;
	line-height:normal;
	margin-bottom:0px;
	padding-bottom:0px;
}

body#web hr {
	display: block;
	color:#00DDDA;
	background-color:#00DDDA;
	height:1px;
	border:none;
	margin-bottom:15px;
	}

body#web a:hover {
	background-color:#00DDDA;
	color:#ffffff;
}
body#web .largetitle {
	font-size:35px;
	font-weight:normal;
	color:#00DDDA;
	line-height:normal;
	padding:0px;
	margin:0px;
}

#previous {
	float: right;
	color:#7D7D7D;
	text-decoration:none;
	}

#next {
	float: left;
	color:#7D7D7D;
	text-decoration:none;
	}
	
	body#web #header a:hover {
	background-color:transparent;
	color:#ffffff;
}


/* animation */

body#animation h1 {
	font-size:35px;
	font-weight:normal;
	color:#8BE000;
	line-height:normal;
	padding:0px;
	margin:0px;
}

body#animation h2 {
	font-size:25px;
	font-weight:normal;
	color:#8BE000;
	line-height:normal;
	margin-bottom:0px;
	padding-bottom:0px;
}

body#animation hr {
	display: block;
	color:#8BE000;
	background-color:#8BE000;
	height:1px;
	border:none;
	margin-bottom:15px;
	}

body#animation a:hover {
	background-color:#8BE000;
	color:#ffffff;
}


body#animation .largetitle {
	font-size:35px;
	font-weight:normal;
	color:#8BE000;
	line-height:normal;
	padding:0px;
	margin:0px;
}

body#animation #header a:hover {
	background-color:transparent;
	color:#ffffff;
}

/* presentation */

#presentation h1 {
	font-size:35px;
	font-weight:normal;
	color:#820DEF;
	line-height:normal;
	padding:0px;
	margin:0px;
}

#presentation h2 {
	font-size:25px;
	font-weight:normal;
	color:#820DEF;
	line-height:normal;
	margin-bottom:0px;
	padding-bottom:0px;
}

#presentation hr {
	display: block;
	color:#820DEF;
	background-color:#820DEF;
	height:1px;
	border:none;
	margin-bottom:15px;
	}

body#presentation a:hover {
	background-color:#820DEF;
	color:#ffffff;
}

body#presentation .largetitle {
	font-size:35px;
	font-weight:normal;
	color:#820DEF;
	line-height:normal;
	padding:0px;
	margin:0px;
}

body#presentation #header a:hover {
	background-color:transparent;
	color:#ffffff;
}


/* showreel */

#showreel h1 {
	font-size:35px;
	font-weight:normal;
	color:#F7CD00;
	line-height:normal;
	padding:0px;
	margin:0px;
}

#showreel h2 {
	font-size:25px;
	font-weight:normal;
	color:#F7CD00;
	line-height:normal;
	margin-bottom:0px;
	padding-bottom:0px;
}

#showreel hr {
	display: block;
	color:#F7CD00;
	background-color:#F7CD00;
	height:1px;
	border:none;
	margin-bottom:15px;
	}

#showreel a:hover {
	background-color:#F7CD00;
	color:#ffffff;
}

.showlinks:link, .showlinks:visited {
	color:#7D7D7D;
	text-decoration:none;
}


#showwrap{
	width:610px;
	height:auto;
}

#showa {
	width:500px;
	height:auto;
	float:left;
	line-height:1.5em;
	font-size:15px
}

#showb {
	width:310px;
	height:auto;
	float:right;
	line-height:1.5em;
	font-size:15px
}	
body#showreel #header a:hover {
	background-color:transparent;
	color:#ffffff;
}


/*home */

body#home #header a:hover {
	background-color:transparent;
	color:#ffffff;
}

body#home a:hover {
	color:#ffffff;
	background-color:#E20C1B;
}

body#home a:visited {
	color:#fff;
}

body#home a:link {
	color:#fff;
}

/*photography*/

#slideshow {
    position:relative;
    height:585px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 585px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 585px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}


/* contact */


#bottomwrap_contact {
	height:230px;
}

#bottomleftblock_contact {
	width:310px;
	float:left;
}


#bottomrightblock_contact {
	float:right;
	width:670px;
}


#texta_contact {
	width:610px;
	height:120px;
	float:left;
}

#textwrap_contact{
	width:610px;
	height:100%;
}

body#contact h1 {
	font-size:35px;
	font-weight:normal;
	color:#523BFF;
	line-height:normal;
	padding:0px;
	margin:0px;
}

body#contact h2 {
	font-size:25px;
	font-weight:normal;
	color:#523BFF;
	line-height:normal;
	margin-bottom:0px;
	padding-bottom:0px;
}

body#contact h3 {
	font-size:20px;
	font-weight:normal;
	color:#523BFF;
	line-height:normal;
	margin-bottom:0px;
	padding-bottom:0px;
}

body#contact hr {
	display: block;
	color:#523BFF;
	background-color:#523BFF;
	height:1px;
	border:none;
	margin-bottom:15px;
	}

body#contact a:hover {
	color:#ffffff;
	background-color:#523BFF;
}


body#contact a:link {
	color:#523BFF;
}

body#contact .largelinks {
	color:#523BFF;
}



.quotecontact {
	font-size:15px;
	color:#523BFF;
	line-height:1.8em;
}

body#contact #header a:hover {
	background-color:transparent;
	color:#ffffff;
}
