@charset "utf-8";
/* CSS Document */

/* 
=======================
white style
=======================
*/
/* import css */
@import "./framework.css";
@import "./nivo-slider.css";
@import "./fancybox/jquery.fancybox-1.3.4.css";
html {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	line-height:18px;
	background: #FFF;
}
#contents h1 {
	font-size:24px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 0;
}
#contents h2 {
	font-size:20px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 0;
}
#contents h3 {
	font-size:16px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 0;
}
#contents h4 {
	font-size:14px;
	color:#333;
	display: block;
	margin-bottom: 0;
	margin-top:12px;
}
#contents h5 {
	font-size:12px;
	color:#333;
	display: block;
	font-weight:700;
	margin-bottom: 0;
}
#contents h6 {
	font-size:10px;
	color:#333;
	display: block;
	margin-bottom: 0;
}
/*
begin resets
*/
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 {
	border: 0;
	outline: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	vertical-align: top;
	padding-top: 0px;
}
/*
Main Global Layout Settings
*/

* {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body {
	height: 100%;
	margin: 0;
	height: auto;
	min-height: 100%;
}
a {
	outline: none;
	text-decoration: none;
	color:#333333;
}
a:hover {
	text-decoration: none;
	color:#ff0028;
}
a img {
	border: none;
}
.clear {
	clear:both;
}
#pagecontainer {
	width: 1000px;
	margin: 0px auto;
	padding:0px;
	margin-top:30px;
	background: #fff;
}
#mainpage {
	width: 1000px;
	margin: 0px auto;
	padding-top:30px;
}
#header {
	padding-bottom:0px;
	border-bottom-style: dotted;
}
#logo {
	margin:0;
	padding:0;
	margin-top:-20px;
}
.twocolumn {
	width:700px;
	float:left;
}
/* -------- Title and Contents -------- */

#title {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:inherit;
	color:#333333;
	font-weight:normal;
	width:700px;
	margin-top: 45px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	display: block;
}
.med-title {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:inherit;
	color:#333333;
	font-weight:normal;
	margin-right: 0;
	display: block;
}
#contents {
	font-size:12px;
	line-height:1.6;
	color:#333333;
	padding-bottom:20px;
	margin-left:10px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
#contents em {
	font-style:italic;
}
#contents a {
	color:#333333;
	text-decoration:none;
}
#contents a:hover {
	color: #ff0028;
}
#contents blockquote {
	margin:0 0 22px 5px;
	padding:0 15px;
	border-left: 2px solid #E8E8E8;
}
#contents ul, #contents ol {
	list-style-position:outside;
	margin-left:0px;

}
/* -------- Headings -------- */
	
#contents .servicelist ul {
	list-style-image: 
 url('../images/tick.gif');
	padding-bottom:20px;
}
#contents .servicelist ul li {
	padding-top:5px;
}
#contents .starlist ul {
	list-style-image: 
 url('../images/star.gif');
	padding-bottom:20px;
}
#contents .starlist ul li {
	padding-top:5px;
}
/* -------- Text Highlight Marker -------- */

#contents .highlight {
	background:#FFFF99;
}
/* -------- Flexible Buttons -------- */

/* Normal Buttons  */

#contents a.button, a.button {
	background: transparent url('../images/buttons/bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display:inline-block;
	height: 34px;
	margin-right: 6px;
	margin-top:0;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
#contents a.button span, a.button span {
	background: transparent url('../images/buttons/bg_button_span.gif') no-repeat top left;
	display: block;
	line-height: 14px;
	padding: 10px 0 10px 18px;
}
#contents a.button:hover, a.button:hover {
	color:#000;
	background-position: bottom right;
	cursor:pointer;
}
#contents a.button:hover span, a.button:hover span {
	color:#000;
	background-position: bottom left;
	cursor:pointer;
}
/* Icon Buttons  */

#contents a.buttonicon, a.buttonicon {
	background: transparent url('../images/buttons/bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display:inline-block;
	height: 34px;
	margin-right: 6px;
	margin-top:0;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
#contents a.buttonicon span, a.buttonicon span {
	background: transparent url('../images/buttons/bg_button_span.gif') no-repeat top left;
	display: block;
	line-height: 14px;
	padding: 10px 0 10px 18px;
}
#contents a.buttonicon:hover, a.buttonicon:hover {
	color:#000;
	background-position: bottom right;
	cursor:pointer;
}
#contents a.buttonicon:hover span, a.buttonicon:hover span {
	color:#000;
	background-position: bottom left;
	cursor:pointer;
}
/* -------- Sidebar -------- */

