

/* ---------------------------------------------- */
/* ---------------- CSS 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, tfot, 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;
}

:focus {
	outline: 0;
}

ol, ul {
	
	list-style: none;
}

/* ---------------------------------------------- */
/* ------------------ BODY ---------------------- */
/* ---------------------------------------------- */

body {
		line-height: 150%;			
		background: #B0B0B0 url(../img/b.gif) repeat-y 50% 0;
		margin:  0;	
		padding:  0;
		font: 12px Lucida, Lucida Grande, Arial, sans-serif;
		color: #4d4d4d;	
}

/* ---------------------------------------------- */
/* ----------------- GENERAL -------------------- */
/* ---------------------------------------------- */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 16px;
	margin: 7px 0 7px 0;
}

h3 {
	font-size: 14px;
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	margin: 10px 0;
}

p a {
	
}

p a:hover {
	
}

a {
	color: #66CCFF;
}

a:hover {
	text-decoration: none;
}


/* ---------------------------------------------- */
/* ------------------ COLORS -------------------- */
/* ---------------------------------------------- */

.red {
	color: #cc0000;
}


/* ---------------------------------------------- */
/* ------------------ LAYOUT -------------------- */
/* ---------------------------------------------- */


#wrapper {
	width: 789px;
	margin: 0 auto;	
	padding: 20px 21px 20px 19px;
	height: 100%;
}

#header {
	width: 770px;
	background: #fff;
	padding: 11px 10px 5px 10px;
	min-width: 0 auto;
}

#header .left {
	
}

#header .right {
	
}

#nav, #nav2 {
	margin: 37px 0 0 0;
}

#nav ul li, #nav2 ul li {
	display: inline;
	font-size: 13px;
	height: 7px;
	padding: 10px 10px 0 10px;
	/* border-right: 1px solid #c8c8c8; */
}

#nav ul li.last, #nav2 ul li.last {
	border-right: none;
}

#nav ul li a, #nav2 ul li a {
	color: #c8c8c8;
	text-decoration: none;
}

#nav ul li a:hover, #nav2 ul li a:hover {
	color: #4d4d4d;
	text-decoration: none !important;
}

#nav ul li a:visited, #nav2 ul li a:visited {
	color: #c8c8c8;
}



#left {
	width: 580px;
	float: left;
}

#container {
	margin: 20px 0 0 0;
	background: #fff;
	padding: 18px 10px 30px 10px;
}

#right {
	width: 200px;
	float: right;
	margin: 20px 0 0 0;
}

#footer {
	width: 560px;
	font-size: 9px;
	margin: 5px 0 30px 0;
	color: #7e7e7e;
}

#right .item {
	width: 180px;
	background: #fff;
	padding: 10px;
	font-size: 10px;
	margin: 0 0 10px 0;
	color: #4d4d4d;
}

.item h2 {
	color: #66CCFF;
	border-bottom: 1px solid #e8e8e8;
	margin: 0 !important;
}

#twocols {
	margin: -12px 0 0 0;
}

#twocols .left {
	width: 272px;
}

#twocols .right {
	width: 262px;
}

.blue {
	margin: 2px 0 0 0 !important;
	color: #66CCFF;
}

#works {
	margin: 44px 0 0 0;
	position: relative;
	font-size: 11px;
}

#works h3 {
	color: #66ccff;
	margin: -10px 0 0 0;
}

#works .left {
	width: 177px;
	height: 292px;
	padding: 0 0 14px 0;
}

.dddd {
	height: 292px;
}

#paginate {
	height: 14px;
	position: absolute;
	bottom: 18px;
	width: 177px;
}

#paginate p {
	margin: 0 15px 0 15px;
}

#paginate img, #paginate p {
	float: left;
}

#paginate p a {
	color: #4D4D4D !important;
	text-decoration: none;
}

#works .right {
	width: 581px;
}
.m20 p {
	margin-bottom: 20px !important;
}

.follow {
	margin: 8px 0 0 0;
}

/* ---------------------------------------------- */
/* --------------- CMS SECTIONS ----------------- */
/* ---------------------------------------------- */

.text {
	margin: 0 0 20px 0;
}	

.text h1, #container h1 {
	color: #66CCFF;
	border-bottom: 1px solid #e8e8e8;
}

.text img {
	margin: 0 6px 6px 0;
	float: left;
}

.text ul {
	margin: 0 0 0 20px;
}

.text ul li {
	list-style-image: url(../img/bullet.gif);
	list-style-position: outside;
}


.gallery {
	margin: 20px 0 40px 0;
}

.gallery ul {
	background: #ff9900;
}

.gallery ul li  {
	margin: 0 15px 0 0;
	float: left;
	width: 120px;
	height: 120px;
}

.gallery ul li a img {
	border: 4px solid #fff;
}


.post div {
	border-bottom: 1px dotted #949E96;
	padding: 0 0 15px 0;
	margin:  15px 0 10px 0;
	line-height: 130%;
}

#midright .post {
}


.post .date {
	font-size: 11px;
	color: #fff;
	width: 150px;
	background: #362829;
	padding: 10px 0 10px 15px;
	margin: 20px 0 0 0;
}

.post img {
	border: 5px solid #fff;
}

.post .readmore {
	margin: 10px 0 0 0;
}

form, .form {
	margin: 10px 0 10px;
}

.form h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #ccc;
}
/* 
form div {
	margin: 10px 0 0 0;
}

form label {
	color: #ccc;
	font-size: 11px;
	display: block;
}

form input {
	width: 202px;
	height: 21px;
	background: url(../img/input.png) no-repeat;
	border: none !important;
	color: #fff;
}

form textarea {
	width: 202px;
	height: 129px;
	background: url(../img/txtarea.png) no-repeat;
	border: none !important;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
}

form select {
	width: 212px;
}

form .submit input {
	width: 78px;
	height: 30px;
	background: url(../img/submit.png) no-repeat;
	padding: 0 !important;
}
*/
.links {
	
}

.links ul {
	margin: 10px 0 0 15px;
}

.links ul li {
	margin: 5px 0 5px 0;
}

.links ul li.normal {
	list-style-type: circle;
}

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

.snippet a,.links a {
	text-decoration: underline;
	color: #ff9900;
}

.snippet a, .links a:hover {
	text-decoration: none;
}

.snippet a, .links a:visited {
	color: #ff6600;
}

.snippet {
	margin: 20px 0 10px 0;
}

.links h2, .snippet h2 {
	font-family: Arial;
	font-size: 18px;
	color: #ccc;
	font-weight: bold;
}

.snippet .s-post {
	font-size: 14px;
}

.snippet p.date {
	margin: 0 !important;
}

.catalog {
	padding: 0 0 0 15px;
}

.catalog ul li {
	float: left;
	margin: 0 8px 8px 0;
}

.print {
	background: url(../img/print.gif) no-repeat top left;
}

.brand {
	background: url(../img/brand.gif) no-repeat top left;
}


.web {
	background: url(../img/web.gif) no-repeat top left;
}


.odd {
	border-right: none !important;
}

.jcarousel-clip-horizontal {
	width: 581px;
	height: 306px;
}
