/* Main */
body {
	background: url(../images/back-grad2.gif) top center repeat-x #FFF;
	font-family: Verdana, "Lucida Sans Unicode", Arial, Tahoma, sans-serif;
	line-height: 1.4em;
	color: #646464;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.spacer { padding-bottom: 20px; }

/* General text */
small {
	font-size: .7em;
	color: #c6c6c6;
}
strong {
	font-weight: bold;
	color: #848484;
}
p {
	font-size: .9em;
}
.content p {
	padding: 7px 0;
	font-size: .8em;
}

/* Quotes */
blockquote {
	background: url(../images/quote.gif) no-repeat;
	font-style: italic;
	font-size: .9em;
	padding-left: 55px;
	margin: 20px 0;
	color: #b9b9b9;
}

/* Lists */
ol, ul {
	padding: 2px 0;
}
.content ol, .content ul {
	padding-left: 22px;
	font-size: .8em;
}
.content ul { padding-left: 17px; }

/* Hyperlinks */
a {
	color: #118ad6; /*** Colored ***/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Layout Styles */
img.framed {
	margin: 20px 0;
	border: 1px solid #eee;
	background: #F7F7F7;
	padding: 7px;
}

div.get-started {
	width: 50%;
	margin: 0 auto;
}
a.start {
	width: 162px;
	background: transparent url(../images/start.gif) 0 0;
	line-height: 51px;
	text-indent: -999em;
	margin: 0 10px;
	cursor: pointer;
}
	a:hover.start { background-position: -162px 0; }
	a:active.start { background-position: -324px 0; }

/* Form Styling */
label {
	display: block;
	margin: 15px 0 10px 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #118ad6; /*** Colored ***/
}
input,
textarea {
	background: url(../images/upper-shade.gif) repeat-x top;
	border: 1px solid #e8e8e8;
	padding: 7px;
	margin-bottom: 5px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Tahoma, sans-serif;
}
/*input {
	width: 210px;
}
*/	input.smaller {
		width: 100px;
	}
	input.larger {
		width: 400px;
	}
.submit {
    border: none;
	width: 120px;
	height: 37px;
	margin: 10px 5px 0 0;
	padding-bottom: 2px;
	font-weight: bold;
	color: #fff;
	font-size: 0.8em;
    background: url(../images/button.gif) no-repeat 0 0;
}
	.submit:hover {
		background-position: 0 -37px;
		cursor: pointer;
	}
.button {
	border:1px solid #2E3136;
	background:#45494F;
	padding:5px 15px;
	color:white;
	font-weight:bold;
	font-size:1.2em;
}

/* Headings */
h1 {
	font-size: 1.5em;
	font-family: Corbel, Verdana, "Lucida Sans Unicode", Arial, Tahoma, sans-serif;
	color: #666666;
	border-bottom: 1px solid #e1e1e1;
	line-height: 1.5em;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
h2, h3 {
	font-size: 1.4em;
	font-family: Corbel, Verdana, "Lucida Sans Unicode", Arial, Tahoma, sans-serif;
	color: #0d7ccf; /*** Colored ***/
	line-height: 1.4em;
}
h3 {
	font-family: Corbel, Verdana, "Lucida Sans Unicode", Arial, Tahoma, sans-serif;
	font-size: 1.2em;
	margin-top: .5em;
}
h4, h5, h6 {
	font-size: 1em;
	line-height: 1.5em;
	color: #465E75;
}
h4 {
	padding-top:12px;
}
h5, h6 {
	font-size: .9em;
	font-weight: bold;
}
h6 {
	font-size: .8em;
}

/* Tables */
table {
	padding: 8px 0;
	color: #646464;
}
td {
	padding: 8px 5px;
	border-bottom: 1px solid #e2e2e2;
	font-size: .8em;
	text-align: center;
}
tr.table-header {
	background: url(../images/shade.gif) repeat-x center;
}
tr.table-header h5 {
	padding: 10px 0;
	color: #FFF;
}
th {
	padding: 0px 10px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #e2e2e2;
	font-weight: bold;
}

/* Layout */
#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
	#head {
		position: relative;
		height: 129px;
	}

		/* Logo */
		#head h1#logo, #header h1#logo a { 
			display: block;
			height: 50px;
			width: 266px;
		}
		#head h1#logo { 
			background: url(../images/arc-logo.png) no-repeat;
			border: none;
			height: 50px;
			left: 0px;
			margin: 0;
			padding: 0;
			position: absolute;
			text-indent: -999em;
			top: 50px;
		}
		/* Navigation */
		ul#navigation {
			list-style: none;
			position: absolute;
			top: 65px;
			right: 0;
			margin: 0;
			padding: 0;
		}
		ul#navigation li {
			float: left;
			background: url(../images/mi-standby.gif) no-repeat left top;
			padding-left: 3px;
			margin-left: 6px;
		}
		ul#navigation a {
			float: left;
			display: block;
			background: url(../images/mi-standby.gif) no-repeat right top;
			padding: 5px 12px 4px 10px;
			text-decoration: none;
			font-weight: bold;
			font-size: .7em;
			color: #999999;
		}
		ul#navigation a:hover {
			color: #14458b;
		}
			/* Current list item */
			ul#navigation .current {
				background: url(../images/mi-active.gif) no-repeat left top;
			}
			ul#navigation .current a {
				background: url(../images/mi-active.gif) no-repeat right top;
				color: #C0C0C0;
			}
			/* Highlighted (last) list item */
			ul#navigation .highlighted {
				background: url(../images/mi-highlighted.gif) no-repeat left top;
			}
			ul#navigation .highlighted a {
				background: url(../images/mi-highlighted.gif) no-repeat right top;
				padding: 5px 15px 10px 14px;
				color: #FFF;
			}
			ul#navigation .highlighted a:hover {
				color: #93ddff; /*** Colored ***/
			}

	/* Promo-box */
	#promo-box {
		background: url(../images/box-slice.gif) 0 0 no-repeat;
		position: relative;
		padding: 8px 0;
		margin-bottom: 15px;
	}
		#promo-box .inner {
			border-left: 1px solid #eee;
			border-right: 1px solid #eee;
			background: #F7F7F7;
			padding: 0 6px;
		}
		#promo-box .box-end {
			height: 8px;
			background: url(../images/box-slice.gif) -970px 0 no-repeat;
		}
		#promo-box #slides-dock {
			width: 946px;
			height: 238px;
			position: relative;
			overflow: hidden;
		}
			#slides-dock img {
				margin: 0px 0 0 0px;
				width: 946px;
				height: 238px;
			}
			#slide-label {
				float: left;
				position: absolute;
				left: 6px;
				bottom: 20px;
				background: url(../images/semi-000.png) repeat;
				z-index: 999;
				padding: 7px 7px 7px 15px;
				color: #FFF;
				font-size: .9em;
				cursor: default;
			}
		#promo-box .intro {
			width: 235px;
			padding: 15px;
			color: #464646;
			font-size: .8em;
			line-height: 1.5em;
		}

		#promo-box .intro-wide {
			width: 385px;
			padding: 15px;
			color: #464646;
			font-size: .8em;
			line-height: 1.5em;
		}


			#promo-box .intro span {
				color: #0069ff;
				font-size: 1.0em;
				line-height: 1.7em;
			}
		
	/* Homepage infos */
	.info-strip {
		width: 325px;
		min-height: 140px;
		padding: 0 10px 0px 10px;
		font-size: .9em;
	}

	.info-strip-wide {
		width: 525px;
		min-height: 140px;
		padding: 0 10px 0px 10px;
		font-size: .9em;
	}

		.info-strip h3, .info-strip-wide h3 {
			font-size: 1.3em;
			padding-bottom: 5px;
		}
	
	/* Layout Columns */
	#left-column {
		width: 609px;
		float: left;
		min-height: 200px;
	}
	
	.folio-box {
		width: 222px;
		background: url(../images/column-slice2.gif) 0 0 no-repeat;
		position: relative;
		padding: 5px 0;
		margin-top: 10px;
	}

	.rounded-box {
		width: 298px;
		background: url(../images/column-slice.gif) 0 0 no-repeat;
		position: relative;
		padding: 5px 0;
		margin-top: 10px;
	}
		.rounded-box {
			float: right;
		}
		.rounded-box .inner, .folio-box .inner {
			border-left: 1px solid #eee;
			border-right: 1px solid #eee;
			background: #F7F7F7;
			padding: 0 6px;
		}
		.rounded-box .box-end {
			height: 8px;
			background: url(../images/column-slice.gif) -308px 0 no-repeat;
		}

		.folio-box .box-end {
			height: 8px;
			background: url(../images/column-slice2.gif) -232px 0 no-repeat;
		}
		
		.rounded-box h6 {
			line-height: 37px;
			padding: 0 0 0 15px;
			background: url(../images/col_heading.gif) no-repeat;
			margin-left: 1px;
		}
		.rounded-box p {
			padding: 4px 7px;
		}
		.rounded-box ol, .rounded-box ul { padding: 10px 0; }
		.rounded-box ol { padding-left: 30px; }
		.rounded-box ul { padding-left: 25px; }
	
	.folio-box {
		margin: 0 0 5px 15px;
		text-align: center;
		float: left;
	}
		.folio-box .inner {
			padding: 7px 0;
		}
		.folio-box .inner a.jfancy {
			display: block;
		}
		.folio-box .proj-label {
			background: url(../images/semi-000.png) repeat;
			line-height: 2.1em;
			padding: 0 8px;
			position: absolute;
			right: 14px;
			top: 12px;
			z-index: 5;
			color: #FFF;
			font-size: .8em;
			cursor: default;
		}

#wrapper .folio-box .inner .ourwork-text {
	text-align: left;
	padding: 12px;
}

#wrapper .folio-box .inner .ourwork-text p {
	font-size: .7em;
}

#wrapper .folio-box .inner .ourwork-text .largeital {
	font-size: .9em;
	font-style: italic;
	color:#0d7ccf;
}



	/* Footer */
	#footer {
		border-top: 1px solid #e9e9e9;
		padding: 10px 0 40px;
		margin-top: 30px;
		color: #ababab;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .7em;
	}
		#footer p { float: left; }
		#footer span { float: right; }#wrapper em {
	font-style: italic;
}
.furthermargin {
	padding-left:20px;
}
#wrapper #head #logo2 img {
	padding-top: 50px;
}
.info-strip ol, .info-strip-wide ol {
	padding-left: 22px;
	font-size: .9em;
}
.info-strip ul, .info-strip-wide ul {
	padding-left: 20px;
	font-size: .9em;
}
