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

/*************************************************************************/
/****                      Reset css                                  ****/
/****            http://meyerweb.com/eric/tools/css/reset/            ****/
/*                         v1.0 | 20080212                            ****/
/*************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background-color:transparent; border:0; margin:0; font-size:100%;outline:0; padding:0; vertical-align:baseline;line-height:145%;
}

body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
/*table {border-collapse: collapse; border-spacing: 0;}*/



/*************************************************************************/
/****                     960.cs  http://960.gs/                      ****/
/*************************************************************************/
.container_12 {margin-left:auto; margin-right:auto;width:960px;}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6,
.grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {display:inline; float:left; margin-left:10px; margin-right:10px; }

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 60px;}
.container_12 .grid_2 {width: 140px;}
.container_12 .grid_3 {width: 220px; }
.container_12 .grid_4 {width: 300px;}
.container_12 .grid_5 {width: 380px;}
.container_12 .grid_6 {width: 460px;}
.container_12 .grid_7 {width: 540px;}
.container_12 .grid_8 {width: 620px;}
.container_12 .grid_9 {width: 700px;}
.container_12 .grid_10 {width: 780px;}
.container_12 .grid_11 {width: 860px;}
.container_12 .grid_12 {width: 940px;}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left: 80px;}
.container_12 .prefix_2 {padding-left: 160px;}
.container_12 .prefix_3 {padding-left: 240px;}
.container_12 .prefix_4 {padding-left: 320px;}
.container_12 .prefix_5 {padding-left: 400px;}
.continer_12 .prefix_6 {padding-left: 480px;}
.container_12 .prefix_7 {padding-left: 560px;}
.container_12 .prefix_8 {padding-left: 640px;}
.container_12 .prefix_9 {padding-left: 720px;}
.container_12 .prefix_10 {padding-left: 800px;}
.container_12 .prefix_11 {padding-left: 880px;}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right: 80px;}
.container_12 .suffix_2 {padding-right: 160px;}
.container_12 .suffix_3 {padding-right: 240px;}
.container_12 .suffix_4 {padding-right: 320px;}
.container_12 .suffix_5 {padding-right: 400px;}
.container_12 .suffix_6 {padding-right: 480px;}
.container_12 .suffix_7 {padding-right: 560px;}
.container_12 .suffix_8 {padding-right: 640px;}
.container_12 .suffix_9 {padding-right: 720px;}
.container_12 .suffix_10 {padding-right: 800px;}
.container_12 .suffix_11 {padding-right: 880px;}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {left: 80px;}
.container_12 .push_2 {left: 160px;}
.container_12 .push_3 {left: 240px;}
.container_12 .push_4 {left: 320px;}
.container_12 .push_5 {left: 400px;}
.container_12 .push_6 {left: 480px;}
.container_12 .push_7 {left: 560px;}
.container_12 .push_8 {left: 640px;}
.container_12 .push_9 {left: 720px;}
.container_12 .push_10 {left: 800px;}
.container_12 .push_11 {left: 880px;}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {left: -80px;}
.container_12 .pull_2 {left: -160px;}
.container_12 .pull_3 {left: -240px;}
.container_12 .pull_4 {left: -320px;}
.container_12 .pull_5 {left: -400px;}
.container_12 .pull_6 {left: -480px;}
.container_12 .pull_7 {left: -560px;}
.container_12 .pull_8 {left: -640px;}
.container_12 .pull_9 {left: -720px;}
.container_12 .pull_10 {left: -800px;}
.container_12 .pull_11 {left: -880px;}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {clear:both; display:block; height:0; overflow:hidden; visibility:hidden; width: 0;}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.clearfix:after {clear: both;content: ' ';display: block;font-size: 0;height: 0;line-height: 0;visibility: hidden;width: 0;}
.columnBreaker {clear:both; height:0px; line-height:0px; padding-bottom:12px; width:100%;}
.clearColumnBreaker {clear:both; height:0px; line-height:0px; width:100%;}

/* The following zoom:1 rule is specifically for IE6 + IE7. Move to separate stylesheet if invalid CSS is a problem.*/
* html .clearfix,
*:first-child+html .clearfix {zoom: 1;}

body
{
	background-color: #FFF;
	margin-top: 20px;
	font-family: Helvetica, Arial;
}

p
{
	font-size: 14px;
	color: #000;
}

h1
{
	font-size: 32px;
	color: #52131B;
}

h2
{
	font-size: 26px;
	color: #8D101E;
}

h3
{
	font-size: 24px;
}

h4
{
	font-size: 20px;
	color: #52131B;
}

h4 a:link, h4 a:visited, h4 a:active
{
	font-size: 20px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 14px;
}

ul
{
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	list-style-position: inside;
	margin-left: 10px;
	margin-bottom: 10px;
}

ul li
{
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin-left: 15px;
	line-height: 1.5em;
	list-style-image: url(../images/site/bullet01.png);
	margin-bottom: 5px;
}

ol
{
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	list-style-position: inside;
	margin-left: 10px;
}

ol li
{
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin-left: 15px;
	line-height: 1.5em;
	list-style-type: decimal;
}

