/* CSS Document */
/* CSS Document */
/* HTML CAROUSEL */

#content #html-carousel {
	width: 723px;
	display:inline;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 184px;
	float: left;
	
}
body {
	text-align: center;
}




#html-carousel .carousel-list li {
	width: 723px;
	padding:0;
	margin: 0;
	text-align:left;
}

#html-carousel .carousel-list li img {
	width: 510px;

	background-color:#261B15;
	display:block;
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
}


#html-carousel .carousel-list li .details {
	display:block;
	color:#fff;
	padding: 0px;
	background-image: url(../images/car_scroll.jpg);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 184px;
	background-position: right bottom;
}

#html-carousel .carousel-list li .details_bettix {
	display:block;
	color:#fff;
	padding: 0px;
	background-image: url(../images/scroll_grahics.gif);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 184px;
	background-position: right bottom;
}
#html-carousel .carousel-list li .details_constructiontech{
	display:block;
	color:#fff;
	padding: 0px;
	background-image: url(../images/const_scroll.jpg);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 184px;
		background-position: right bottom;
}
#html-carousel .carousel-list li .details_renoir{
	display:block;
	color:#fff;
	padding: 0px;
	background-image: url(../images/renoir_scroll.jpg);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 184px;
		background-position: right bottom;
}
#html-carousel .carousel-list li .details_baltimore{
	display:block;
	color:#fff;
	padding: 0px;
	background-image: url(../images/web_design_wigan.jpg);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 184px;
		background-position: right bottom;
}
#html-carousel .carousel-list li .details_dgr{
	display:block;
	color:#fff;
	padding: 0px;
	background-image: url(../images/dgr_back.jpg);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 184px;
		background-position: right bottom;
}

#html-carousel .carousel-list li .details_sk{
	display:block;
	color:#fff;
	padding: 0px;
	background-image: url(../images/sk_scroll.jpg);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 184px;
		background-position: right bottom;
}
#html-carousel .carousel-list li .details_jd{
	display:block;
	color:#fff;
	padding: 0px;
	background-image: url(../images/jd_scroll.jpg);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 184px;
		background-position: right bottom;
}
.det_text {
	width: 339px;
	text-align: right;
	padding-right: 15px;
	padding-top: 26px;
}
.det_text h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
}
.det_text h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #c2bbaa;
	padding-bottom: 7px;
}
.det_text p {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c7bfab;
	padding-bottom: 7px;
}
.det_text a:link, .det_text a:visited, .det_text a:active {
	color: #FFC244;
	font-size: 11px;
	text-decoration: none;
}
.det_text a:hover, .det_text a:focus {
	text-decoration: none;
	color:#FFFFFF;
}

.pinky {
	color: #FFBC23;
}


#html-carousel .carousel-list li .feat{
	border-left:1px solid #444;
	width:723px;
	font:1.4em Arial, Helvetica, sans-serif;
	color:#fff;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#html-carousel .carousel-list li .featname{
	font:1.4em Arial, Helvetica, sans-serif;
	color:#fff;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
}




/* BUTTONS */
#buttons{
	float:left;
}

#prev-arrow-container{
	margin-top: 351px;
	z-index: 200;
	position: absolute;
	margin-left: 45px;
}

#next-arrow-container {
	z-index: 100;
	float: right;
	position: absolute;
	margin-top: 351px;

	margin-left: 732px;

}


/* COLOR SYNTAXING */
pre {
  font-size: 12px;
  padding: 0px;
  border:  1px solid #333;
  overflow: auto;
  border-bottom-color: #ddd;
	color: #fff;
	background-color:  #222;
}

/* =code highlighting
-----------------------------------------------------------------------------*/

/** RUBY **/
code.ruby span.comment {
	color: #BD48B3;
}

code.ruby span.string {
	color: #99FF00;
}

code.ruby span.brackets {
	
}

code.ruby span.symbol {
	color: #6BCFF7;
}

code.ruby span.keywords {
	color: #FF8400;
}

/** YAML **/
code.ruby span.key {
  color: #FF8400;
}

/** JAVASCRIPT **/

/** HTML **/
code.html span.tag {
	color: #fff;
}

code.html span.attribute {
	color: #FFD500;
}

code.html span.string {
	color: #99FF00;
}

code.html span.comment {
	color: #999;
}

code.html span.doctype {
	color: #D7FF80;
}  

code.html span.tag {
	color:  #6BCFF7;
}

/** CSS */
code.css .comment {
	color : #BD48B3;
}

code.css .properties {
	color :   #6BCFF7;
}

code.css .selectors {
	color :  #FF8400;
}

code.css .units {
	color: #99FF00;
}

code.css .urls {
	color :green;
}

code.css .keywords {
	color:  #FFD500;
}

/** Javascript */
code.javascript .comment {
	color : #BD48B3;
}

code.javascript .string {
	color : #99FF00;
}

code.javascript .keywords {
	color : #FF8400;
}

code.javascript .global {
	color : #6BCFF7;
}

/*code.javascript .brackets {
	color : #6BCFF7;
}*/

/* */
div#wrapper2{
  float:left;
  width:100%;    
}

div#navigation{
  float:left;
  width:200px;
  margin-left:-200px;
  text-align:left;
  background:#F0F0F0;
}

#nm {
  float:left;
  background:#FFF;
  width: 200px;
  text-align:center;
}

#g {
  float:left;
  padding-left:40px;
}
#column_full a {
	color: #FFFFFF;
	text-decoration: none;
}
#column_full a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
