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

* {
	padding: 0;
	margin: 0;
}
.h1{
	color: #706464;
	padding-left: 10px;
	padding: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #850525;
	padding: 5px 0px 10px 12px;
}
p {
	padding-bottom: 10px;
	color: #666;
	padding-left: 3px;
}
span {
	font-weight: bold;
	font-style: italic;
	color: #903;
}
.block span{
	width: 100px;
}
a	{
	color: #903;
	text-decoration: none;
}
img {
	border:none;
}
a:hover {
	color: #600;
	text-decoration: underline;
}
.clear {
	clear: both;
	background: none;
}
.hand {
	cursor: pointer;
}

/*Page Layout*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-image: url(images/header-repeat.png);
	background-repeat: repeat-x;
}
#mainWrapper {
	margin: auto;
	width: 1050px;
	height: 605px;
}
#main {
	margin: auto;
	overflow: auto;
	width: 1050px;
	height: 530px;
	background-image: url(images/body-repeat.png);
	background-repeat: repeat;
}
#header {
	width: 425px;
	height: 125px;
	margin:0;
	background-image: url(images/aw-logo.png);
	background-repeat: no-repeat;
	padding-left: 625px;
}
#bodyMain{
	background-image: url(images/body-repeat.png);
	background-repeat: repeat;
	margin-bottom: 0px;
}
#mainBlock {
	background-image: url(images/main-image.png);
	background-position: center;
	width: 587px;
	height: 347px;
	margin-top: 20px;
	margin-left: 65px;
	padding-top: 96px;
	padding-left: 360px;
}
#imageScroller {
	width: 342px;
	height: 188px;
}
#mainShadow {
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
	height: 14px;
	padding-bottom: 20px;
}
#indexUl {
	list-style-image: url(images/grid.png);
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#indexUl li {
	padding-top: 10px;
}
/*Page Layout End*/

/*Portfolio Layout*/
#portfolioMain {
	margin: auto;
	overflow: auto;
	width: 1050px;
	height: 1420px;
	background-image: url(images/body-repeat.png);
	background-repeat: repeat;
}
#portfolioMain p {
	padding-left: 12px;
	padding-right: 25px;
}
#olderSite {
	background-image: url(images/moreSites.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 110px;
	width: 469px;
	padding: 45px 0px 0px 5px;
}
/*Portfolio layout ends*/

/*Services Page Layout*/
#servicesBlock {
	background-image: url(images/main-image2b.png);
	background-position: center;
	width: 947px;
	height: 443px;
	margin-top: 20px;
	margin-left: 65px;
}
#servicesMain {
	margin: auto;
	overflow: auto;
	width: 1050px;
	height: 620px;
	background-image: url(images/body-repeat.png);
	background-repeat: repeat;
}
/*Servcies page layout ends*/
 
/*Contact page layout*/
#contactBlock {
	background-image: url(images/main-image2.png);
	background-position: center;
	width: 947px;
	height: 443px;
	margin-top: 20px;
	margin-left: 65px;
}
#contactMain {
	margin: auto;
	overflow: auto;
	width: 1050px;
	height: 500px;
	background-image: url(images/body-repeat.png);
	background-repeat: repeat;
}
/*Contact page ends*/

/*Footer Layout*/
#footerBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/footer-repeat.png);
	background-repeat: repeat-x;
}
#footer {
	width: 1050px;
	margin: 0 auto;
	height: 200px;
	background-image: url(images/footer-repeat.png);
	background-repeat: repeat-x;
	padding-top: 30px;
}
#footer a {
	color: #FFC;
}
#footer li ul {
	width: 1100px;
	margin: 0 auto;
	height: 327px;
	padding-left: 100px;
}
#footerLeft {
	width: 550px;
	float: left;
	font-size: 14px;
	margin-left: 70px;
}
#footerLeft span {
	color: #FC6;
}

#footerRight {
	color: #FFC;
	text-align: right;
	width: 230px;
	float: right;
	padding-right: 30px;
	font-size: 14px;
}
/* ==== START Tab by Schoberg.net ==== */
#twtab{
background: url(images/twitter-icon-2.png) no-repeat; /* Path to Image */
left:0px;  /* change this to left: 1px; to put it on the left of the screen */
top:40%;height:150px;width:50px;margin:0;padding:0;position:fixed;z-index:5000;}
#twtab a{display:block;width:100%;height:100%;}
/* ==== END Facebook Tab by Schoberg.net ==== */

