body {
	background: #c1bdb6;
	font: 12px "Lucida Sans", Helvetica, Arial, Sans-Serif;
	color: #7F7A73;
	margin: 0;
	padding: 0 0 30px 0;
}


/**********************************************
	Global Styles
***********************************************/

a {
	color: #df8309;
	text-decoration: none;
}

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

a:visited {
	color: #df8309;
}

a:active {
	color: #df8309;
	text-decoration: none;
}

h1 a, h1 a:hover, h1 a:visited, h1 a:active {
	color: #222;
}

p {
	line-height: 1.7em;
}

p.big {
	font-size: 15px;
}

a img {
	border: 0;
}

img {
	margin: 0;
	padding: 0;
}

img.floatleft {
	float: left;
	margin: 5px 20px 20px 0;
}

img.floatright {
	float: right;
	margin: 5px 0 20px 20px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #7F7A73;
	margin: 3px 0 10px 0;
}

h1 { font-size: 24px; letter-spacing: -1px; }
h2 { font-size: 21px; margin-top: 20px; }
h3 { font-size: 18px; margin-top: 18px; }
h4 { font-size: 16px; margin-top: 16px; }
h5 { font-size: 14px; margin-top: 14px; }
h6 { font-size: 12px; text-transform: uppercase; font-weight: bold; margin-top: 12px; }

h1.slimtopmargin, h2.slimtopmargin, h3.slimtopmargin, h4.slimtopmargin, h5.slimtopmargin, h6.slimtopmargin {
	margin-top: 5px;
}

a {
	text-decoration: none;
}

blockquote {
	border-top:3px double #DDD;
	border-bottom:3px double #DDD;
	font-size: 13px;
	font-style: italic;
	line-height: 1.7em;
	padding: 10px 0;
}

.pullout-right {
	float: right;
	width: 200px;
	color: #444;
	font-size: 14px;
	font-style: italic;
	line-height: 1.7em;
	padding: 25px;
}

.pullout-left {
	float: left;
	width: 200px;
	color: #444;
	font-size: 16px;
	font-style: italic;
	line-height: 1.7em;
	padding: 15px;
}

pre { line-height: 1.4em; }

small { color: #999; }

li { line-height: 1.8em; }

ul.bullets li {
	background: url(../images/icons/blackbullets.png) no-repeat center left;
	padding-left: 22px;
	list-style-type: none;
}

ul.nobullets {
	margin: 7px 0 7px 18px;
	padding: 0;
}

ul.nobullets li {
	list-style-type: none;
}

ul.list_divided {
	margin: 0;
	padding: 0;
}

ul.list_divided li {
	border-bottom: 1px dotted #DDD;
	line-height: 2.5em;
}

ul.list_divided li ul li {
	border-bottom: 0;
	margin-left: 5px;
	line-height: 1.7em;
}

ul.checks li {
	background: url(../images/icons/check.png) no-repeat center left;
	padding-left: 25px;
}

ul.arrows li {
	background: url(../images/icons/arrow.png) no-repeat center left;
	padding-left: 22px;
}

ul.blackarrows {
	margin-left: 20px;
}

ul.blackarrows li {
	background: url(../images/icons/blackarrow.png) no-repeat top left;
	padding-left: 22px;
	padding-bottom: 2px;
}

hr {
	background: #DDD;
	color: #DDD;
	height: 1px;
	border: 0;
	margin: 20px 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table .important_column {
	background: #fff9bb;
	border: 1px solid #eae293;
}

th {
	background: #DDD;
	border: 1px solid #CCC;
	padding: 10px;
	color: #333;
}


td {
	background: #EEE;
	border: 1px solid #DDD;
	padding: 5px;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px solid #CCCCCC;
	padding: 20px;
}

legend {
	font-weight: bolder;
}

input, textarea {
	background: #F5F5F5;
	border: 1px solid #D5D5D5;
	padding: 7px;
}

button {
	background: #333333;
	height: 100%;
	font-weight: bolder;
	padding: 10px 20px 10px 20px;
	color: #FFFFFF;
	border: none;
}

button:hover {
	background: #666666;
	cursor: pointer;
}

.code {
	font: 12px Courier, Courier New, Serif;
	color: #85574d;
}

#container {
	background: url(../images/content_bg.png) repeat-y;
	width: 980px;
	margin: 0 auto;
	padding-left: 20px;
}


/**********************************************
	Header
***********************************************/

#header {
	background: url(../images/header.jpg);
	width: 1000px;
	height: 108px;
	margin: 0 auto;
}