#sidebar {
	float:right;
	width:200px;
	font-size:11px;
}
#sidebar ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	color:#333333;
	padding:0;
	margin:0;
}
.sidebartitle {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:inherit;
	font-weight:normal;
	color:#333333;
	letter-spacing:0px;
	margin-bottom:10px;
	margin-top: 39px;
	display: block;
}
#sidebar .sidebaropts ul li {
	font-size:11px;
}
.sidebaropts {
	font-size:11px;
	line-height:18px;
	color:#333333;
	margin-top:-8px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:30px;
}
.sidebaropts a {
	color:#333333;
}
.sidebaropts a:hover {
	color:#ff0028;
	text-decoration:none;
}
.sidebaropts ul {
	font-size:11px;
	line-height:18px;
	list-style:none;
	color:#333333;
	padding:0;
	margin:0;
}
.sidebaropts ul li {
	color:#333333;
}
.sidebaropts ul li a {
	color:#333333;
	padding:6px 0 5px 0;
	border-bottom:1px dotted #D1D1D1;
	display:block;
}
.sidebaropts ul li a:hover {
	color:#ff0028;
	text-decoration:none;
}
.sidebaropts ul ul li a {
	color:#333333;
	padding-left:15px;
}
.sidebaropts ul ul ul li a {
	color:#333333;
	padding-left:30px;
}
.sidebaropts ul ul ul ul li a {
	color:#333333;
	padding-left:55px;
}
/* -------- Sidebar Portfolio Photos-------- */					
	.sidephotospace {
	margin-right:22px;
}
.sidephotowrap {
	width:280px;
	float:left;
	margin:0;
	padding:0;
}
.sidephotoitem ul {
	list-style:none;
	margin:0;
	padding:0;
}
.sidephotoitem ul li {
	float:left;
	margin-bottom:22px;
}
.sidephotoimage {
	width: 70px;
	height:70px;
	border:4px solid #2E2E2E;
}
.sidephotoimage:hover {
	border:4px solid #333333;
}
#footerwrap {
	padding: 40px 0 35px 46px;
	background: #e8e8e8;
}
/* -------- Copyright style -------- */

	#footerbarwrap {
	padding: 20px 0 20px 35px;
	margin: 0;
	background:#fff;
	font-size:9px;
	color:#ccc;
}
#footerbarwrap ul li {
	color:#ccc;
}

#footerbarwrap ul li a {
	color:#333333;
}
.listleftside {
	list-style: circle;
}
.listleftside li a {
	text-decoration:none;
}
/*  SLIDERS
========================================================================= */
#slideshow {
	margin-bottom: 10px;
	position: relative;
	float: left;
	height: 440px;
	width: 1000px;
	overflow: hidden;
	background-color: #f3f3f3;
}
#slideshow.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#slideshow.nivoSlider a {
	border: 0;
	display: block;
}
#slideshow .nivo-caption {
	text-align: center;
}
a.nivo-nextNav, #slide-controls a#slide-nextNav {
	float: left;
	top: 137px;
	right: 0;
	width: 86px;
	height: 106px;
	position: absolute;
	text-indent: -999em;
	display: block;
	background: url(../images/arr-next.png) no-repeat;
	z-index: 999;
}
a.nivo-prevNav, #slide-controls a#slide-prevNav {
	float: left;
	top: 137px;
	left: 0;
	width: 86px;
	height: 106px;
	position: absolute;
	text-indent: -999em;
	display: block;
	background: url(../images/arr-prev.png) no-repeat;
	z-index: 999;
}
.nivo-controlNav, #nav {
	position: absolute;
	z-index: 100;
	left: 20px;
	top: 15px;
}
.nivo-controlNav a, #nav a {
	text-indent: -999em;
	background-color: #444;
	width: 6px;
	height: 6px;
	margin-right: 7px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.nivo-controlNav a.active, #nav a.activeSlide {
	background-color: #e81b1b;
}
/* custom slider */
#new-slider {
	position: relative;
	margin-bottom: 0;
}
#new-slider li {
	position: relative;
	float: left;
	height: 380px;
	width: 1000px;
	overflow: hidden;
}
.popup {
	position: absolute;
	z-index: 100;
	display: block;
	color: #fff;
	padding: 8px 20px;
	background-color: #666;
	background-color: rgba(0,0,0,.6);
	left: 0;
	bottom: 0;
	width: 960px;
	text-align: center;
}
.popup a {
	color: #fff;
}
.html5-video-player {
	z-index: 99;
}
/* Horizontal carousel */
.carousel-container {
	float: left;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.horz-carousel {
	float: left;
	overflow: hidden;
	width: 570px;
	height: 116px;
	margin: 0;
}
.horz-carousel li {
	display: inline;
	margin-bottom: 0;
}
.horz-carousel a {
	float: left;
	width: 116px;
	height: 116px;
	overflow: hidden;
	margin-right: 10px;
	margin-left: 10px;
}
#arr-prev {
	text-indent: -999em;
	width: 40px;
	height: 116px;
	display: block;
	background: url(../images/gall-prev.png) no-repeat center center;
	overflow: hidden;
	float: left;
	margin: 0;
	opacity: .6;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
#arr-prev:hover {
	opacity: 1;
}
#arr-next {
	text-indent: -999em;
	width: 40px;
	height: 116px;
	display: block;
	background: url(../images/gall-next.png) no-repeat center center;
	overflow: hidden;
	float: left;
	margin: 0;
	opacity: .6;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
