/**begin global styles**/


body {
	color: #000;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1a1a1a;
}

h1, h2, h3, h4, h5, h6,	 p {
	margin: 0;
	padding: 0;
	color: #000;
}

h1 {
font-weight: bold;
font-size: 20px;

}

h2 {
font-weight: normal;
font-size: 15px;
}

p {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 19px;
}

img {border: none;}

/**begin specific styles**/
#header {
	background-color: #232323;
	width: 100%;
	height: 100px;
	overflow: hidden;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	border-bottom: solid 2px #000;
}

#myController3 {
	margin: auto;
	position: absolute;
	top: 55px;
	left: 412px;
	height: 50px;
	width: 600px;
	float: left;
	text-align:center;

}


#mySlide3 {
	background-color:#000;
}

#myController3 span{
	font-size: 17px;
	font-weight: 700;
	text-transform:uppercase;
	color:#FFF;
	margin-right:10px;
	cursor:pointer;
	margin-left: 20px;
	text-align: center;
	padding: 5px 5px 5px 10px;
	line-height: 25px;

}


#myController3 span:hover{
	
	text-decoration: underline;
	color: #fff;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position:  center;
	}

.jFlowControl3 span:hover {
	background-image:url(images/button_bg_a.png);
	background-repeat:no-repeat;
	background-position: left;
}

#jFlowSlide3{
	margin: auto;
	border: none;
	height: 400px;
	overflow:hidden;
	border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;

	
}

#top {
	width: 900px;
	margin:auto;
	position: absolute;
}


#mySlide3 {
	background-color:#FFF;
}

.content1 {
	padding: 5px;
	color: #000;
	height: 400px;
	width: 525px;
	background-repeat:repeat;
	position: relative;
	top: 7px;
	left: 450px;

}


.content1 img {
	margin-left: auto;
	margin-right:auto;
}

.content p {
	padding-bottom: 10px;
}

#footer {
	background-color: #1a1a1a;
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000;
	height: 240px;
	overflow: hidden;
    background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width: 100%;
	margin: auto;
	border-top: 1px solid #000;

}

#footer h1{
	padding: 15px;
}


#subNav {
	margin: auto;
	color: #FFF;
	height: 15px;
	text-align: center;
	position: relative;
	top: 40px;
	
}

#subNav li {
	font-size: 13px;
display: inline;
padding-left: 65px;
list-style-image:none;

}

#logo {position: absolute; left: 40px; width: 300px; float: left; margin-left: 0px;}

#footer img {border: none;}

#footer_left, #footer_right, #footer_mid {
	color: #fff;
	float: left;
	margin: auto;
	margin-top: 10px;
	padding: 15px;
	overflow: hidden;
}

#footer_left, #footer_right, #footer_mid,  h4{font-weight: normal; padding-bottom: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #fff;}
#footer_left, #footer_right, #footer_mid,  h3{font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #6ffbb8; font-size: 15px;}
#footer_left, #footer_right, #footer_mid,  p{font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; color: #fff;}

#footer_right img {float: left;}
#footer_right { float: right; width: 225px;}

#copyright {
	width: 1000px;
	position: absolute;
	height: 30px;
	width: 100%;
	padding: 0;
	margin: 0px;
}

#copyright a {color: #fff; 	position: absolute;
}



/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 300px; 
    width: 500px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}

#actions {
	color: #000;
}

.tabs, .tabs a {
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
	color: #000;
	text-decoration: none;
}


#tabs-1, #tabs-2, #tabs-3 {margin-top:5px;}
#tabs {margin-top:-20px;}

.tabs li {
	display:inline;
	padding-right: 20px;
	color: #000;
	text-decoration: none;
	padding-left: 15px;
}

.tabs ul, tabs li a {
	padding: 0px;
	margin: 0px;
	color: #000;
	text-decoration: none;
}

.tabs li a:hover{text-decoration:underline; color: #6ffbb8; }
.tabs li a:active {border: none;}

#clients {margin-top: 20px; margin: 0px;}
#clients img {border: 1px solid #CCC; padding-left: 5px; padding-right: 5px; padding: 0px; margin: 0px;}


#myController span{
color:#FFF;
background:#000;
margin-right:10px;
cursor:pointer;
}

#jFlowSlide{
border:10px solid #F00;
}

#myController span.jFlowSelected {
background:#F00;
}


.jFlowPrev, .jFlowNext{
cursor:pointer;
}

.about img {border: 4px solid #99; margin: 5px; float: right;}
.about p {margin-right: 220px; margin-top: 5px; font-size: 12px; margin-bottom: 10px;}
.about h2 {margin-top: 5px;}
#work img {border: 4px solid #999; margin: 5px; cursor: pointer;}
#work {width:600px; margin-left:-20px;}

/**
 * Additional styles for the controls.
 */
.jcarousel-control {
    margin-bottom: 10px;s
    text-align: center;
}

.jcarousel-control a {
    font-size: 75%;
    text-decoration: none;
    padding: 0 5px;
    margin: 0 0 5px 0;
    border: 1px solid #fff;
    color: #eee;
    background-color: #4088b8;
    font-weight: bold;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.jcarousel-scroll select {
    font-size: 75%;
}

#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
}

#mySlides3 div .content1 h2 em a {
	color: #000;
}
#mySlides3 div .content1 h2 a {
	color: #000;
}

#tabs img {position:absolute; right:365px; top:175px; margin-left: 10px;}

.largerContent {position:relative; right:150px;}