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

body {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#Header   {
	float: left;
	height: 80px;
	width: 100%;
	background-color: #FFF;
}
#Header  .Inner{
	height: 80px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#Header #Logo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-top: 36px;
}
#Header    #Nav{
	float: right;
	clear: right;
}
#Header  #Nav   ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#Header   #Nav   li{
	float: left;
	display: list-item;
	clear: right;
}
#Nav a {
	float: right;
}
#Nav  a#BtnHello {
	background-image: url(Images/Navigation/Hello.gif);
	height: 32px;
	width: 58px;
	padding-top: 40px;
	background-position: bottom;
	background-repeat: no-repeat;
}
#Nav  a#BtnHello:hover   {
	background-image: url(Images/Navigation/HelloOver.gif);
}
#Nav a#BtnHelloActive {
	background-image: url(Images/Navigation/HelloOver.gif);
	height: 32px;
	width: 58px;
	padding-top: 5px;
	margin-top: 35px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #EAEAEA;
}


#Nav a#BtnAbout{
	background-image: url(Images/Navigation/About.gif);
	height: 32px;
	width: 60px;
	padding-top: 40px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#Nav a#BtnAbout:hover {
	background-image: url(Images/Navigation/AboutOver.gif);
}
#Nav a#BtnAboutActive {
	background-image: url(Images/Navigation/AboutOver.gif);
	height: 32px;
	width: 60px;
	padding-top: 5px;
	margin-top: 35px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #EAEAEA;
}

#Nav a#BtnSolutions{
	background-image: url(Images/Navigation/Solutions.gif);
	height: 32px;
	width: 88px;
	padding-top: 40px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#Nav a#BtnSolutions:hover {
	background-image: url(Images/Navigation/SolutionsOver.gif);
}
#Nav a#BtnSolutionsActive {
	background-image: url(Images/Navigation/SolutionsOver.gif);
	height: 32px;
	width: 88px;
	padding-top: 5px;
	margin-top: 35px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #EAEAEA;
}

#Nav a#BtnPortfolio{
	background-image: url(Images/Navigation/Portfolio.gif);
	height: 32px;
	width: 88px;
	padding-top: 40px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#Nav a#BtnPortfolio:hover {
	background-image: url(Images/Navigation/PortfolioOver.gif);
}
#Nav a#BtnPortfolioActive {
	background-image: url(Images/Navigation/PortfolioOver.gif);
	height: 32px;
	width: 88px;
	padding-top: 5px;
	margin-top: 35px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #EAEAEA;
}

#Nav a#BtnContact{
	background-image: url(Images/Navigation/Contact.gif);
	height: 32px;
	width: 74px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 40px;
}
#Nav a#BtnContact:hover {
	background-image: url(Images/Navigation/ContactOver.gif);
}
#Nav a#BtnContactActive {
	background-image: url(Images/Navigation/ContactOver.gif);
	height: 32px;
	width: 74px;
	padding-top: 5px;
	margin-top: 35px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #EAEAEA;
}
#SplashHello {
	height: 400px;
	width: 100%;
	background-repeat: no-repeat;
	float: left;
	background-position: center 0px;
	background-color: #FFF;
	background-image: url(Images/Shared/Splashes/Solutions.jpg);
}
#SplashAbout {
	height: 200px;
	width: 100%;
	background-image: url(Images/Shared/Splashes/About.jpg);
	background-repeat: no-repeat;
	float: left;
	background-position: center 0px;
}
#SplashSolutions {
	height: 400px;
	width: 100%;
	background-image: url(Images/Shared/Splashes/SkyGrass.jpg);
	background-repeat: no-repeat;
	float: left;
	background-position: center 0px;
}
#SplashPortfolio {
	height: 400px;
	width: 100%;
	background-image: url(Images/Shared/Splashes/LetsCreate.jpg);
	background-repeat: no-repeat;
	float: left;
	background-position: center 0px;
}
#SplashContact {
	height: 200px;
	width: 100%;
	background-image: url(Images/Shared/Splashes/Contact.jpg);
	background-repeat: no-repeat;
	float: left;
	background-position: center 0px;
}


