
/*//// UNIVERSAL  ////*/
* {
	margin: 0px;
	padding: 0px;
	}
a:active{
	outline: none;
	}
a:focus{
	outline: none;
	}
html, body {
	height: 100%
	}
#container {
	position: relative;
	min-height: 100%;
	}
#content {
	width: 940px;
	position: relative;
	margin: auto;
	padding-bottom: 60px;
	overflow: auto;
	}
.pagetitle {
	padding-bottom: 12px;
	}
		
	/* Firefox blue border fix for image links  */
img {
	border: none;
	}

	/*// column 1 //*/
#column1 {
	float: left;
	position: relative;
	width: 300px;
	margin-right: 20px;
	top: 30px;
	}
#column1_clients {
	float: left;
	position: relative;
	width: 160px;
	margin-right: 20px;
	top: 30px;
	}
#column1_clients p.clients {
	line-height: 1.5em;
	}
#column1 p a.nav {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #29505F;
	float: left;
	}
#column1 p a.nav:hover {
	color: #999;
	}
#column1 p a.link {
	text-decoration: none;
	color: #F6931C;
	}
#column1 p a.link:hover {
	color: #DB5921;
	}
	
	/*// column 2 //*/
#column2 {
	float: left;
	position: relative;
	width: 300px;
	margin-right: 20px;
	top: 30px;
	}
#column2_exhibitions {
	float: left;
	position: relative;
	width: 440px;
	margin-right: 20px;
	top: 30px;
	}
#column2_exhibitions p.exhibitions {
	line-height: 1.5em;
	padding-bottom: 8px;
	}
#column2wide {
	float: left;
	position: relative;
	width: 620px;
	margin-right: 0px;
	top: 10px;
	}

	/*// column 3 //*/
#column3 {
	float: left;
	position: relative;
	width: 300px;
	top: 30px;
	}
#column3 p.awards {
	line-height: 1.3em;
	padding-bottom: 8px;
	}

	/*// columns 1,2,3 //*/
#column1 p, #column1_clients p, #column2 p, #column2_exhibitions p, #column3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #555;
	padding-bottom: 12px;
	}



/*////  HEADER  ////*/
#header{
	width: 100%;
	height: 75px;
	background: url(../img/nav_bkg.png) center repeat-x;
	}
#header .content{
	width: 940px;
	position: relative;
	margin: auto;
	}
#logo{
	position: absolute;
	text-indent: -1000px;
	width: 300px;
	height: 75px;
	background: url(../img/nav_name.png) center no-repeat;
	top: 0px;
	left: 0px;
	}
#logo a{
	display: block;
	width: 100%;
	height: 100%;
	}
ul#nav{
	list-style: none;
	position: absolute;
	right: -50px;
	height: 75px;
	width: 610px;
	}
ul#nav.nav_home{
	background: url(../img/nav_home_tab.png) no-repeat;
	}
ul#nav.nav_portfolio{
	background: url(../img/nav_portfolio_tab.png) no-repeat 79px bottom;
	}
ul#nav.nav_blog{
	background: url(../img/nav_contact_tab.png) no-repeat 155px bottom;
	}
ul#nav.nav_about{
	background: url(../img/nav_about_tab.png) no-repeat 280px bottom;
	}
ul#nav.nav_books{
	background: url(../img/nav_books_tab.png) no-repeat 354px bottom;
	}
ul#nav.nav_contact{
	background: url(../img/nav_contact_tab.png) no-repeat 472px bottom;
	}
#nav li{
	display: block;
	float: left;
	margin: 49px 25px 0px;
	height: 14px;
	}
#nav li a{
	display: block;
	height: 14px;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -10000px;
	}
#nav li a:hover{
	background-position: top center;
	}
#nav li.selected a{
	background-position: bottom;
	cursor: default;
	}
#nav_home a{
	width: 38px;
	background-image: url(../img/nav_home.png);
	}
#nav_portfolio a{
	width: 69px;
	background-image: url(../img/nav_portfolio.png);
	}
#nav_blog a{
	width: 33px;
	background-image: url(../img/nav_blog.png);
	}
#nav_about a{
	width: 42px;
	background-image: url(../img/nav_about.png);
	}
