@charset "utf-8";
/* CSS Document */
/*v1.1 by Chadworks.net*/

/*****************Reset*********************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**************End Reset****************/

/**************General Styles****************/

body {
background: url(../img/body_bg.jpg) #000000 no-repeat top center fixed;
font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}

p {
font-size: 13px;
color: #ffffff;
line-height: 1.5;
margin-top: 5px;
}

a {
text-decoration: none;
color: #fff;
font-size: 13px;
}

a:hover {
text-decoration: underline;
color: #3eaae0;
}

h4 {
color: #00a1de;
font-size: 16px;
margin: 5px 0 3px 0;
}

h5 {
color: #555555;
font-size: 12px;
margin-bottom: 15px;
}

#main_wrapper {
width: 950px;
margin: auto;
}

.clearer {
	clear: both;
}

/**************End General Styles****************/

/**************Side Bar Styles****************/

#side_wrapper {
width: 190px;
float: left;
position: fixed;
}

#side_wrapper h1 {
background: url(../img/cw_logo.png) no-repeat;
width: 190px;
height: 51px;
text-indent: -9999px;
margin-top: 25px;
margin-bottom: 45px;
}

#side_wrapper h1 a {
width: 190px;
height: 51px;
display: block;
}

#side_wrapper h3 {
width: 190px;
height: 15px;
margin-top: 20px;
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: solid 1px #555555;
text-indent: -9999px;
}

#side_wrapper h3#about {
background: url(../img/side_about.png) no-repeat;
}

#side_wrapper h3#tools {
background: url(../img/side_tools.png) no-repeat;
}

#side_wrapper h3#contact {
background: url(../img/side_contact.png) no-repeat;
}

#side_wrapper img {
margin: 2px 1px 2px 0px;
}

#side_wrapper h6 {
font-weight: bold;
font-size: 12px;
color: #00a1de;
display: inline;
line-height: 20px;
}

.p_contact {
display: inline;
margin-left: 7px;
}

/**************End Side Bar Styles****************/

/**************Navigation Styles****************/

#main_nav {
width: 710px;
height: 29px;
margin-top: 47px;
}

#main_nav span {
display: none;
}

#main_nav li {
float: left;
}

#main_nav a {
height: 29px;
display: block;
}

#navHome a { width:175px; background: url(../img/btn_nav.jpg) 0 -29px no-repeat; }
#navWeb a   { width: 181px; background: url(../img/btn_nav.jpg) -175px -29px no-repeat; }
#navPrint a { width: 180px; background: url(../img/btn_nav.jpg) -356px -29px no-repeat;}
#nav3d  a   { width: 174px; background: url(../img/btn_nav.jpg) -536px -29px no-repeat; }

#navHome { width:175px }
#navWeb  { width: 181px }
#navPrint { width: 180px }
#nav3d  { width: 174px }


#navHome a:hover {
background: url(../img/btn_nav.jpg) 0 -29px no-repeat;
}

#navWeb a:hover {
background: url(../img/btn_nav.jpg) -175px 0 no-repeat;
}

#navPrint a:hover {
background: url(../img/btn_nav.jpg) -356px 0 no-repeat;
}

#nav3d a:hover {
background: url(../img/btn_nav.jpg) -536px 0 no-repeat;
}

/**************End Navigation Styles****************/


/**************Content Styles****************/

#content_wrapper {
width: 710px;
float: right;
padding-bottom: 30px;
}



/**************End Content Styles****************/

/**************Recent Projects****************/

.category_wrapper {
margin-top: 35px;
overflow: hidden;
}

.category_wrapper h2#rc {
background: url(../img/category_recentprojects.png) no-repeat;
width: 134px;
height: 18px;
text-indent: -9999px;
margin-bottom: 5px;
}

.thumb_wrapper {
border-top: solid 1px #555555;
padding-top: 10px;
float: left;
width: 710px;
}

.thumb_wrapper img {
margin-bottom: 10px;
}

.thumb_wrapper a {
opacity:0.7;
filter:alpha(opacity=70);
}

.thumb_wrapper a:hover {
opacity:1;
filter:alpha(opacity=100);
}

.c1_wrapper {
float: left;
width: 230px;
clear: left;
}

.thumb_wrapper h6 a {
background: url(../img/btn_launch.jpg) 0 0 no-repeat;
opacity:1;
filter:alpha(opacity=100);
width: 84px;
height: 18px;
text-indent: -9999px;
margin-top: 15px;
display:block;
}


.thumb_wrapper h6 a:hover {
background: url(../img/btn_launch.jpg) 0 -18px no-repeat;
}

.c2_wrapper {
float: left;
width: 230px;
margin-left: 10px;
}

.c3_wrapper {
float: right;
width: 230px;
}

.rc_divider {
float: left;
clear: both;
width: 100%;
height: 25px;
}
  
/**************End Recent Projects****************/

/**************Web Design****************/

.category_wrapper h2#wd {
background: url(../img/category_webdesign.png) no-repeat;
width: 94px;
height: 18px;
text-indent: -9999px;
margin-bottom: 5px;
float: left;
margin-right: 546px;
}

.category_wrapper h2#pd {
background: url(../img/category_printdesign.png) no-repeat;
width: 104px;
height: 18px;
text-indent: -9999px;
margin-bottom: 5px;
float: left;
margin-right: 536px;
}

.category_wrapper h2#il {
background: url(../img/category_3d.png) no-repeat;
width: 149px;
height: 18px;
text-indent: -9999px;
margin-bottom: 5px;
float: left;
margin-right: 491px;
}

/**************Start Footer****************/

#footer_wrapper {
width: 710px;
border-top: solid 1px #555555;
margin-top: 25px;
}

p#footer {
color: #555555;
margin-top: 5px;
text-align: center;
}

/**************End Footer****************/