.SplashInner     {
	height: 400px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.SplashInner .Solutions {
	float: left;
	height: 110px;
	width: 940px;
	margin-top: 150px;
}
.SplashInner .Solutions .Column {
	float: left;
	height: 110px;
	width: 300px;
}
.SplashInner .Solutions .Spacer {
	float: left;
	height: 110px;
	width: 10px;
}
.SplashInner .Solutions img {
	margin-bottom: 10px;
}

#Content {
	width: 100%;
	float: left;
	margin-bottom: 40px;
	margin-top: 40px;
}
#Content .Inner{
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#Content .Hello  {
	background-repeat: repeat;
	width: 580px;
	float: left;
	color: #333;
	padding: 10px;
}
#Content .Latest  {
	width: 280px;
	margin-bottom: 20px;
	float: left;
	margin-left: 20px;
	padding: 10px;
	color: #666;
}
#Content .About {
	width: 580px;
	margin-bottom: 20px;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	color: #333;
	padding-top: 10px;
}
#Content .SideMenu {
	width: 300px;
	margin-bottom: 20px;
	float: left;
	color: #666;
	margin-top: 60px;
	margin-left: 20px;
}
#Content .SideMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#Content .SideMenu ul li {
	width: 280px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	display: block;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#Content .SideMenu ul li img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Content .SideMenu ul li#ActiveItem {
	width: 280px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	display: block;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F5F5F5;
	margin: 0px;
}
#Content .SideMenuBlack {
	width: 280px;
	margin-bottom: 20px;
	float: left;
	margin-left: 20px;
	color: #FFF;
	margin-top: 70px;
	background-color: #474747;
	font-size: 0.9em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#Content .SideMenuBlack img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 5px;
	margin-bottom: 5px;
}
#Content .SideGallery {
	width: 290px;
	margin-bottom: 20px;
	float: left;
	margin-left: 20px;
	color: #FFF;
	margin-top: 70px;
	background-color: #474747;
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#Content .SideGallery img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 5px;
	margin-bottom: 5px;
}
#Content .About form {
	background-color: #F5F5F5;
	margin-top: 50px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
}
#Content .Inner .About textarea {
	width: 98%;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #333;
}
#Content .Inner .About select {
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	width: 100%;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.0em;
	color: #333;
	font-weight: bold;
}
#Content .Inner .About #ePhone, #Content .Inner .About #eName, #Content .Inner .About #eMail {
	width: 98%;
	border: 1px solid #CCC;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	background-color: #F5F5F5;
	color: #333;
}
#Content #Map {
	float: left;
	margin-left: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F5F5F5;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	margin-top: 185px;
	opacity: .5;

	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#Content #Map:hover {
	opacity: .9;

	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=99);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
}


#Footer {
	float: left;
	width: 100%;
	background-color: #EAEAEA;
	background-image: url(Images/Shared/Splashes/Footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 650px;
}
#Footer .Inner{
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 120px;
	padding-bottom: 50px;
	height: 480px;
}
#Footer #Upper {
	float: left;
	height: 180px;
	width: 920px;
	font-size: 0.9em;
	padding-top: 40px;
	padding-bottom: 20px;
	color: #999;
}
#Footer #Upper a {
	color: #999;
	text-decoration: none;
}
#Footer #Upper a:hover {
	color: #666;
}

#Footer #Upper img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#Footer #Lower {
	float: left;
	width: 920px;
	margin-top: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 0.9em;
	color: #999;
}
#Footer #Lower a {
	color: #999;
	text-decoration: none;
}
#Footer #Lower a:hover {
	color: #666;
}

#Footer #Lower .Copytext {
	font-size: 0.8em;
	color: #999;
}
#Footer #Lower table {
	float: left;
}
#Footer #Lower #FooterLogo{
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #E9E9E9;
	float: left;

}
#Content .BoxLeft {
	float: left;
	width: 100%;
	font-size: 0.9em;
}
#Content .BoxLeft a {
	color: #333;
	text-decoration: none;
}
#Content .BoxLeft a:hover {
	text-decoration: underline;
}
#Content .TitleSingleLine {
	width: 280px;
	margin-left: -10px;
	margin-top: -10px;
	padding: 10px;
	float: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	text-align: right;
	color: #666;
}
#Content .TitleSingleLine img    {
	margin-right: 10px;
	float: left;
}
#Content .TitleDouble {
	width: 580px;
	margin-left: -10px;
	float: left;
	text-align: left;
	color: #333;
	font-weight: bold;
	margin-top: -5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#Content .TitleDouble img {
	margin-right: 10px;
	float: left;
}