#nav_books a{
	width: 40px;
	background-image: url(../img/nav_books.png);
	}
#nav_contact a{
	width: 57px;
	background-image: url(../img/nav_contact.png);
	}


/*//// SUB NAVIGATION ////*/

#subnav {
	position: relative;
	top: 10px;
	width: 940px;
	height: 20px;
	}
#subnav li {
	float: left;
	list-style-type: none;
	display: inline;
	}
#subnav a {
	padding-right: 10px;
	border-right: 1px solid #DDD;
	margin-right: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	}
#subnav a.page {
	border-right: none;
	margin-right: 0px;
	}
#subnav a.selected {
	color: #29505F;
	}
#subnav a:hover {
	color: #29505F;
	}


/*//// FOOTER ////*/

#footer {
	width: 100%;
	height: 25px;
	background: url(../img/footer_bkg.jpg) center repeat-x;
	}
#footer .content {
	position: relative;
	width: 940px;
	margin: auto;
	}
#footer .dblruler {
	position: relative;
	bottom: 7px;
	width: 100%;
	height: 5px;
	background: url(../img/dbl_rule.gif) center repeat-x;
	}
#footer .content p {
	position: absolute;
	width: 940px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 18px;
	}
#footer a {
	text-decoration: none;
	color: #FFF;
	}
#footer a:hover {
	color: #29505F;
	}
#stickyfooter {
    position: absolute;
    bottom: 0;
	width: 100%
	}


/*//// DOUBLE RULE DEVIDOR ////*/

.dblrule {
	width: 100%;
	height: 5px;
	background: url(../img/dbl_rule.gif) center repeat-x;
	}


/*//// HOME PAGE ////*/

   /*// top //*/
#home_container {
	position: relative;
	min-height: 100%;
	background-color: #FFF3D9;
	}
#home_container_top {
	position: relative;
	background: url(../img/slide/slide_bkg.jpg) center bottom repeat-x #FFF;
	}
#content_top {
	width: 940px;
	height: 330px;
	position: relative;
	margin: auto;
}
#slide_nav_lifter {
	}
	
   /*// slider //*/
ul#slide_nav li, ul#portfolio, ul#portfolio-desc {
    list-style: none;
	}
ul#portfolio-desc {
	display: none;
	}

ul#slide_nav {
	position: absolute;
	width: 60px;
	margin-left: 8px;
	margin-top: 4px;
	}
ul#slide_nav li {
	background-image: url(../img/slide/button.png);
	display: block;
	float: left;
	height: 10px;
	list-style: none;
	padding-right: 4px;
	margin: 0px;
	width: 10px;
	}
ul#slide_nav li:hover {
	}
ul#slide_nav li#button_selected {
	background-image: url(../img/slide/button_selected.png);
	}
ul#slide_nav li#button_selected:hover {
	}
#slide_nav li:hover {
	cursor: hand;
	background-image: url(../img/slide/button_selected.png);
	}
#slide_nav li span {
	margin-left: -10000px;
	}
#slide_nav li {
	background-repeat: no-repeat;
	overflow: hidden;
	top: 0px;
	}
ul#portfolio {
	position: absolute;
	top:14px;
	}
ul#portfolio img{
    width: 940px;
    height: 316px;
}
ul#portfolio li img{
}

   /*// bottom //*/
#home_container_bottom {
	position: relative;
	min-height: 100%;
	overflow: auto;
	}
#content_bottom {
	width: 940px;
	position: relative;
	margin: auto;
	padding-bottom: 80px;
	overflow: auto;
	}
#pagehighlights {
	position: relative;
	top: 0px;
	}
#pagehighlights .title {
	padding: 0px 0px 2px 8px;
	}
#pagehighlights li {
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0px 20px 0px 0px;
	width: 300px;
	}
#pagehighlights li#right {
	margin-right: 0px;
	}
#pagehighlights .link {
	display: block;
	width: 284px;
	height: 74px;
	border: 4px solid #FFF;
	margin: 4px;
	}
#left .link {
	background: url(../img/home/home_left_hover.jpg) no-repeat;
	}
#middle .link {
	background: url(../img/home/home_middle_hover.jpg) no-repeat;
	}
#right .link {
	background: url(../img/home/home_right_hover.jpg) no-repeat;
	}
