@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 62.5%;
	font-family: Arial,Tahoma,Helvetica, sans-serif;
	background: repeat-x top #9d9d9d;
	color:#676767
}

hr {
	clear:both;
	height:3px;
	border:1px solid #4c4c4c;
	background-color:#4c4c4c;
	
}
p, h1, h2, h3 { padding: 10px; }

h1 { font-size: 3.0em; 	color:#676767;}
h2 { font-size: 2em; color:#676767; }
h3 { font-size: 1.4em; color: #676767; }

p {
	font-size: 1.4em;
	color:#676767;
}

input, textarea, select {
    font-family: inherit;
    color:#676767
}

ul {
	margin: 2px 2px 2px 20px;
	list-style:url(../images/list-bullet-1.png) disc;
}

ul li {
	margin: 5px 0px;
	font-size: 1.2em;
	color: #676767;
}
ol {
    margin: 10px 30px;
    padding: 0 15px;
	
}

ol li {
	font-size: 1.2em;
	color: #676767;
	margin: 5px 0px;
}
div#page-wrap {
	width:1020px;
	margin: 0 auto;
}
#header { border: none; position: relative; height: 127px; background: url(../images/header-bg.jpg) repeat-x top;  }
#header h1#logo { position: absolute; margin: -6px 0 0 0; padding: 0; top: 0; left: 20px; }
#header h1#logo a { border: none; }
#header div#contact { 
	min-height:82px; 
	min-width:82px; 
	float:right; 
	margin: 4px 0 0 0; 
	padding: 0 0 0 90px; 
	background: url(../images/contact_icon.png) no-repeat;
	text-align:right;
}

#header div#contact h3 {
	padding-top: 2px;
}
#header ul#nav {
	height: 45px;
	list-style: none;
	padding-left: 420px;
	margin: 82px auto ;
	position:absolute;
	}
	#header ul#nav li {
		display: inline;
		font-size: 1.6em;
		font-weight: bold;
		text-transform:uppercase;
	}
	#header ul#nav li a, #header ul#nav li span {
		display: block;
		float: left;
		color: white;
		padding-top: 2px;
		text-decoration: none;
		letter-spacing: 1px;
		margin:10px 3px 0 3px;
		}
		#header ul#nav li a:hover, ul#nav li a:active {
			color: #676767;
		}
		
div#content-wrap { clear: both; margin: 0; padding: 0; background: #FFFFFF; min-height:500px; }
	div#content-wrap div#main-content { margin: 0 20px; padding: 0; background: url(../images/main-content-bg.jpg) repeat-x bottom #fafafa; min-height:460px; overflow:auto; }
div#content-wrap .content-heading {
	 margin: 0 20px; 
	 padding: 20px 0 0 400px;
	 background: repeat-x top #fafafa;
}
div#showcase .showcase-item {
	width: 300px;
	min-height: 280px;
	border: 1px double #CCCCCC;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-top: none;
	margin: 0 5px;
	float: left;
}
div#showcase .showcase-content{
	margin: 45px 5px 5px 5px;
}
div#showcase .showcase-filmstrip {
	min-height: 210px;
	width: 145px;
	float:left;
	overflow:hidden;
	margin: 0 0 0 5px;
}
div#showcase .gray {
	background-color: #e7e7e7;
}

div#showcase .jeans {
	background-color: #d6e1e6;
}

div#showcase .middle {
	width: 340px;
}
div#showcase .bulb {
	background: url(../images/idea_bulb.png) no-repeat;
}
div#showcase .bulb:hover {
	background: url(../images/idea_bulb_lite.png) no-repeat;
}
/*button class*/
.btn { font-size: 1.6em; display: block; position: relative;  padding: 6px 30px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn.margin15{
	margin-left:15px;
}
.btn.graybtn {  background: url(../images/button-normal-gray.png) repeat-x top #8c8c8c; display: block; position: relative; }
.btn.graybtn:hover  { background: url(../images/button-over-gray.png) repeat-x bottom #8c8c8c; display: block; }

.btn.jeansbtn { background: url(../images/button-normal-jeans.png) repeat-x top #5b98d3; display: block; position: relative; }
.btn.jeansbtn:hover  { background: url(../images/button-over-jeans.png) repeat-x bottom #5b98d3; display: block; }

.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

/*footer style*/
#footer { height:36px; border: none; }

#footer div#top-bg {
	background: url(../images/footer-top.jpg) no-repeat white center ;
	height: 55px;
}

#footer div#top-bg p {
	color:#666666;
	float:right;
	margin: 35px 5px 0 0;
	padding:0;
	font-size:1em;
}

#footer div#top-bg p a#totop{
	color:#666666;
	font-size: 1.2em;
	margin-left:5px;
}

#footer ul#nav {
	height: 36px;
	list-style: none;
	text-align: center;
	margin-top: 10px;
	}
	#footer ul#nav li {
		display: inline;
		font-size: 1em;
	}
	#footer ul#nav li a ,#footer ul#nav li span{
		display: inline;
		color: #545454;
		padding-top: 2px;
		font-weight: bold;
		text-decoration: none;
		margin:10px 5px 0 5px;
		width:115px;
		}
		#footer ul#nav li a:hover, #footer ul#nav li a:active {
			color: #dbdbdb;
		}

/* table relate style */
table {
    font-size: 1.2em; 
	color: #676767;
}	
/* additional classes */
.clear { clear: both; }
.grayline { margin:10px 20px; padding:0; background:url(../images/gray-line.jpg) repeat-x; height:5px;}
label.error { float:left; color:#FF0000; font-size:10px; }
ul#portfolio { border:3px dashed gray; width:300px; float:left; list-style:none; padding:0; margin:15px; }
ul#portfolio2 { border:3px dashed gray; width:300px; float:right; list-style:none; padding:0; margin:15px; }

div#att { background-color: #fffeb8; border-bottom: 1px solid #000000; height: 2.5em; line-height: 2.5em; position: fixed; top:0; width: 100%; z-index:9999999 }

div#att p{ background: transparent url(../images/att.png) no-repeat 0 46%; margin: 0; display: inline; padding: 6px 0 6px 26px; color: #000000; }