/* -------------------------------------------------------------------------------------------- */
/* MAIN DIVS BELOW
/* -------------------------------------------------------------------------------------------- */
html, body {
	margin:0;
	height:100%;
}
html {
	background: #FFF url(_img/slices/tile_checker_bg.gif) repeat top left;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #000;
}
#header {
	height: 154px;
	margin: 0 10px;
	padding: 0;
}
#flashHeader{ /* ie 6 */
	margin: 0 10px;
	padding: 0;
	height: 209px;
}
*:lang(en) #flashHeader{ /* ff */
	margin: 0 10px;
	height: 209px;
}
#bodyPage{ /* all browsers */
	position: relative;
	height: 100%;
	min-height: 100%;
	border-right:none;
	width: 926px;
	margin: 0 auto -47px auto;
	background: #FFF url(_img/slices/tile_page_bg.gif) repeat-y top center;
}
* html #bodyPage{
	height:100%;
}
body>#bodyPage {
	height:auto;
}
#bodyPageCopy { /* all browsers */
	float: left;
	margin: 30px 0 0px 30px;
	width: 600px;
	overflow: visible;
}
* html #bodyPageCopy { /* combat ie 3 pixel jog */
	height:1%;
}
html>body #bodyPageCopy{ /* ie 7 & ff */
	margin: 30px 0 0px 60px;
}
*:lang(en) #bodyPageCopy{ /* ff */
	margin: 30px 0 0px 60px;
}
html>body #bodyPage{
	height:auto;
}
#footer {
	position:relative;
	height: 37px;
	width: 800px;
	margin: 0 auto 5px auto;
	font-size: 10px;
	color: #666;
	background: #EEE;
	clear: both;
}
#clearfooter{ /*needed to make room for footer*/
	clear:both;
	height:62px;
}
#bodyPageNav { /* all browsers */
	margin: 21px 0 0 680px;
	width: 193px;
	color: #EE8;
	background: url(_img/slices/tile_side_bg.jpg) repeat-y top left;
}
*:lang(en) #bodyPageNav{ /* ie 7 & ff */
	width: 193px;
	margin: 21px 0 0 680px;
}
html>body #bodyPageNav{ /* ff */
	width: 193px;
	margin: 21px 0 0 680px;
}
#pad { margin: 0 0 0 20px; 
}
/* -------------------------------------------------------------------------------------------- */
/* HEADER BELOW
/* -------------------------------------------------------------------------------------------- */
#headerLogo{ /* ie 6 */
	width: 244px;
	height: 134px;
	margin: 0 0 0 0;
	padding: 20px 0 0 30px;
	float: left
}
*:lang(en) #headerLogo { /*ie7 ff*/
	margin: 0 0 0 0;
}
#headerTopText{
	position: relative;
	float: right;
	padding: 11px 60px 0 0;
}
#headerTopText h1{
	color: #DDD;
}
/* HEADER NAV BELOW */
#headerNav{ /* ie 6 , ie 7 & ff*/
	position: relative;
	float: right;
	width: 540px;
	padding: 80px 0px 0px 0px;
}
html>body #headerNav { /* ie 7 & ff*/
	margin: 0 35px 0 0;
}
*:lang(en) #headerNav{ /* ff */
	margin: 0 60px 0 0; 
}
#headerNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#headerNav li {
	float: left;
	padding: 0;
	margin: 0;
}
#headerNav li a:link, #headerNav li a:visited { /* ie & safari*/
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
*:lang(en) #headerNav li a:link, *:lang(en) #headerNav li a:visited { /*Firefox*/
	padding: 0 0 0 10px;
}
#headerNav li a:hover {
	color: #333;
}
body#home li.home a:link, body#home li.home a:visited, body#about li.about a:link, body#about li.about a:visited, body#portfolio li.portfolio a:link, body#portfolio li.portfolio a:visited, body#specials li.specials a:link, body#specials li.specials a:visited, body#contact li.contact a:link, body#contact li.contact a:visited, {
	color: #333;
}
/* -------------------------------------------------------------------------------------------- */
/* FLASH HEADER BELOW
/* -------------------------------------------------------------------------------------------- */
#flashSquare{
	position: relative;
	float: left;
	width: 244px;
	height: 209px;
	margin: -3px 0 0 15px;
	padding: 0 0 0 0;
}
html>body #flashSquare{ /* ie 7 & ff*/
	margin: 0 0 0 30px;
}
*:lang(en) #flashSquare{ /* ff */
	margin: 0 0 0 30px;
}
#flashRect{
	position: relative;
	float: right;
	width: 631px;
	height: 209px;
	margin: -3px 0 0 0px;
	padding: 0 0 0 0;
}
html>body #flashRect{ /* ie7 * ff */
	margin: 0 0 0 0;
}
*:lang(en) #flashRect{ /* ff */
	margin: 0px 0 0 0;
}
/* -------------------------------------------------------------------------------------------- */
/* SIDE KEYWORDS BELOW
/* -------------------------------------------------------------------------------------------- */
#keywordBox{ /* all browsers */
	width: 192px;
	height: 111px;
	margin: 0 0 0 1px;
	padding: 17px 0 0 8px;
	font-size:13px;
	line-height:18px;
	color: #FFF;	
	background: url(_img/slices/grey_info_box.jpg) no-repeat;
}
*:lang(en) #keywordBox{ /* ff */
	padding: 5px 0 0 8px;
}
#keywordBox ol{ /* all browsers */
	list-style: disc;
}
#keywords{
	padding: 0 0 0 24px;
	font-size: 12px;
	font-weight: bold;
	line-height: 5px;
	color: #666;
}
#keywords h2{
	font-size: 12px;
	font-weight: bold;
	line-height: 5px;
	color: #005A55;
}
*:lang(en) #keywords h2{ /* ff */
	padding: 0 0 7px 0;
}
#keywords h3{ /* all browsers */
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 18px 0;
	line-height: 0px;
}
html>body #keywords h3{ /* ie7 * ff */
	margin: 0 0 18px 0;
}
*:lang(en) #keywords h3{ /* ff */
	margin: 0 0 18px 0;
}
/* -------------------------------------------------------------------------------------------- */
/* PAGE COPY BELOW
/* -------------------------------------------------------------------------------------------- */
#bodyPageCopy p {
	font-size: 12px;
	font-weight:normal;
	line-height: 16px;
	color: #333;
}
.bodyPageCopy2 {
	padding-left:25px
}
#bodyPageCopy img {
	padding: 0 0 0px 0;
}
#quote_form strong{
	line-height:30px;
	font-size:11px;
	color:#333;
}
#bodyPageCopy label {
	font-size: 12px;
	color: #333;
	line-height: 30px;
}
#bodyPageCopy td{
	padding: 0 2px;
	margin: 0 0 0 0;
}
#orangeHeading{
	font-size: 18px;
	font-weight:bold;
	color: #FF6600;
	margin: 0px 0px 20px 0px;
}
#orangeHeading2{
	font-size: 12px;
	font-weight:bold;
	color: #FF6600;
}
#greenHeading{
	font-size: 12px;
	font-weight:bold;
	color: #005A55;
}
.imgH1{
	margin: 0 0 21px 0;
}
.imgH2{
	margin: 0 21px 0 0;
}
.imgH1home{
}
.pMid{
	margin: 0 0 21px 0;
}
.pEnd{
		margin: 0 0 41px 0;
}
.pEnd2{
	margin: 0 0 26px 0;
}
.pEnd3{
	vertical-align:top;
}
.pEndTable{
	margin: 0 0 15px 0;
}
.table001{
	border: 1px solid #ccc;
	background: white;
}
.table001 h1{
	font-size: 16px;
	font-weight: normal;
	color: white;
	padding: 0 0;
	margin: 10px 0;
}
.table001 h2{
	font-size: 14px;
	font-weight: normal;
	color: #333;
	padding: 1px 0;
	margin: 0 0;
}
.table001 img{
	padding: 0 0 0 0;
	margin: 0 0;
}
.table001 ul{
	margin: 18px 0 20px 10px;
	list-style: none;
}
html>body .table001 ul{ /* ie7 * ff */
	margin: 18px 0 20px 10px;
}
*:lang(en) .table001 ul{ /* ff */
	margin: 18px 0 20px -26px;
}
.table001 ul li, #tableInnerBCS ul li, .bodyList ul li{
	line-height: 16px;
	font-size: 12px;
	padding: 0 0 0 25px;
	background: url(_img/slices/bullet_about.gif) no-repeat 0 50%;
}
.tableInner {
	border: 1px solid #ccc;
}
.portfolioPics{
	width: 600px;
}
.portfolioPics img{
	margin: 0px 8px 8px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ccc;
}
#bcs{
	position: relative;
	width: 470px;
	height: 139px;
	padding: 0;
	margin: -5px 0 0 -19px;
	background: url(_img/slices/business_card_specials.gif);
}
#bcsGradient{
	width: 439px;
	border: 1px solid #999;
	padding: 4px 0;
	margin: 0 0 5px 0;
	font-size: 10px;
	font-weight: bold;
	color: #ccc;
	line-height: 14px;
	text-align: center;
	background: #4b8789 url(_img/slices/tile_business_card.gif) repeat-x top left;
}
#tableInnerBCS{
	width: 439px;
	padding: 0px 0px;
	border: 1px solid #ccc;
}
#tableInnerBCS p{
	padding: 5px 35px 5px 22px;
}
#tableInnerBCS li{
	list-style: none;
	margin: 0 0 0 -14px;
}
.bodyList ul{ /* all browsers */
	color: #333;
	margin: 0 0 0 5px;
	list-style: none;
}
html>body .bodyList ul{ /* ie7 * ff */
	margin: 0 0 0 5px;
}
*:lang(en) .bodyList ul{ /* ff */
	margin: -20px 0 0 -30px;
}
.contactBold{
	font-size: 14px;
	font-weight:bold;
	line-height: 17px;
	color: #333;
}
.thin{
	width: 100px;
}
.wide{
	width: 282px;
}
#pinkBadge{
	position: relative;
	top: -82px;
	left: 244px;
	margin: 0 0 -86px 0;
	width:  91px;
	height: 88px;
	background: url(_img/slices/badge_about.jpg);
}
#gctb{
	position: relative;
	top: -82px;
	left: 300px;
	margin: 0 0 -86px 0;
	width:  91px;
	height: 88px;
	background: url(_img/slices/badge_about.jpg);
}
#lizard{
	position: relative;
	top: -20px;
	left: 100px;
	margin: 0 0 -80px 0;
	width:  163px;
	height: 149px;
	background: url(_img/slices/lizard.gif);
}
.sidePic{
	width: 200px;
	height: 110px;
	margin: 0 0 20px 25px;
	border: 1px solid #ccc;
}
/* -------------------------------------------------------------------------------------------- */
/* IMAGES BELOW
/* -------------------------------------------------------------------------------------------- */
a img {
	border: none;
}
img.screenshot {
	position: relative;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 10px;
}
/* -------------------------------------------------------------------------------------------- */
/* FOOTER BELOW
/* -------------------------------------------------------------------------------------------- */
#footer p{
	margin: 0 0 -4px 0;
}
#footer a:link, #footer a:visited{
	text-decoration: underline;
	color: #666;
}
#footer a:hover, #footer a:active{
	text-decoration: underline;
	color: #333;
}
#footerLeft{
	float: left;
	width: 226px;
	padding: 2px 0 0 18px;
	margin: 2px 0 0 2px;
	height: 34px;
	background: url(_img/slices/tile_footer_bg.gif) repeat-x bottom left;
}
html>body #footerLeft{ /* ie7 * ff */
	width: 226px;
}
*:lang(en) #footerLeft{ /* ff */
	width: 226px;
}
#footerRight{
	width: 532px;
	padding: 4px 0 0 14px;
	margin: 0px 0 0 248px;
	height: 34px;
	background: url(_img/slices/tile_footer_bg.gif) repeat-x bottom left;
}
html>body #footerRight{ /* ie7 * ff */
	width: 536px;
}
*:lang(en) #footerRight{ /* ff */
	width: 536px;
}
/* -------------------------------------------------------------------------------------------- */
/* GENERAL BELOW
/* -------------------------------------------------------------------------------------------- */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
a:link, a:visited { /* ie & safari*/
	color: #FCO/*666*/;
}
a:hover {
	color: #FCO/*333*/;
}
.hidden {
	display: none;
}
