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


body {
	margin:0px;
	padding:0px;
	background:#292929 url(../imgs/bg/bosBg.jpg) no-repeat top center;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size:12px;
}
h1, h2, h3, h4, p {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active, a:hover {
	color:#fff;
	margin:0px;
	padding:0px;
	outline:none;
	text-decoration:none;
}
ul li {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
#mainWrapper {
	width:800px;
	margin:0px auto;
}
#mainWrapper h2.logo span {
	display:none;
}
#mainWrapper h2.logo a {
	background:transparent url(../imgs/imgs/bosLogo.jpg) no-repeat scroll left top;
	display:block;
	height:44px;
	width:298px;
}
#header {
	display: block;
	margin: 168px 0 28px;
}
#feature {
filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

background:#292929;
}
#header ul#nav {
	float:right;
	margin:15px 0 0;
}
#header ul#nav li a:link, #header ul#nav li a:visited, #header ul#nav li a:active, #header ul#nav li a:hover {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	padding:10px 20px;
}
#header ul#nav li a:hover {
	text-decoration:underline;
}
#header ul#nav li {
	display:inline;
}
ul.bodyCopy li {
	display:block;
	float:left;
	padding:15px;
	width:370px;
	font-family:Arial, Helvetica, sans-serif;
	color:#e5e5e5;
}

ul.bodyCopy li a:link, #header ul#nav li a:visited, #header ul#nav li a:active, #header ul#nav li a:hover {
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

ul.bodyCopy li a:hover{
text-decoration:underline;
color:#999999;
}

ul.bodyCopy li p{padding:10px 0 0 0;}

ul.bodyCopy strong {
color:#999999;
font-weight:bold;
font-stretch:semi-expanded;
}

#footer {
padding-top:10px;
color: #fff;
float:left;
}

#footer a:link, #header ul#nav li a:visited, #header ul#nav li a:active, #header ul#nav li a:hover {
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#footer a:hover{
text-decoration:underline;
color:#999999;
}


#work {
filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

background:#292929;
float:left;
}




#myForm {
color:#FFFFFF;
font-size:12px;
padding-left:0px;
padding-top:3px;
}
#myForm .line {
clear:both;
padding-bottom:5px;
padding-top:5px;
}
.input {
background-color:#FFFFFF;
border:01px solid #666666;
float:left;
height:14px;
padding:4px;
width:300px;
}
.textarea {
background-color:#FFFFFF;
border:01px solid #666666;
float:left;
padding:4px;
width:300px;
}
#submitinput {
background-color:#333333;
border:1px solid #666666;
color:#FFFFFF;
float:left;
font-family:Arial;
font-size:12px;
width:100px;
}
#submitinput:hover {
background-color:#333333;
color:#CCCCCC;
}
.input_caption {
float:left;
padding-bottom:3px;
padding-right:0px;
padding-top:5px;
text-align:left;
width:100px;
}



/****************** SLIDER START ******************/

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

#sliderContent, #slider1Content {
    width: 800px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image {
    float: left;
    position: relative;
	display: none;
}

/*
.slider1Image span {

    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 800px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
*/
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}

/****************** SLIDER END ******************/
