/**begin global styles**/


body {
	color: #333;
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #333333;
	font-size:12px;
	list-style-type: none;
	background-image: url(images/cm_bgbig1.jpg);
}

#info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #6FC;
	background-color: #666;
	position: static;
	clear: both;
	float: none;
	bottom: 0px;
	top: 500px;
	padding: 10;
	line-height: 35px;
	text-transform: uppercase;
	width: 980px;
}


h1, h2, h3, h4, h5, h6,	a{
	margin: 0;
	padding: 0;
	color: #333;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
font-weight: bold;
font-size: 20px;
}

h2 {
	font-weight: bold;
	font-size: 15px;
	color: #3C9;
}

ul, li {
	list-style:none;
	list-style-type:none;
}

#contact {
	position: relative;
	top: 10px;
	float: left;
	width: 400px;
	margin-left: 20px;
	}
#contact h1 {
	padding: 5px;
}



p {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height: 19px;
	text-align:left;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	color: #78f9c4;
}

a:active {
	color: #78f9c4;
}

#container {
	overflow: hidden;
	position: static;
	width: 980px;
	background-color: #FFFFFF;
}

input .cmcolor {
	background-color: #333;
	color: #6fc;
}

/**begin specific styles**/
#header {
	width: 960px;
	height: 100px;
	overflow: visible;
	border-bottom: solid 2px #333;
}

#navbar {
	color:#333;
	cursor:pointer;
	float: right;
	font-size: 12px;
	font-weight: 700;
	height: 52px;
	left: auto;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 20px 0px 5px 5px;
	position: relative;
	text-align:center;
	text-shadow: 0px 3px 4px rgba(3, 3, 3, .25);
	text-transform:none;
	top: 45px;
	width: auto;
	
}

#navbar a:hover {
	text-decoration: none;
	color: #78F9C4;
}
	
#vertical-navigation .hireus a {
	font-size: 18px;
	font-weight: bold;
	color: #6fc;
	background-color: #333;
	}

#vertical-navigation .hireus a:hover {
	font-size: 18px;
	font-weight: bold;
	color: #3ca;
	background-color: #333;
	}

/* Vertical Navigation */
#vertical-navigation {
	list-style: none;
	margin: 0;
	padding: 10;
	font-size: 12px;
	float: left;
	position: relative;
	z-index: 5;
}


/* CSS for each Parent Item */
#vertical-navigation li {
	float: left; 
	position: relative;
}

#vertical-navigation li a
{
	float: left;
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #333;
	text-transform: none;
	margin-right: 0px;
	
}

/* 
Change background color and font color 
of parent items when mouse hover 
*/
#vertical-navigation li:hover a,
#vertical-navigation li a:hover
{
	
	color: #78F9C4;	
}




/* 
Applies to group of Child Items
Each Child Item will be invisible by default
*/
#vertical-navigation ul {display: none;}

/* Each Child Item will be visible if mouse hover */
#vertical-navigation li:hover ul {display: block;}

#vertical-navigation ul
{
	float: none;
	position: absolute;
	list-style: none;
	margin-top: 35px;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 6;
}

#vertical-navigation ul li
{
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	width: 125px;
	color: #333;
	background: #fff;
	text-align:left;
}


/* 
Reset and re style 
link of each child item
*/
#vertical-navigation li:hover ul li a,
#vertical-navigation ul li a
{
	line-height: 100%;
	display: block;
	padding: 10px;
	float: none;
	text-transform: none;
	color: #333;
	background: #fff;
	margin-right:-10px;
}

#vertical-navigation li:hover ul li a:hover,
#vertical-navigation ul li a:hover
{
	background: #333;
	color: #78F9C4;
}

#myController3 {
	margin: 0 0 0 0;
	position: absolute;
	top: 20px;
	left: 378px;
	height: 52px;
	width: 600px;
	float: left;
	text-align:center;
	padding: 20px 5px 5px 5px;
	text-shadow: 0px 3px 4px rgba(3, 3, 3, .25);
}