#navigation {
	background: url(../images/nav_bg.png) repeat-x;
	width: 960px;
	height: 44px;
	font-size: 13px;
}


/**********************************************
	Displays
***********************************************/

#nivoslider {
	background: url(../images/blue/display.jpg);
	width: 880px;
	height: 384px;
	padding: 40px;
	color: #FFF;
}

#kwicksdisplay {
	background: url(../images/blue/display_kwicksroundabout.jpg);
	width: 880px;
	padding: 40px;
}

#roundaboutdisplay {
	background: url(../images/blue/display_kwicksroundabout.jpg);
	width: 880px;
	padding: 25px 40px 40px 40px;
	height: 330px;
}

#roundaboutdisplay a, /* USED TO FIX UNDERLINE BUG */
#roundaboutdisplay a:hover {
	text-decoration: none;
}

#display {
	clear: both;
	margin-top: 5px;
	text-align: center;
}

.haccordion { cursor: pointer; }

.kwicks_overlay {
	float: left;
	position: relative;
}

.kwicks_description {
	position: absolute; 
	bottom: 15px;
	left: 50px;
	width: 500px;
	background-color: #000;
	font-family: Lucida Sans;
	font-size: 13px;
	color: #FFF;
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE transparency */
}

.kwicks_description h3 { color: #DF8309; }

.description_content {
	padding: 10px 10px 10px 15px;
	margin: 0px;
	line-height: 1.7em;
	text-align: center;
}


/**********************************************
	Call to Action
***********************************************/

#calltoaction {
	background: #FFFFFF;
	border-top: 5px solid #282828;
	width: 880px;
	height: 52px;
	font-size: 15px;
	line-height: 1.7em;
	padding: 25px 40px;
}

.calltoaction_left {
	float: left;
	width: 880px;
}

.calltoaction_right {
	float: right;
	padding-top: 13px;
}


/**********************************************
	Content
***********************************************/

#content {
	width: 960px;
	padding: 40px;
	margin: 0 auto;
}

#pagetitle {
	background: url(../images/blue/pageheader.jpg);
	width: 930px;
	height: 64px;
	padding: 25px 0 0 30px;
	color: #FFF;
}

.subnav {
	float: right;
	margin: 10px 20px 0 0;
}

.subnav ul {
	margin: 0;
	padding: 0;
}

.subnav li {
	display: inline;
	list-style-type: none;
}

.subnav li a { color: #FFF; padding: 10px 15px; }

#pagetitle h1 { 
	float: left;
	color: #FFF;
}

.left {
	float: left;
	width: 580px;
	padding-right: 10px;
}

.left2 {
	float: left;
	width: 880px;
	padding-right: 0px;
}

/* File Types */
.file_html {
	background: url(../images/icons/html.png) no-repeat center left;
	padding-left: 25px;
}
.file_css {
	background: url(../images/icons/css.png) no-repeat center left;
	padding-left: 25px;
}
.file_php {
	background: url(../images/icons/php.png) no-repeat center left;
	padding-left: 25px;
}
.file_flash {
	background: url(../images/icons/flash.png) no-repeat center left;
	padding-left: 25px;
}
.file_pdf {
	background: url(../images/icons/pdf.png) no-repeat center left;
	padding-left: 25px;
}
.file_word {
	background: url(../images/icons/word.png) no-repeat center left;
	padding-left: 25px;
}
.file_ppt {
	background: url(../images/icons/powerpoint.png) no-repeat center left;
	padding-left: 25px;
}
.file_excel {
	background: url(../images/icons/excel.png) no-repeat center left;
	padding-left: 25px;
}
.file_video {
	background: url(../images/icons/video.png) no-repeat center left;
	padding-left: 25px;
}
.download {
	background: url(../images/icons/download.png) no-repeat center left;
	padding-left: 25px;
}

.portfolio_box_anime {
	position: relative; 
	overflow: hidden;
	float: left;
	margin-bottom: 15px;
}

.portfolio_zoom {
	display: none;
	position: absolute; 
	bottom: 3px;
	right: 0;
	padding: 8px 20px;
	font-weight: bold;
	float: inherit;	
	background-color: #000;
	text-align: center;
	cursor: pointer;
}

.portfolio_box_anime a, .portfolio_box_anime a:hover {
	color: #FFF;
	text-decoration: none;
}

.success {
	background: #b9ee99;
	width: 550px;
	height: 35px;
	padding: 15px;
	margin-bottom: 15px;
	line-height: 2.8em;
	border: 1px solid #67c82c;
	color: #487c29;
}