hr
{
	color: #fff;
	width: 360px;
}


a:link, a:visited, a:hover, a:active
{
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #900;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#wrapper
{
	border: 2px solid #C00;
	-moz-border-radius: 15px;
	min-height: 500px;
	background-image: url(../images/site/art_bg01.jpg);
	box-shadow: 3px 3px 5px rgba(40,47,29,0.8);
	-moz-box-shadow: 3px 3px 5px rgba(40,47,29,0.8);
	-webkit-box-shadow: 3px 3px 5px rgba(40,47,29,0.8);
}

#header
{
	height: 135px;
	background: url(../images/site/logo.png) no-repeat;
	margin-top: 10px;
}

#headerText
{
	float: right;
	padding: 10px;
}

#headerText p
{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#nav
{
	height: 30px;
	background-color: #2B0A0D;
	-moz-border-radius: 10px;
	margin-bottom: 10px;
}

#nav ul li
{
	list-style: none;
	float: left;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	padding: 4px 30px 5px;
	position: relative;
	font-weight: bold;
	border-right: 1px solid #fff;
	display: block;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active
{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#nav ul li ul
{
	display: none;
	position: absolute;
	left: -11px;
	top: 30px;
}

#nav ul li:hover ul
{
	display: block;
}

#nav ul li ul li
{
	display: block;
	padding: 2px 10px;
	background-color: #F00;
	border-bottom: 1px solid #2B0A0D;
	border-left: 0;
	border-right: 0;
	width: 180px;
	font-size: 12px;
	z-index: 100;
}

#nav ul li ul li a:link, #nav ul li ul li a:visited, #nav ul li ul li a:hover, #nav ul li ul li a:active
{
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	display: block;
}

#nav ul li ul li:hover
{
	display: block;
	background-color: #A00F20;
}

#art
{
	background-color: #fff;
	/*background: -webkit-gradient(linear, left bottom, left bottom, from(#E1B7BC), to(#ffffff));
	background: -moz-linear-gradient(top,  #E1B7BC,  #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1B7BC', endColorstr='#ffffff');*/
	-moz-border-radius: 10px;
	padding: 10px;
	color: #000;
	width: 598px;
	min-height: 500px;
	box-shadow: 3px 3px 5px rgba(40,47,29,0.8);
	-moz-box-shadow: 3px 3px 5px rgba(40,47,29,0.8);
	-webkit-box-shadow: 3px 3px 5px rgba(40,47,29,0.8);
	border: 1px solid;
}

#art p, #art ul
{
	margin-bottom: 10px;
}

#right
{
	background-color: transparent;
	-moz-border-radius: 10px;
	padding: 10px;
	color: #000;
	width: 280px;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#aaa));
	background: -moz-linear-gradient(top,  #fff,  #aaa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#aaaaaa');*/
	box-shadow: 3px 3px 5px rgba(40,47,29,0.8);
	-moz-box-shadow: 3px 3px 5px rgba(40,47,29,0.8);
	-webkit-box-shadow: 3px 3px 5px rgba(40,47,29,0.8);
}

.rightInnerBox
{
	width: 244px;
	min-height: 330px;
	padding: 15px;
	-moz-border-radius: 10px;
	border: 1px solid;
	background-color: #fff;
	box-shadow: 3px 3px 5px rgba(40,47,29,0.5);
	-moz-box-shadow: 3px 3px 5px rgba(40,47,29,0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(40,47,29,0.5);
	margin-bottom: 10px;
}

.rightInnerBox p
{
	font-size: 12px;
}

#right a:link, #right a:visited
{
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#right a:hover, #right a:active
{
	font-weight: bold;
	color: #A60F1F;
}

#slideshow
{
    position: relative;
    height: 175px;
	width: 595px;
}

#slideshow IMG
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

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

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

#lightbox
{
	width: 600px;
	float: left;
}

#lightbox ul
{
	list-style: none;
}

#lightbox ul li
{
	list-style: none;
	float: left;
	margin: 10px 0 0 10px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 80px; 
	float: right;
	height: 30px;
	margin-bottom: 10px;
	background-image: url(../images/site/lightboxClose.jpg);
	background-repeat: no-repeat;
}

#footer
{
	background-color: #fff;
	padding: 10px;
	text-align: center;
	margin: 15px 0 0;
}

#footer p
{
	font-size: 10px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active
{
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

.qst
{
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-weight: bold;
}

#testimonials
{
	width: 250px;
}

ul#testimonials
{
	margin: 0;
}

#testimonials .slide
{
	list-style: none;
	margin: 0;
} 

blockquote
{
	font-size: 12px;
	color: #333;
}

.name
{
	color: #900;
}

input, textarea
{
	border: #4F0000 1px solid;
	margin-bottom: 10px;
}

fieldset
{
	padding-top: 10px;
}

input:focus, textarea:focus
{
	border: 1px solid red;
}

form
{
	font-size: 10px;
}

.clients ul li
{
	font-size: 12px;
	list-style: none;
	margin: 0;
	color: #300;
}