body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Lucida Grande, Geneva, Verdana, 'Arial', Helvetica, sans-serif; font-size: 11px;color: #333333;
	background:url(images/skybg.jpg) #333333 ; 
	background-attachment:fixed;
}

#header {
	width: 949px;
	height: 115px;
	padding: 10px 10px 10px 10px;/*TOP RIGHT BOTTOM LEFT*/
	background: #FFFBFD url(images/bg.png);
	position:relative;
}

#logo{position:absolute; top:-7px; left:10px;}
#address{
	position:absolute;
	top:10px;
	right:26px;
	color:#FFFFFF;
}

#menu{position:absolute; bottom:20px; right:20px;}
#menu a{
	min-width:90px;
	height:12px;
	background:url(images/bg_menuoff.gif) repeat-x #003399;
	border:solid 1px #FFFFFF;
	padding:8px;
	margin-left:10px;
	float:left;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 11px;color: #FFFFFF; font-weight:900;
	text-decoration:none;
}
#menu a:hover{
	background:url(images/bg_menuon.gif) #003399 repeat-x;
}
#menu a#on{
	background:url(images/bg_menuon.gif) #003399 repeat-x;
}

#menutabs{ width:893px; height:45px; background:url(images/bg_tabs.gif); padding-left:10px; font: 11px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;}
#menutabs a{ background:url(images/tab_off.gif) no-repeat; width:132px; height:27px; float:left; text-decoration:none; color: #333333; padding:18px 0px 0px 10px; font-weight:bold;}
#menutabs a:hover{text-decoration:underline;}
#menutabs a.tabon{ background:url(images/tab_on.gif) no-repeat; width:132px; height:27px; float:left; text-decoration:none; color: #333333; padding:18px 0px 0px 10px; font-weight:bold;}

#content {
	width: 929px;
	padding: 20px 20px 20px 20px;
	background-color:#FFFFFF;
	position:relative;
}

#left {
	float: left;
	width: 659px;
	padding: 0px 20px 0px 0px;/*TOP RIGHT BOTTOM LEFT*/
	background-color:#FFFFFF;
	min-height:400px;
}

#right {
	float: right;
	width: 230px;
	background:url(images/bg_menuright.jpg) #FFFFFF top left no-repeat;
	min-height:400px;
	padding:0px 0px 0px 20px;/*TOP RIGHT BOTTOM LEFT*/
}

#footer {
	clear: both;
	padding:10px;
	width: 949px;
	border-top: 1px solid #F0F0F0;
	background: #FFFFFF;
}

/* Slider1 top page images*/

#slider1 {
    width: 720px; /* important to be same as image width */
    height: 320px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 720px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}

.slider1Image {
    float: left;
    position: relative;
	display: none;
}

.slider1Image span {
    position: absolute;
	font: 11px/16px Arial;
    padding: 20px 13px;
    width: 720px;
    background-color: #6E6E6E;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
	-khtml-opacity: 0.4;
    opacity: 0.4;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}

.slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 147px !important;
	height: 260px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}


/*company logos slideshow*/

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:200px;
}

#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;
}

/* our services - no budget */

#nobudget {
background:url(images/nobudget/profit.png) #FFFFFF top left no-repeat;
min-height:700px;
} 

#nobudget-text-head {
	padding-top:17px;
	margin-left:20px;
	float:left;
	width:550px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 11px;color: #ff6600; font-weight:900;
	text-decoration:none;
} 

#nobudget-text {
	padding-top:8px;
	margin-left:20px;
	float:left;
	width:400px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; color: #585858;
	text-decoration:none;
} 

/* our services - p-cards */

#pcards {
background:url(images/pcards/pcardbg.png) #FFFFFF top right no-repeat;
min-height:700px;
} 

#pcards-text-head {
	padding-top:0px;
	margin-left:20px;
	float:left;
	width:550px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 11px;color: #ff6600; font-weight:900;
	text-decoration:none;
} 

#pcards-text {
	padding-top:8px;
	margin-left:20px;
	float:left;
	width:500px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; color: #585858;
	text-decoration:none;
} 

/******TEXT STYLES******/
.TITLE 			{ font-family: Helvetica, Arial, sans-serif; font-size: 24px; font-weight: 900; color:#333333;}
.L12 			{ font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#0066CC; }

