@charset "utf-8";

/* commented backslash hack \*/
html, body{height:100%;}
/* end hack */
html,body {margin:0;padding:0}

#outer{
	min-height:100%;
	margin-bottom:-23px;
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4A4A4A;
}

* html #outer{height:100%;}

#footer {
	width:100%;
	clear:both;
	height:18px;
	background-color: #BEBEBE;
	color: #FFFFFF;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 5px;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-bottom: 0px;
}
.footerBarpadding {
	padding-right: 5px;
	padding-left: 5px;
}
#footerV2 {
	width:100%;
	clear:both;
	height:18px;
	background-color: #FFFFFF;
	color: #EEB4B4;
	font-size: 9px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #009999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 3px;
	letter-spacing: 0.1em;
	background-image: url(../images/footer-fade.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#clearfooter{
	clear:both;
	height:18px;
}
.clearfloat {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 0px;
}
p {margin:0 0 .5em 0}


a:link, a:visited {
	color: #990000;
	text-decoration: underline;
} 
a:hover, a:active {
	color: #009999;
	text-decoration: underline;
}

/***************  Header  ***************/

#header {
	padding: 0;
	margin: 0px;
}
#header img {
	padding: 0px;
	margin-top: 43px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/***************  Body Containers  ***************/

#mainContentHome {
	line-height: 19px;
	margin-top: 57px;
	padding-right: 390px;
	padding-bottom: 0;
	padding-left: 47px;
	text-align: justify;
	margin-bottom: 100px;
}
#whatsnew {
	padding-left: 47px;
	margin-bottom: 60px;
}

#mainContentRecent {
	line-height: 19px;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#mainContentPortfolio {
	line-height: 19px;
	padding-left: 47px;
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
}
#mainContent {
	line-height: 19px;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 47px;
	text-align: justify;
}
#mainContentContact {
	line-height: 19px;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 27px;
	text-align: justify;
}
#mainContentHome h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
#mainContent p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#mainContent strong {
	font-size: 14px;
}
#mainContent ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 55px;
	margin-left: 0px;
}
#mainContent li {
	list-style-image: url(../images/bullet-li.gif);
	padding-bottom: 3px;
	color: #009999;
	padding-left: 0px;
	margin-left: 0px;
}

/***************  Body Container Classes for text alignment  ***************/

#mainContent .textServices {
	padding-top: 0;
	padding-right: 355px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: justify;
}
#mainContent .textDifference {
	padding-right: 325px;
}
#mainContent .textAbout {
	padding-right: 322px;
}

/***************  Portfolio Page ***************/

#mainContentPortfoli .portfolio {
	float: right;
	width: 400px;
}
#mainContentPortfolio .portfolioText {
	width: 270px;
	padding-top: 80px;
	text-align: justify;
}
#mainContentPortfolio .portfolioBox {
	float: right;
	width: 470px;
}
.spacePortfolio {
	height: 15px; /*** DO NOT SET THIS HIGHT LESS THAN 15px - necessary for Mac ***/
}

/***************  Background Images  ***************/
.imgHomePage {
	background-image: url(../images/frog-on-rope.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.imgDesignServices {
	background-image: url(../images/frog-on-bamboo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.imgRecentProjects {
	background-image: url(../images/frog-in-cup.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.imgDesignPortfolio {
	background-image: url(../images/frog-on-bromelia.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.imgDifference {
	background-image: url(../images/frog-on-wire.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.imgAboutCA {
	background-image: url(../images/frog-on-rock.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.imgContactCA {
	background-image: url(../images/frog-running.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.imgThankyou {
	background-image: url(../images/frog-google-face.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.img404error {
	background-image: url(../images/frog-and-leaf.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/***************  Navigation Styles  ***************/

#navigation {
	background-image: url(../images/footer-bar.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 47px;
	padding-top: 31px;
	margin: 0px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #999999;
	font-size: 13px;
}
#navigation a {
	color: #009999;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation a:hover, #navigation a:active {
	color: #990000;
	text-decoration: none;
}

/**** <div id="active"><a href="#" id="current"> to use this style ****/
#active a:link, #active a:visited, #active a:hover {
	text-transform: uppercase;
}
#outer #navigation #sharing {
	margin-top: 35px;
}
#outer #navigation #sharing a {
	font-weight: normal;
}



/***************  Ohter ***************/

.tabPanelAlign {
	margin-right: 120px;
	padding-left: 47px;
}
.tabPanelAlign2 {
	margin-right: 145px;
	padding-left: 47px;
}
.floatrt {
	float: right;
}