.link a, .link a:link, .link a:visited {
	display: block;
	}
.link a:hover img {
	visibility: hidden;
	}
#pagehighlights p.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #1A5368;
	padding: 0px 2px 0px 8px;
	}



/*////  PORTFOLIO  ////*/

	/*// galleries //*/
#content_portfolio {
	width: 940px;
	position: relative;
	margin: auto;
	padding-bottom: 90px;
	overflow: auto;
	}
#gallery {
	position: relative;
	top: 30px;
	}
#gallery li {
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0 20px 26px 0;
	}
#thumb1, #thumb2, #thumb3, #thumb4, #thumb5, #thumb6 {
	width: 284px;
	height: 194px;
	border: 8px solid #F2F2F2;
	background-image: url(../img/portfolio/p_click.gif);
	}
#gallery li.thumb_last {
	margin-right: 0px;
	}
#gallery li.thumb_bottom {
	margin-bottom: 12px;
	}
#gallery li.thumb_bottom_last {
	margin-right: 0px;
	margin-bottom: 12px;
	}
#gallery li a:hover img {
	filter: alpha(opacity=20);
	opacity: 0.20;
	}
#portfolio_nav_prev {
	position: relative;
	float: left;
	top: 25px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
#portfolio_nav_next {
	position: relative;
	float: right;
	top: 25px;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
#portfolio_nav_prev a, #portfolio_nav_next a {
	text-decoration: none;
	color: #999;
	}
#portfolio_nav_prev a:hover, #portfolio_nav_next a:hover {
	text-decoration: none;
	color: #29505F;
	}

	/*// feature 1 //*/
#get {
	display: block;
	float: left;
	width: 152px;
	height: 85px;
	margin: 10px 0px 0px 140px;
	background: url(../img/portfolio/feature1/feature1_get_btn_hover.jpg) no-repeat;
	}
#get a:hover img {
	visibility: hidden;
	}
#get a, #get a:link, #get a:visited {
	display: block;
	}



/*////  ABOUT  ////*/

	/*//  faq's  //*/
#content_faq{
	position: relative;
	width: 940px;
	margin: auto;
	padding-bottom: 36em;
	background-color: none;
	}
ul#question {
	position: absolute;
	float: left;
	width: 310px;
	top: 50px;
	padding-top: 40px;
	background: url(../img/about/faq_pagetitle.gif) no-repeat;
	list-style: none;
	}
ul#question li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 11px;
	}
ul#question li a {
	text-decoration: none;
	color: #555;
	}
ul#question li a:hover {
	text-decoration: none;
	color: #F6931C;
	}
/* IE solution for head placement
#stickyfooter_head {
    position: absolute;
    bottom: 0;
	width: 100%;
	}
#head{
	position: absolute;
	margin: auto;
	width: 960px;
	height: 492px;
	background: url(../img/about/faq_head.jpg) no-repeat;
	background-position: 340px 0px;
	bottom: 32px;
	} */
/* Firefox/Safari solution for head placement */
#stickyfooter_head {
    position: absolute;
    bottom: 0;
	width: 100%;
	}
#head{
	position: relative;
	margin: auto;
	width: 960px;
	height: 492px;
	background: url(../img/about/faq_head.jpg) no-repeat;
	background-position: 340px 0px;
	bottom: 32px;
	}
ul#answer {
	position: absolute;
	z-index: 4;
	top: 50px;
	left: 320px;
	width: 320px;
	height: 520px;
	list-style: none;
	}
ul#answer .left {
	left: 0px;
	}
ul#answer .middle {
	left: 160px;
	}
ul#answer .right {
	left: 320px;
	}
ul#answer li {
	position: absolute;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	padding: 10px 10px 60px 10px;
	}
ul#answer li p {
	padding-bottom: 8px;
	}
ul#answer li.left {
	background: url(../img/about/faq_box.png) no-repeat bottom;
	}
ul#answer li.middle {
	background: url(../img/about/faq_box2.png) no-repeat bottom;
	}
ul#answer li.right {
	background: url(../img/about/faq_box3.png) no-repeat bottom;
	}	
#answer1,#answer2, #answer3, #answer4, #answer5, #answer6, #answer7, #answer8, #answer9, #answer10, #answer11, #answer12, #answer13, #answer14, #answer15, #answer16 {
	visibility: hidden;
	}

	/* biography  */