#myController3 span{
	font-size: 17px;
	font-weight: 700;
	text-transform:uppercase;
	color:#333;
	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: #78F9C4;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position:  center;
	text-shadow: 0px 3px 4px rgba(3, 3, 3, .05);
	}

.jFlowControl3 span:hover {
	background-image:url(css/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;
}


.content1 {
	padding: 10px;
	color: #333;
	height: 400px;
	width: 600px;
	background-repeat:no-repeat;
	position: relative;
	top: auto;
	left: auto;
	text-align: left;
	float: right;
	padding-top: 20px;
}

.workcontent1 {
	padding: 10px;
	color: #333;
	height: 400px;
	width: 960px;
	background-repeat:no-repeat;
	position: relative;
	top: auto;
	left: auto;
	text-align: left;
	float: right;
}

#homebox {
	float: left;
	width: 325px;
	padding: 20px 0px 20px 10px;
	text-align: left;
	font-weight: bold;
	list-style-type: none;
	line-height: 15pt;
	background-color: #FFF;
	margin: 20px 0px 10px 10px;
	color: #333;
}
#homebox p {
	font-weight: bold;
	font-size: 18px;
}

#homebox p ul {
	text-decoration: none;
	text-align: left;
	list-style-type: none;
	line-height: 30px;
	font-size: 24px;
}



.content1 h1 {
	 font-weight: bold; 
	 padding-top: 10px;
}

.content1 h2 {
	 font-weight: bold; 
	 padding-top: 10px;
}

.content1 h3 {
	 font-weight: bold;
	 padding-top: 10px;
	 
}

.content1 img {
	margin-left: auto;
	margin-right:auto;
}

.content p {
	padding-bottom: 10px;
}

#footer {
	clear: both;
	position: static;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
	width: 960px;
	margin: 10px;
	border-top: 1px solid #333;
	float: none;
	
}

#footer h1{
	padding: 15px;
}


#subNav {
	margin: auto;
	color: #666;
	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: auto;
	width: 400px;
	float: left;
	margin-left: 0px;
}

#footer img {
	margin-right: 10px;
}

#footer_left, #footer_right, #footer_mid {
	color: #6fc;
	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: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6fc;
}

#footer_left, #footer_right, #footer_mid,  h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold; 
	color: #6fc; 
	font-size: 15px;}

#footer_left, #footer_right, #footer_mid,  p{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	padding: 5px;
}

#footer_right img {
	float: right;
	margin-right: 10px;
}

#footer_right { float: right; width: 225px;}

#copyright {
	width: 1000px;
	position: absolute;
	height: 30px;
	width: 100%;
	padding: 0;
	margin: 0px;
}

#copyright a {
	color: #333;
	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; 
}

#container #footer #footer_right a img {
	margin: 5px;
}

#actions {
	color: #000;
}

#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: 10px;
	cursor: pointer;
}
#work {
	width:565px;
	margin-left:200px;
	float: none;
}

/**
 * Additional styles for the controls.
 */


/*
#tabs img {position:absolute; right:365px; top:175px; margin-left: 10px;}

.largerContent {position:relative; right:150px;}

*/

/*-------------- Here starts the image switcher styles ------------------*/

#picture {
	margin: -20px 0px 0px 10px;
	width: 600px;
	height: 350px;
	background: #fff;
	clear: both;
	float: left;
	padding: 15px 15px 15px 30px;
	line-height: 40px;
}
#nav {
	margin: 0 25px 0 0;
	width: 200px;
	height: 400px;
	background: #fff;
	float: right;
	text-align: left;
}
#nav ul {
	list-style: none;
	line-height: 40px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
#nav li {
	float: left;
	background: transparent;
}
#nav li a {
	width:250px;
	line-height: 40px;
	display: block;
	color: #333;
	text-decoration: none;
	text-align: left;
}
#nav ul li a:hover {
	color: #333;
	background: #6fc;
}
#nav ul li a:focus {
	color: #333;
	background: #6fc;
}
#nav li ul {
	position: absolute;
	background: #fff;
	left: -5000px;
	top: 0px;
}
#nav li li {
	width: 600px;
}