#arr-next:hover {
	opacity: 1;
}
/*  IMAGES
========================================================================= */
.small-img {
	margin-bottom: 20px;
}
.big-img {
	 margin-bottom: 30px;
	 padding:1px; 
	 background:#fff; 
	 border:1px solid #ddd;	
	
}
.preload.left, span.left {
	margin-right: 20px;
}
.preload.right, span.right {
	margin-left: 20px;
}
.preload, .thumb, #new-slider li {
	background: url(../images/loader.gif) no-repeat center center;
	display: block;
	min-height: 16px;
	min-width: 16px;
}
/*  PAGE COMMONS
========================================================================= */


/* testimonials bar */
.side-testimonials-box {
	margin-bottom: 20px;
	background: url(../images/testimonial-back.png) no-repeat left top;
	color: #666;
	padding-top: 10px;
	padding-left: 20px;
}
.testimonial-msg {
	font-style: italic;
	font-size: 11px;
}
.testimonial-sign {
	text-align: right;
	text-shadow: 0 1px 0 #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* featured box */
#feature-box {
	float: left;
	position: relative;
	display: inline;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #333;
	color: #fff;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
}
#feature-box h3 {
	text-transform: uppercase;
	font: 28px/28px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
/* featured post box */
#feature-post-box {
	float: left;
	display: inline;
	position: relative;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #fff url(../images/featured.png) no-repeat right top;
}
#feature-post-box img {
	display: block;
}
#feature-post-box h3 {
	font: 28px/28px Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 #fff;
	margin-left: 184px;
}
#feature-post-box h3 a {
	text-decoration: none;
}
#feature-post-box p {
	margin-left: 184px;
	font-size: 12px;
	line-height: 1.5em;
}
.now {
}
/*  PORTFOLIO
========================================================================= */
.folio h2.heading {
	margin-bottom: 8px;
}
#filter {
	display: inline;
	float: left;
	width: 100%;
}
#filter ul {
	display: block;
	border-bottom: 1px dashed #CCC;
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 8px;
	margin-bottom: 0px;
}
#filter li {
	display: inline;
	float: left;
	margin: 0;
}
#filter li a {
	color: #666;
	text-decoration: none;
	text-transform: capitalize;
	padding: 3px 10px;
	float: left;
	margin-right: 5px;
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
}
#filter li.current a, #filter li.current a:hover {
	background-color: #E81B1B;
	color: #fff;
}
#filter li a:hover {
	background-color: #e8e8e8;
}
/* PRJ PAGE */
#prj-desc {
	float: right;
	margin-left: 48px;
	margin-bottom: 48px;
}
#prj-desc h5 {
	font: bold 14px Arial, Helvetica, sans-serif, sans-serif;
}
#prj-desc ul li {
	list-style-type: square;
}

.borderify {padding:1px; background:#fff; border:1px solid #ddd;}

#contents ul.pagination { list-style:none; padding:0; margin:35px 0 35px 0; width:700px; }
#contents ul.pagination li  { float:left; }
#contents ul.pagination li img { height:50px; width:50px;border:2px solid #747474; margin-right:5px; }
#contents ul.pagination li.active img{ height:50px; width:50px; border:2px solid #333333;}