#c1_image {
	margin: 10px 0px 30px 0px;
	}
#c2_image {
	margin: 0px 0px 40px 170px;
	}

	/* biography  */
#c3_resume_image {
	position: absolute;
	top: 200px;
	left: 40px;
	}
	
	
/*////  BOOKS  ////*/

#content_books {
	width: 940px;
	position: relative;
	margin: auto;
	padding-bottom: 80px;
	overflow: auto;
	}
	
   /*// feature //*/
#feature {
	position: relative;
	float: left;
	width: 310px;
	top: 50px;
	background-color: #FFF3D9;
	}
#feature .page_title {
	padding-bottom: 20px;
	background-color: #FFFFFF;
	}
#feature .book {
	position: absolute;
	}
#feature .spot {
	margin: 10px;
	border: 2px solid #F6931C;
	}
#feature p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 10px 5px 10px;
	}
#feature p.title {
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
	color: #F6931C;
	}
#feature p.author {
	font-size: 14px;
	color: #F6931C;
	}
#feature p.author a {
	color: #F6931C;
	}
#feature p.author a:hover {
	color: #666;
	}
#feature p.info {
	padding: 10px 20px 0px 0px;
	font-size: 14px;
	font-style: italic;
	color: #777;
	}
#feature .buy {
	display: block;
	position: relative;
	margin: 20px 0px 15px 10px;
	width: 120px;
	height: 25px;
	background: url(../img/books/buy_hover.png) no-repeat;
	}
#feature .buy a:hover img {
	visibility: hidden;
	}
#feature .buy a, #feature .buy a:link, #feature .buy a:visited {
	display: block;
	}

	/*// books //*/
ul#books {
	position: relative;
	top: 50px;
	padding-left: 330px;
	}
#books li {
	position: relative;
	list-style-type: none;
	float: left;
	width: 280px; /* don't forget l/r padding and l/r margin */
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 26px 10px;
	background-color: #FFF;
	border-top: 1px dotted #BBB;
	}
#books li.last {
	padding-bottom: 42px;
	}
#books li.title {
	position: relative;
	float: left;
	width: 540px;
	background-color: #FFF;
	border: none;
	padding: 0px;
	margin: 0px 0px 14px 10px;
	}
#books li img.bookimg {
	width: 104px;
	height: 152px;
	float: left;
	margin-right: 10px;
	}
.amazon a {
	position: absolute;
	display: block;
	top: 132px;
	left: 115px;
	width: 120px;
	height: 25px;
	background: url(../img/books/buy_hover.png) no-repeat;
	}
.amazon a:hover img {
	visibility: hidden;
	}
.amazon a, .amazon a:link, .amazon a:visited {
	display: block;
	}
#books li p.title {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	padding-top: 0px
	}
#books li p.author {
	font: 11px Arial, Helvetica, sans-serif;
	color: #888;
	padding-top: 3px;
	}
#books li p.author a {
	text-decoration: underline;
	color: #888;
	}
#books li p.author a:hover {
	color: #F6931C;
	}
#books li p.publisher {
	font: 11px Arial, Helvetica, sans-serif;
	color: #888;
	padding-top: 15px;
	}


/*////  CONTACT  ////*/

#content_contact {
	width: 940px;
	position: relative;
	margin: auto;
	overflow: auto;
	}
#contact {
	position: absolute;
	top: 40px;
	width: 270px;
	padding: 10px 40px 60px 10px;
	background: url(../img/about/faq_box.png) no-repeat bottom;
	}
#pagetitle_contact_2 {
	padding: 20px 0px 12px 0px;
	}
#contact p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #444;
	}
#contact p.head {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 18px;
	}
#contact p.head a {
	text-decoration: none;
	color: #444;
	}
#contact p.head a:hover {
	text-decoration: none;
	color: #FFF;
	}
#contact p.info {
	font-size: 12px;
	}
#contact p.info2 {
	line-height: 1.4em;
	font-size: 12px;
	}
#contactbkg {
	position: relative;
	width: 940px;
	height: 580px;
	background: url(../img/contact/contact_cans_large.jpg) no-repeat 150px 50px;
	}