li#blue a {
	background: #fff;
	text-align: left;
	padding-left: 10px;
}
li#red a {
	background: #fff;
	text-align: left;
	padding-left: 10px;
}
li#green a {
	background: #fff;
	text-align: left;
	padding-left: 10px;
}
li#blue:hover ul {
	width: 600px;
	height: 350px;
	margin-left: -715px;
	left: auto;
	margin-top: 54px;
}
li#blue:focus ul {
	width: 600px;
	height: 350px;
	margin-left: -715px;
	left: auto;
	margin-top: 54px;
}
li#red:hover ul {
	margin-left: -715px;
	left: auto;
	width: 600px;
	height: 350px;
	margin-top: 54px;
}
li#red:focus ul {
	margin-left: -715px;
	left: auto;
	width: 600px;
	height: 350px;
	margin-top: 54px;
}
li#green:hover ul {
	margin-left: -715px;
	left: auto;
	width: 600px;
	height: 350px;
	margin-top: 54px;
}
li#green:focus ul {
	margin-left: -715px;
	left: auto;
	width: 600px;
	height: 350px;
	margin-top: 54px;
}
#container #mySlides3 div #abcontent #nav ul #red ul li #tabs-2 img,
#container #mySlides3 div #abcontent #nav ul #green ul li #tabs-3 img {
	margin-left: 0px;
	float: left;
	padding: 10px 10px 10px 0px;
}

/*-------------- Here ends the image switcher styles ------------------*/

#abcontent {
	padding: 20px;
	color: #333;
	height: 400px;
	width: 900px;
	background-repeat:no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	float: left;
}

.tabs, .tabs a {
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
	color: #000;
	text-decoration: none;
}


#tabs-1, #tabs-2, #tabs-3 {
	margin-top:0px;
}
#tabs {
	margin-top:0px;
}

.tabs li {
	display:inline;
	padding-right: 0px;
	text-decoration: none;
	padding-left: 0px;
}

.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;}

#newslide {position:relative; width:600px; height:700px; background:#888; border:1px solid #000; margin:10px auto; font-family:verdana, arial, sans-serif; font-size:12px;}

#newslide a.pics {float:left; padding:7px 21px; display:inline; color:#000; text-decoration:none; width:75px; height:75px; cursor:default;}
#newslide a.pics img.thumb {display:block; border:1px solid #000;}

#newslide a.pics span {display:none; border:0; width:580px; background:#bbb; border:1px solid #fff; text-align:center;}
#newslide a.pics span img {margin:10px auto; border:1px solid #000;}

#newslide a.pics:hover {white-space:normal;}
#newslide a.pics:hover img.thumb {border:1px solid #fff;}
#newslide a.pics:hover span {display:block; position:absolute; left:9px; top:192px; z-index:10; height:500px;}

#newslide a.pics:active img.thumb {border:1px solid #fc0;} 
#newslide a.pics:active span {display:block; position:absolute; left:9px; top:192px; z-index:5; height:500px;}

#newslide a.pics:focus {outline:0;}
#newslide a.pics:focus img.thumb {border:1px solid #fc0}
#newslide a.pics:focus span {display:block; position:absolute; left:9px; top:192px; z-index:5; outline:0; height:500px;}

#newslide span.info {clear:left; display:block; text-align:center; line-height:20px; margin:0; padding:200px 0 0 0; width:600px; text-align:center; color:#eee; z-index:1;}
#newslide span.info a {color:#000;}
#newslide span.info a:hover {text-decoration:none;}


.btn {
	float: left;
	clear: both;
	background: url(images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a{
	float: left;
	height: 40px;
	background: url(images/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_contact {
	background-color: #6fc; 
}
.contentcontact {
	padding: 10px;
	color: #333;
	height: 400px;
	width: 500px;
	background-repeat:no-repeat;
	position: relative;
	top: auto;
	left: auto;
	text-align: left;
	float: right;
	padding-top: 20px;
}