.error, .bademail, .badserver {
	background: #f9b29c;
	width: 550px;
	height: 35px;
	padding: 15px;
	margin-bottom: 20px;
	line-height: 2.8em;
	border: 1px solid #ea6353;
	color: #8a352a;
}

.warning {
	background: #f7f4ce;
	width: 550px;
	height: 35px;
	padding: 15px;
	margin-bottom: 20px;
	line-height: 2.8em;
	border: 1px solid #c5c195;
	color: #8a8871;
}

.success img, .error img, .warning img, .bademail img, .badserver img {
	margin: 0;
}

/* Contact Form */
#contact {
	width: 566px;
}

#contact form label {
	display: block;
	font-weight: bolder;
	line-height: 1.3em;
}
	
#contact form input, textarea {
	width: 100%;
	margin: 10px 0 15px 0;
	color: #444444;
	line-height: 1.7em;
}

#contact button {
	float: right;
	margin: 0 -20px 10px 0;
}

.right {
	float: left;
	width: 265px;
	padding-left: 25px;
	margin-top: -17px;
}

.right_section {
	margin-bottom: 25px;
}

.sidebarheading {
	padding-bottom: 7px;
	border-bottom: 1px solid #DDD;
}

/* Buttons */
.button {
	background: url(../images/button_bg.png);
}

.button a {
	color: #FFF;
	background: url(../images/button_bg.png);
	padding: 10px 15px;
}

.button a:hover {
	background: url(../images/blue/button_hoverbg.png);
	text-decoration: none;
}

.bigbutton a {
	background: url(../images/button_bg.png);
	color: #FFF;
	padding: 15px 20px;
	font-size: 16px;
}

.bigbutton a:hover {
	background: url(../images/blue/button_hoverbg.png);
	text-decoration: none;
}

.center {
	text-align: center;
	margin: 0 auto;
}

/* Two Column Layout */
.twocols_1 {
	float: left;
	width: 430px;
	padding-right: 20px;
}

.twocols_2 {
	float: left;
	width: 430px;
}

/* Three Column Layout */
.threecols_1 {
	float: left;
	width: 430px;
	padding-right: 10px;
}
					
.threecols_2 {
	float: left;
	width: 280px;
	padding: 0 10px;
}
					
.threecols_3 {
	float: left;
	width: 280px;
	padding-left: 10px;
}

.postdetails {
	color: #999;
	margin-bottom: 10px;
}

.folioimage span {
	display:none; 
	font-weight: bolder;
}

.folioimage:hover span {
	display: inline; 
	position: absolute; 
	bottom: 0; 
	right: 0; 
	padding: 8px 20px; 
	background: #000; 
	color: #FFF; 
	z-index:9; 
}

.spacer {
	height: 1px;
	clear: both;
}


/**********************************************
	Footer
***********************************************/

#footer_top {
	background: url(../images/footer_bg.jpg) no-repeat #0b090a;
	width: 880px;
	padding: 40px;
}

#footer_top h1, #footer_top h2, #footer_top h3, #footer_top h4, #footer_top h5, #footer_top h6 {
	color: #df8309;
	margin-top: 0;
}

#footer_top .twocols_1 ul, #footer_top .twocols_2 ul {
	margin: 0;
	padding: 0;
}

#footer_top .twocols_1 li, #footer_top .twocols_2 li {
	list-style-type: none;
	border-bottom: 1px solid #444;
	line-height: 2.8em;
}

#footer_top .threecols_1 {
	float: left;
	width: 265px;
	padding-right: 20px;
}
					
#footer_top .threecols_2 {
	float: left;
	width: 265px;
	padding: 0 20px;
}
					
#footer_top .threecols_3 {
	float: left;
	width: 265px;
	padding-left: 20px;
}

#footer_top .twocols_1 {
	float: left;
	width: 270px;
	padding-right: 15px;
}

#footer_top .twocols_2 {
	float: left;
	width: 120px;
}

#footer_top ul.footerimgs {
	margin: 0;
	padding: 0;
}

#footer_top ul.footerimgs li {
	float: left;
}

#footer_top ul.footerimgs li img {
	width: 83px;
	margin-right: 5px;
}

#footer_top a, #footer_top a:hover, #footer_top a:visited, #footer_top a:active {
	color: #FABF5E;
}

#footer_bttm {
	background: url(../images/footerbtm_bg.jpg) no-repeat top;
	color: #666;
	text-align: center;
	width: 1000px;
	height: 42px;
	padding: 10px 0 30px 0;
	margin: 0 auto;
}
