@charset "utf-8";
/* CSS Document 
www.creative-angels.com
*/
* {
	padding: 0;
	margin: 0;
}
a {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	color:#009ccc;
}
a img {
	border: 0 none;
}
img {
	border: 0 none;
}
body {
	background:#111111 url(../images/main-bg.jpg) center top no-repeat;
	margin: 0;
	padding: 0;
	font-size:13px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
}
ol, ul {
	list-style: none;
	clear:both;
}
:focus {
	outline: 0;
}
.clear {
	clear:both;
}
#outerwrap {
	height:100%;
	width:962px;
	margin:auto;
	background: #000;
	box-shadow: 0 0 16px #000;
}
#main-wrap {
	height:100%;
	width:960px;
	margin:auto;
}
/* Header Starts */
#header {
	width:960px;
	height:60px;
	margin:auto;
	background:#222222 url(../images/header-bg.gif) repeat-x;
}
#hb-line {
	width:960px;
	height:2px;
	margin:auto;
	background:url(../images/hbline-bg.gif) no-repeat;
}
#logo {
	width:200px;
	float:right;
	margin:8px 15px 0px 0px;
}
a.logo span {
	display: none;
}
a.logo {
	background: url(../images/creativeangels-logo.gif) no-repeat scroll left top transparent;
	display: block;
	height: 45px;
	width: 200px;
}
a.logo:hover {
	background-position: 0 -45px;
}
#mainnav {
	width:668px;
	height:60px;
	float:left;
	margin:0px;
	padding-left:10px;
}
#mainnav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#mainnav ul li {
	list-style:none;
	font-size:12px;
	float:left;
}
#mainnav ul li a {
	text-transform: capitalize;
	display:block;
	color:#FFF;
	padding:5px 10px;
	margin:15px 5px 0px 5px;
	text-decoration:none;
}
#mainnav ul li a:hover {
	color:#ffffff;
	background:#029dcd url(../images/mainnav-bg.gif) repeat-x;
	text-decoration:none;
}
#mainnav ul li .active {
	color:#ffffff;
	background:#029dcd url(../images/mainnav-bg.gif) repeat-x;
	text-decoration:none;
}
/* Banner Starts */
#banner {
	width:960px;
	height:350px;
	margin:0px 0px;
	background: url(../images/loading.gif) no-repeat scroll 50% 50% #000000;
}
#serviceshighbox {
	width:960px;
	height:150px;
	margin:auto;
}
#workhighbox {
	width:960px;
	height:280px;
	margin:auto;
}
#homecontent {
	width:960px;
	height:400px;
	margin:auto;
}
/* Footer Starts */
#footer {
	width:960px;
	height:53px;
	margin:auto;
	background:#111 url(../images/footer-bg.gif) repeat-x;
	font-size:11px;
}
#footer a {
	color:#777777;
	text-decoration:none;
}
#footer a:hover {
	color:#ffffff;
}
#fleft {
	float:left;
	padding:20px 0px 0px 15px;
	width:300px;
}
#fright {
	float:right;
	padding:20px 15px 0px 0px;
	width:600px;
	text-align:right;
}
/* General Starts */
#taglinebar {
	margin: auto;
	width: 960px;
	height:50px;
	background-color:#111111;
	background-image:url(../images/taglinebar_bg.gif);
	background-repeat:repeat-x;
}
.taglinecoloum {
	width:319px;
	height:50px;
	float:left;
	border-right:1px solid #111;
	line-height: 16px;
}
#taglinebar-twocol {
	margin: auto;
	width: 960px;
	height:50px;
	background-color:#111111;
	background-image:url(../images/taglinebar_bg.gif);
	background-repeat:repeat-x;
}
.taglinecoloum-twocol-1 {
	width:639px;
	height:50px;
	float:left;
	border-right:1px solid #111;
	line-height: 16px;
}
.taglinecoloum-twocol-2 {
	width:319px;
	height:50px;
	float:left;
	border-right:1px solid #111;
	line-height: 16px;
}
.taglinecoloum-content {
	padding-top:20px;
	padding-left:30px;
	text-align:left;
}
.workblocks {
	margin: auto;
	width: 960px;
	height:297px;
	background:#1d1d1d;
}
.brandingblocks {
	margin: auto;
	width: 960px;
	height:165px;
	background:#1d1d1d;
}
#workblocks {
	margin: auto;
	width: 960px;
	height:297px;
	background:#1d1d1d;
}
.work-column {
	width:319px;
	height:297px;
	float:left;
	border-right:1px solid #111;
	line-height: 16px;
	background:url(../images/workblock-bg.jpg) center top no-repeat;
}
.work-columnbranding {
	width:319px;
	height:165px;
	float:left;
	border-right:1px solid #111;
	line-height: 16px;
	background:url(../images/workblockbranding-bg.jpg) center top no-repeat;
}
.workcolumn-content {
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:14px;
	text-align:left;
	font-size:11px;
	color:#ccc;
}
.workheading {
	padding-bottom:2px;
	border-bottom:1px dotted #333;
	border-style: none none dotted;
	text-transform:uppercase;
}
.workheading a {
	color:#cccccc;
	text-decoration:none;
}
.workheading a:hover {
	color:#009ccc;
}
.workheading a:active {
	color:#cccccc;
}
.workthumb {
	width:258px;
	height:102px;
	margin: 0px;
	padding-top:10px;
	overflow: hidden;
	display:block;
}
.workthumb a {
	display: block;
	border:1px solid #000;
	overflow: hidden;
}
.workthumb a:hover {
	display: block;
	border:1px solid #009ccc;
}
ul.hover_block {
	display: block;
	overflow: hidden;
	padding-bottom: 0px;
}
ul.hover_block li {
	list-style:none;
	float:left;
	background: #000000;
	padding: 0px;
	width:256px;
	height:102px;
	position: relative;
}
ul.hover_block li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 100px;
	width: 256px;
	padding: 0px;
	color: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color:#333333;
	background-image:url(../images/view-project.jpg);
}
ul.hover_block li a {
	text-decoration: none;
}
ul.hover_block li img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.noright-border {
	border-right:0px !important;
}
.workbrief {
	padding-top:10px;
	text-align:justify;
	line-height:15px;
	color:#999999;
	letter-spacing:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.worktech {
	padding-top:20px;
	line-height:10px;
	color:#333;
	text-align:center;
	text-transform:capitalize;
}
#seventthirty-block {
	background: #1d1d1d;
}
.seventy-column {
	width:639px;
	float:left;
	border-right:1px solid #111;
	line-height: 16px;
	background: #1d1d1d url(../images/seventy-bg.jpg) center top no-repeat;
}
.thirty-column {
	width:320px;
	float:left;
	height:auto;
	line-height: 16px;
	background: #1d1d1d url(../images/thirty-bg.jpg) center top no-repeat;
}
.fullwidth-column {
	width:960px;
	float:left;
	border-right:1px solid #111;
	line-height: 16px;
	background: #1d1d1d url(../images/fullwidth-bg.jpg) center top no-repeat;
}
.homebox-content {
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:14px;
	text-align:justify;
	font-size:12px;
	color:#999999;
	line-height:16px;
}
.wedo {
	padding: 10px 0px 0px 0px;
}
h6 {
	color: #ccc;
	font-size: 100%;
	font-weight:normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border: 1px dotted #555;
	border-style: none none dotted;
}
a.findoutmore span {
	display: none;
}
a.findoutmore {
	background: url(../images/findoutmore.gif) no-repeat scroll left top transparent;
	display: block;
	height: 28px;
	width: 118px;
}
a.findoutmore:hover {
	background-position: 0 -28px;
}
.tou {
	color:#FFF;
	text-transform:uppercase;
	height:15px;
}
.tou a {
	color:#FFF;
	text-decoration:none;
}
.tou a:hover {
	color:#ccc;
	text-decoration:none;
}
.service-links {
	color: #999999;
}
.service-links a {
	color: #009CCC;
	text-decoration: none;
}
.service-links a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#fullwidth {
	width:960px;
	height:auto;
	min-height:500px;
	background: #111 url(../images/fullwidth-bg.gif) repeat-y;
	box-shadow: 0 0 5px #000000;
}
.fullwidth-pad {
	padding:10px 15px;
	color:#FFF;
}
.blue {
	color:#009ccc;
}
.whitebold {
	color:#ffffff;
	text-transform: capitalize;
	font-weight:bolder;
}
.bluebold {
	color:#009ccc;
	text-transform:uppercase;
	font-weight:bolder;
}
.red {
	color:#ed1c24;
}
.white {
	color:#fff;
}
.orange {
	color:#ff6600;
}
h1 {
	color:#fff;
	font-style:italic;
	letter-spacing:0px;
	font-size:17px;
	margin:0px;
	padding:0px;
	font-style:italic;
}
h2 {
	color:#CCCCCC;
	font-size:12px;
	margin:0 0 2px;
	padding:0 0 2px;
	font-style:normal;
	font-weight:100;
}
h3 {
	font-size:12px;
	font-weight:normal;
}
.title-main {
	padding-bottom:15px;
	border-bottom:1px solid #333;
	margin-bottom:10px;
}
.input_textbox {
	background: url(../images/textbox.gif) no-repeat scroll 0 0 transparent;
	border: 0 none;
	color: #A4A4A4;
	font-family: Arial;
	font-size: 12px;
	height: 27px;
	padding: 3px 5px 0;
	width: 255px;
}
.input_textarea {
	background: url(../images/textarea.gif) no-repeat scroll 0 0 transparent;
	border: 0 none;
	color: #A4A4A4;
	font-family: Arial;
	font-size: 12px;
	height: 55px;
	overflow: auto;
	padding: 5px;
	width: 255px;
}
.input_textboxcontact {
	background: url(../images/textboxcontact.gif) no-repeat scroll 0 0 transparent;
	border: 0 none;
	color: #A4A4A4;
	font-family: Arial;
	font-size: 12px;
	height: 27px;
	padding: 3px 5px 0;
	width: 425px;
}
.input_textareacontact {
	background: url(../images/textareacontact.gif) no-repeat scroll 0 0 transparent;
	border: 0 none;
	color: #A4A4A4;
	font-family: Arial;
	font-size: 12px;
	height: 110px;
	overflow: auto;
	padding: 5px;
	width: 425px;
}
.input_select {
	background-color: #2A2A2A;
	border: 1px solid #2D2D2E;
	color: #A4A4A4;
	font-family: Arial;
	font-size: 12px;
	outline: 0 none;
	padding: 5px;
	width: 425px;
}
.fieldname {
	padding:10px 0px 5px 0px;
	color:#CCC;
}
.buttons-set {
	clear:both;
	overflow:hidden;
	padding:10px 0 0;
}
button {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	cursor:pointer;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px
}
button span, a.button {
	background:url(../images/button-bg.png) no-repeat scroll left top transparent;
	color:#FFF;
	cursor:pointer;
	display:block;
	font-size:1em;
	height:28px;
	text-transform:uppercase
}
button span span, a.button span {
	background:url(../images/button-right.png) no-repeat scroll right top transparent;
	cursor:pointer;
	display:block;
	font-weight:700;
	height:28px;
	white-space:nowrap;
	padding:8px 45px 0px 15px
}
.bluebutton {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bluebutton span, a.bluebutton {
	background: url(../images/bluebutton-bg.png) no-repeat scroll left top transparent;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 1em;
	height: 25px;
	text-transform: uppercase;
}
.bluebutton span span, a.bluebutton span {
	background: url(../images/bluebutton-right.png) no-repeat scroll right top transparent;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 23px;
	padding: 5px 45px 3px 15px;
	white-space: nowrap;
}
#toTop {
	background: url("../images/gototop.png") no-repeat scroll left top transparent;
	border: medium none;
	bottom: 10px;
	display: none;
	height: 34px;
	overflow: hidden;
	position: fixed;
	right: 10px;
	text-decoration: none;
	text-indent: -999px;
	width: 34px;
}
#toTopHover {
	background: url(../images/gototop.png) no-repeat scroll left -34px transparent;
	display: block;
	float: left;
	height: 34px;
	opacity: 0;
	overflow: hidden;
	width: 34px;
}
#toTop:active, #toTop:focus {
	outline: medium none;
}
.gernaltext a {
	color:#ff6600;
	text-decoration:none;
	font-weight:bold;
}
.gernaltext a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#smallslider {
	width:586px;
	height:348px;
	overflow:hidden;
}
#imageborder {
	border:1px #ff6600 solid;
}
#bikedetail table tr {
	height:28px;
	border-collapse: collapse;
	text-align: left;
}
#bikedetail .odd {
	background: none repeat scroll 0 0 #222222;
}
#specs table tr {
	height:28px;
	border-collapse: collapse;
	text-align: left;
}
#specs .odd {
	background: none repeat scroll 0 0 #000000;
}
.valid-error {
	font-size:10px;
	color:#ff6600;
}
.valid-ok {
	font-size:11px;
	color:#fff;
}
#drop option {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	padding: 0px 0 0 10px;
}
#innerbanner {
	width:960px;
	height:200px;
	margin:auto;
	background:transparent url(../images/loading.gif) no-repeat 50% 50%;
}
#sub-menu {
	padding: 0px;
	margin: 0px;
	color:#fff;
	font-size:12px;
	line-height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#sub-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#sub-menu ul li {
	margin: 0px;
	padding: 0px;
}
#sub-menu ul li a {
	display: block;
	border-bottom: 1px dashed #111111;
	padding: 8px 0px 8px 30px;
 .padding: 3px 0px 3px 30px;
	text-decoration: none;
	color: #999999;
	background:url(../images/submenu-down.jpg) center left no-repeat;
}
#sub-menu ul li a:hover, #sub-menu ul li a:focus {
	color: #ffffff;
	background:url(../images/submenu-up.jpg) center left no-repeat;
}
#sub-menu ul li a.alive {
	color: #ffffff;
	background:url(../images/submenu-up.jpg) center left no-repeat;
}
.address a {
	color:#ffffff;
	text-decoration:none;
}
.address a:hover {
	color:#009ccc;
}
.careerhigh {
	padding:10px 20px;
	border:1px solid #ea0000;
	background:#333;
	color:#FFF;
}
.cell {
	padding-top:5px;
	padding-bottom:5px;
}
.cell a {
	color:#ccc;
	text-decoration:none;
}
.cell a:hover {
	color:#fff;
	text-decoration:none;
}
.cell_img {
	float:left;
}
.cell_content {
	float:left;
	padding-left:10px;
}
.email_img {
	float:left;
	padding-top:3px;
}
.email_content {
	float:left;
	padding-left:10px;
}
.email_content a {
	color:#ffffff;
	text-decoration:none;
}
.email_content a:hover {
	color:#009ccc;
}
.general_content {
	float:left;
}
.general_content a {
	color:#ffffff;
	text-decoration:none;
}
.general_content a:hover {
	color:#009ccc;
}
.folio-text {
	background:#1d1d1d;
	padding:20px 30px;
	color:#CCC;
}
.folio-title-left {
	padding-top:20px;
	padding-left:30px;
	text-align:left;
	float:left;
	width:655px;
}
.folio-title-right {
	padding-top:10px;
	padding-right:30px;
	text-align:left;
	float:left;
}
#catNav {
	overflow: hidden;
}
#catNav ul {
	padding: 0;
	margin: 0;
	list-style:none;
}
#catNav ul li {
	display: inline;
	float:left;
}
#catNav ul li a {
	display: block;
	width: 81px;
	height: 28px;
	text-indent: -9999px;
	background: url(../images/catNav-btns.jpg);
	border: none;
	padding: 0;
}
#catNav li a#list-one-button {
	background-position: 0px 56px;
}
#catNav li a#list-one-button:hover {
	background-position: 0px 28px;
}
#catNav li.activeCatButton a#list-one-button {
	background-position: 0px 28px;
}
#catNav li a#list-two-button {
	background-position: -81px 56px;
}
#catNav li a#list-two-button:hover {
	background-position: -81px 28px;
}
#catNav li.activeCatButton a#list-two-button {
	background-position: -81px -28px;
}
#catNav li a#list-three-button {
	background-position: 81px 56px;
}
#catNav li a#list-three-button:hover {
	background-position: 81px 28px;
}
#catNav li.activeCatButton a#list-three-button {
	background-position: 81px 28px;
}
label.error {
	color: #009CCC;
	width: 100%;
	font-size:11px;
	display:block;
}
.ssm {
	color:#009CCC;
	font-style:italic;
	text-decoration:blink;
	font-weight:bold;
}
fieldset {
	border: 1px solid #666;
	margin-bottom: 1em;
	padding: 10px;
}

