@import url('./menu.css');
@import url('./preloadstyles.css');
@import url('./pretty-photo.css');
@import url('./nivo-slider.css');
@import url('./tiptip.css');


/* ------- CSS Reset ------- */

html,body,div,span,object,iframe,h1,h2,h3,h4,p,
blockquote,pre,address,code,del,dfn,em,img,q,
dl,dt,dd,ol,ul,li,
table,caption,tbody,tfoot,thead,tr,th,td,br,fieldset,textarea{
	font-family:Tahoma, Geneva, sans-serif;
	line-height:20px;
	letter-spacing:.1px;
	word-spacing:1px;
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
}
h1,h2,h3,h4,hr,p,ul,ol,dl,pre,address,table,form{margin:0 0 5px 0}
p,h1, h2, h3, h4, ul.check_list {padding-left:2px;}
strong, b{font-weight:bold;}
em, dfn, i{font-style:italic;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/********** contact form **********/
#contactform { margin:0; padding:5px 0; }
#contactform * { color:#FFF; }
#contactform ol { margin:0; padding:0; list-style:none; }
#contactform li { margin:0; padding:0; background:none; border:none; display:block; clear:both; }
#contactform li.buttons { margin:5px 0 5px 0; clear:both; }
#contactform label { margin:0; width:100px; display:block; padding:5px 0; color:#737373; font:normal 12px Arial, Helvetica, sans-serif; float:left; }
#contactform label span { color:#d66423; font-weight:bold; }
#contactform input.text { width:450px; border:1px solid #d4d4d4; margin:5px 0; padding:3px 2px; height:16px; background:#999; float:left; }
#contactform textarea { width:450px; border:1px solid #d4d4d4; margin:5px 0; padding:2px; background:#999; float:left; }
#contactform li.buttons input { padding:3px 0 3px 0; margin:10px 0 0 100px; border:0; color:#FFF; float:left; }
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ---- facebook ---- */

.facebook {
	position:relative;
	background-color:#FFF;
	float:right;
	width:238px;
	margin:0;
}



/* ------- General ------- */

body{font-size:13px; color:#71767d;}

h1,h2,h3,h4,th {letter-spacing:-0.7px; margin:15 0 5px 0; padding-top:5px; float:none}
a:link,a:visited,a:hover,a:active,a:focus{text-decoration:none;outline:none;-moz-outline-style:none;}
a{color:#bc524c;}
a:hover{color:#f16961;}


/* ------- List Styles ------- */

ul li{list-style:none outside;margin-left:0px;padding-left: 0px;text-shadow: #15171a 1px 1px 0px;}
ol, ol li{list-style:decimal outside;text-shadow: #15171a 1px 1px 0px;}
ol, dd{margin-left:24px;}
ul ul, ol ul, ul ol, ol ol{margin-bottom:0;margin-top:0;}
ul.bullet-check li {background: transparent url("../images/checkaw.gif") no-repeat 0 .2em;  padding-left: 20px;}
ul.bullet-blue li {background: transparent url("../images/blueagw.gif") no-repeat 0 .6em;}
ul.bullet-red li {background: transparent url("../images/dot_redaw.gif") no-repeat 0 .6em;}

/* ------- Borders & Dividers ------- */

.hr { 
	clear: both;
	padding: 0;
	margin: 0 0 1em;
	height: 5px;
	background: transparent url("../images/post_infobox_bg.gif") repeat-x 0 0; }
	
.clearboth{clear:both;display:block;font-size:0px;height:0px;line-height:0;width:100%;}

/* ------- Tables ------- */

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

table thead tr {
	border-top:none;
	color:#2a2d34;

}
table thead tr:hover {
	border-top:none;
	border-bottom:none;
	background:none
}

table thead td {
	border-top:none;
	border-bottom:none;
	background:#bc524c;
}

.tab_first_td {
	border-top:none;
	border-bottom:none;
	color:#2a2d34;
}

.tab_last_td {
	border-top:none;
	border-bottom:none;
	color:#2a2d34;
}

table td {
	padding:12px 0 12px 20px;
	border-top:1px solid #3b414a;
	border-bottom:1px solid #1e2226;
}
	
.tab_border_none td {
	border-top:none;
}

.tab_border_bottom_none td {
	border-bottom:none;
	
}
table tr:hover {
	background:#25272d;
}


/* ------- Forms ------- */
.box2 {
	padding:0;
	margin:0;
}


.form {
	padding:0 0 10px;
	position:relative;
	overflow:hidden;
}

.form .loading {
	width:20px;
	height:15px;
	position:absolute;
	bottom:10px;
	left:100px;
	display:none;
}

.form form label span {float:right;}

.form form label strong {font-weight:normal;}

form p {padding:0 0 2px;}


fieldset {
	margin:0;
	padding:0;
}

textarea {
	font:1.3em Arial, Helvetica, Tahoma, sans-serif;
	line-height:1em;
	width:570px;
	height:190px;
	padding:10px;
	overflow:auto;
}

.cform input {
	border: none;
}

.cform input.box {
	color: #b9bdbf;
	font-size: 14px;
	width: 600px;
	height: 24px;
	line-height:24px;
	padding: 8px 10px 9px 8px;
	margin:5px 0 5px 0;
	background: url(../images/put_bg.png) no-repeat left bottom;

}

.cform input.box:focus {
	color: #f16961;
	background: url(../images/put_bg.png) no-repeat left top;
	outline: none;
}

.cform textarea.box {
	color: #b9bdbf;
	font-size: 14px;
	width:600px;
	height:186px;
	line-height:22px;
	padding: 9px 10px 8px 8px;
	margin:5px 0 10px 0;
	background: url(../images/jkrea_bg.png) no-repeat left bottom;
}

.cform textarea.box:focus {
	color: #f16961;
	background: url(../images/jkrea_bg.png) no-repeat left top;
	outline: none;
}

.cmxform h3 {
	display:block;
	margin:5px 0 5px 0;}
	
	
/* ------- Text Styles ------- */

.contentArea p {
	color:#CCC;
	line-height:20px;
	text-shadow: #15171a 1px 1px 0px;
	margin:5px 0 15px 0;
	}
	
blockquote {
	margin:10px 0;
	color:#9da2aa;
	padding:15px 15px 15px 70px;
	font-size:14px;
	border-top:1px solid #1f2328;
	border-left:1px solid #1f2328;
	border-right:1px solid #3b414a;
	border-bottom:1px solid #3b414a;
	text-shadow: #15171a 1px 1px 0px;
	background:url(../images/blockquote_img.png) top left no-repeat;
}

code {
	font: normal 13px/18px Consolas, "Courier New", Courier, monospace;
	letter-spacing:.02em;
	display:block;
	padding:12px 25px;
	margin:0 0 15px;
}

code {
	border-top:1px solid #000;
	border-right:1px solid #3b414a;
	border-bottom:1px solid #3b414a;
	border-left:1px solid #3b414a;
	background-color:#1f2328;
	color:#71767d;
}


span.blue {background:#217da0; color:#1f2226; text-shadow:#2794be 1px 1px; padding:3px;}

span.black {background:#000; text-shadow:none; padding:3px;
}

span.red {background:#bc524c; color:#1f2226; text-shadow:#df655e 1px 1px; padding:3px;
}

span.green {background:#5fbd4c; color:#1f2226; text-shadow:#74e45e 1px 1px; padding:3px;
}

span.dropcap {
	font-size:42px;
	display:block;
	float:left;
	padding:10px 10px 5px 0;
	margin:0;
}

span.dropcap_blue {
	color:#217da0;
	font-size:42px;
	display:block;
	float:left;
	padding:10px 10px 5px 0;
	margin:0;
}

span.dropcap_red {
	color:#bc524c;
	font-size:42px;
	display:block;
	float:left;
	padding:10px 10px 5px 0;
	margin:0;
}

span.dropcap_green {
	color:#679d5c;
	font-size:42px;
	display:block;
	float:left;
	padding:10px 10px 5px 0;
	margin:0;
}

span.dropcap_orange {
	color:#c6a046;
	font-size:42px;
	display:block;
	float:left;
	padding:10px 10px 5px 0;
	margin:0;
}

span.dropcap_amaranthine {
	color:#9a4aa8;
	font-size:42px;
	display:block;
	float:left;
	padding:10px 10px 5px 0;
	margin:0;
}
	
/* ------- Email Error box ------- */
	
.err {
	position:relative;
	margin-bottom:10px;
	width:615px;
	height:77px;
	background-image:url(../images/email_err_bg.png);}
	
.err span {
	font-size:14px;
	display:block;
	position:absolute;
	padding-right:20px;
	top:14px;
	left:90px;
	color:#2a2d34;
	text-shadow:#e16f69 1px 1px;
}
	
/* ------- Email Done box ------- */
	
.ok {
	position:relative;
	margin-bottom:10px;
	width:615px;
	height:77px;
	background-image:url(../images/email_done_bg.png);}
	
.ok span {
	font-size:14px;
	display:block;
	position:absolute;
	padding-right:20px;
	top:14px;
	left:90px;
	color:#2a2d34;
	text-shadow:#74e45e 1px 1px;
}

/* ------- Overlabel------- */


.cmxform div {
	position:relative;
	float:left;
}


.cmxform label {
	z-index:9999;
	color:#71767d;
	text-shadow: #15171a 1px 1px 0px;
}

.cmxform label span {
	margin-right:10px;
	color:#bc524c;
	text-shadow: #15171a 1px 1px 0px;
}

/* ------- FAQ Done box ------- */
	
.faq {
	position:relative;
	margin-bottom:10px;
	width:615px;
	height:77px;
	background-image:url(../images/email_faq_bg.png);}
	
.faq span {
	font-size:14px;
	display:block;
	position:absolute;
	padding-right:20px;
	top:14px;
	left:90px;
	color:#2a2d34;
	text-shadow:#2ea3cf 1px 1px;
}

/* ------- Info Done box ------- */
	
.info {
	position:relative;
	margin-bottom:10px;
	width:615px;
	height:77px;
	background-image:url(../images/email_info_bg.png);}
	
.info span {
	font-size:14px;
	display:block;
	position:absolute;
	padding-right:20px;
	top:14px;
	left:90px;
	color:#2a2d34;
	text-shadow:#858d97 1px 1px;
}


/* ------- Images------- */

.alignright,img.alignright,a img.alignright {float:right; margin:10px 0px 10px 16px;}
.alignleft,img.alignleft,a img.alignleft {float:left; margin:10px 16px 10px 0;}
.aligncenter,img.aligncenter,a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.frame,.small_frame {border:1px solid #eaeaea;display:inline-block;}
.frame img{background:#F5F5F5 none repeat scroll 0 0;border:1px solid #fff;padding:8px;margin:0;}
.small_frame img {background:#F5F5F5 none repeat scroll 0 0;border:1px solid #fff;padding:4px;margin:0;}

/* ------- Headers ------- */

h1,h2,h3,h4,h5,h6{font-weight:normal;line-height:100%;}
#home_feature h2{font-size:26px;}
#secondary h3.widgettitle{color:#888;}

h1{font-size:36px;}
h2{font-size:30px;}
h3{font-size:26px;}
h4{font-size:20px;}


   
/* ------- General Structure  ------- */

html {background-color: #0f1115;}
* html #primary, * html #secondary{display:inline;}
* html body{text-align:center;}
body {min-width:960px;background-color:#16191e; background-image:url(../images/maainbgaaa.gif)}
.inner{height:100%;width:960px;min-width:960px;position:relative;clear:both;text-align:left;margin:0 auto;}

.one-third, .two-thirds, .one-fourth, .half-page, .full-page {
	 float: left;
	 margin: 0 5px 10px 5px; }
	 
.one-third	{ width: 291px;}
.two-thirds	{ width: 596px;}
.one-fourth { width: 216px;}
.half-page	{ width: 440px;}
.full-page	{ width: 900px; float: left; clear:right }

.one-third.last, .one-fourth.last, .half-page.last { clear:right; margin-right:0px;}
	
.rightSidebar {
	float:right;
	width:260px;
	margin:0;
}
	
.leftSidebar {
	float:left;
	width:625px;
	margin:10px 0 17px 17px;
}

.fullSidebar {
	margin-top:10px;
}

/* ------- Header ------- */
   
#header{
	z-index:10;
	height:120px;
	position:relative;
	background-attachment: scroll;
	background-image: url(../images/encabezado.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 

#default_logo {height:132px;width:395px;}
#default_logo a{display:block;height:100%;width:100%;}
#logo{
	left:6px;
	position:absolute;
	top:3px;
	width:223px;
	font-size:32px;
} 

/* ------- Sliders ------- */

#slider-wrapper {
	position: relative;
	top:22px;
	width:989px;
	height:230px;
	margin:0 auto;
	z-index: 5;
	background-image: url(../images/liderbg.png);
	background-repeat: no-repeat;
	background-position: center;
}

#header_slider {
	position: relative;
	width: 100%;
	z-index: 5;
	background-image: url(../images/erbg.png);
	background-position: top;
}

#slider_top {
	width: 100%;
	height: 30px;
	background-image: url(../images/ckslider_top.png);
	background-position: center top;
	background-repeat: no-repeat;
		}
		
#slider_arrow {
	position: absolute;
	margin: 0 0 0 -68px;
	top: -18px;
	left: 50%;
	height: 47px;
	width: 136px;
	cursor: pointer;
	z-index: 6;
}

#slider_inner {

	position:relative;
	margin:0 auto;
	padding-top:20px;

}

/* ------- Content Slider ------- */

#slider_textslider {
	width:940px;
	position:relative;
	margin:0 auto;
	padding-top:17px;

}

#slider_textslider_bg {
	position:relative;
	width:940px;
	height:243px;
	background-image:url(../images/slider_inner_bg.jpg);
}

.slider_textslider_right {
	position:absolute;
	top:20px;
	right:10px;
	width:390px;
}

.slider_textslider_right p {
	color:#000;

}

.cs_article {
  float:left;
  position:relative;
  top:0;
  left:0;
  display:block;
  width:940px;
  height:243px;
  margin:0 auto;
  padding:0;
}

.cs_wrapper {
  position:relative;
  display:block;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  overflow:hidden;
}
.cs_slider {
  position:absolute;
  width:10000px;
  height:100%;
  margin:0;
  padding:0;
}

.cs_article p {
  margin:0 20px 30px 0;
  text-shadow:1px 1px 0 #f16961;

}

.cs_article h2 {
font-size:44px;
letter-spacing:-1.5px;
margin:10px 0;
padding:0px;
  display:block;
  text-align:left;
}

.slider_textslider_left_img {
	top:12px;
	left:28px;
	position:absolute;
	width:483px;
	height:217px;
	background-image:url(../images/slider_textslider_imgbg.png);

}

.slider_textslider_left_img img {
	top:6px;
	left:7px;
	position:absolute;
}

.cs_leftBtn, .cs_rightBtn {
  position:absolute;
  top:0;
  height:400px;
  padding:10px 0;
  z-index:10000;
}
.cs_leftBtn {
  left:-20px;
  top:-25px;
  outline:0;
}


.cs_rightBtn {
  right:-20px;
  top:-25px;
  outline:0;
}


.cs_leftBtn img, .cs_rightBtn img {
  border:0;
  position:relative;
  top:200px;
  margin:0;
}


/* ------- Left Text Slider ------- */


.arrow_up {
	background-image: url(../images/icono2.png);
	background-repeat: no-repeat;
}

.arrow_down {
	background-image: url(../images/icono1.png);
	background-repeat: no-repeat;
}

#ornament {
	background-image: url(../images/er_bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 47px;
	width: 100%;
	position: absolute;
	top: -19px;
}

#container {
	position: relative;
	z-index: 6;
	width: 100%;
	height: auto;
	display: inline-block;
}

/* ------- Coin Slider ------- */

#slider {
	position: relative;
	top: 6px;
	left:25px;
	margin: 0 0 0 7px;

}

/* ------- Middle Box ------- */

#topmiddlebox {
	position:relative;
	margin:28px auto 0 auto;
	width:848px;
	height:172px;
	background-image:url(../images/dleboxbg.jpg);}
	
.homepageicon {
	position:absolute;
	left:40px;
}
	
#topmiddlebox h1 {
	position:absolute;
	top:18px;
	left:240px;
	font-size:40px;
	letter-spacing:-1px;

}

.midboxtext {
	position:absolute;
	top:60px;
	right:55px;
	width:550px;
	line-height:17px;
	color:#303031;
	text-shadow:1px 1px 0 #a5b3bb;
}

#topmiddlebox a.bigbutton {
	position:absolute;
	top:125px;
	left:243px;

}

/* ------- Hiding Panel ------- */
	
#panel {
	width:870px;
	height:196px;
	background:url(../images/servicios.png);
	margin:0 auto;
	display: none;}
	
.btn-slide {
	width:27px;
	height:154px;
	background-image:url(../images/servicios_off_on.jpg);
	position:absolute;
	top:3px;
	left:-24px;
}

.active {
	background-position: right 0;
}

.midboxes {
	width:265px;

	float:left;
	margin:13px 0 0 14px;}
	
.boxesicon {
	float:left;
	margin:12px 0 0 5px}
	
.boxestxtbox {
	width:148px;
	margin-right:15px;
	float:right;
	}
	
.boxestxtbox h2 {
	font-size:30px;
	margin:20px 0 0 0;
	padding:0;
	letter-spacing:-1px;
	
	}
	
.boxestxtbox p {
	color:#bec6ca;
	font-size:11px;
	line-height:16px;
	text-shadow:1px 1px 0 #5f6466;
	margin:10px 0 20px 0;
	}
	
/* ------- Breadcrumb ------- */

#breadcrumbbox {
	position:relative;
	margin:28px auto 0 auto;
	width:848px;
	height:35px;
	background-image:url(../images/dleboxbg.jpg);}
	
#breadcrumbboxbg {
	width:848px;
	height:35px;
	background-image: url(../images/c1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
	
#breadcrumb {
	letter-spacing:2px;
	height:27px;
	overflow:hidden;
	position:absolute;
	top:4px;
	left:15px;
	z-index:15;
	color:#949fa7;
	text-shadow: #f0f4f6 1px 1px 0px;
}

#breadcrumb a {
	font-size:11px;
	letter-spacing:normal;
	display:inline-block;
	padding:0 0 0 5px;
	background:url(../images/g1.png) top left no-repeat;
	color:#424951;
	text-shadow: #f0f4f6 1px 1px 0px;
}

#breadcrumb a span {
	display:inline-block;
	padding:1px 13px 6px 7px;
	background:url(../images/ed1.png) top right no-repeat;
	color:#424951;
	text-shadow: #f0f4f6 1px 1px 0px;
}

#breadcrumb a:hover {
	text-decoration:none;
	background:url(../images/g2.png) top left no-repeat;
	color:#fff;	
	text-shadow: #89302d 1px 1px 0px;
	}
	
#breadcrumb a:hover span {
	background:url(../images/ed2.png) top right no-repeat;
	color:#fff;
	text-shadow: #89302d 1px 1px 0px;
}

#breadcrumb span.bred {
	font-size:11px;
	letter-spacing:normal;
	display:inline-block;
	padding:0 0 0 5px;
	background:url(../images/g3.png) top left no-repeat;
	color:#4e565b;	
	text-shadow: #c4cfd6 1px 1px 0px;
}

#breadcrumb span.bred span {
	display:inline-block;
	padding:1px 13px 5px 7px;
	background:url(../images/ed3.png) top right no-repeat;
	color:#4e565b;
	text-shadow: #c4cfd6 1px 1px 0px;
}


/* ------- Main Content ------- */

#maincontent {
	margin:0 auto;
	width:940px;
	background-image: url(../images/ntbg.jpg);
}

#maincontent_top {
	width:940px;
	background:url(../images/nt_top.png) no-repeat top center;
}

#maincontent_bottom {
	width:940px;
	background:url(../images/bottom.jpg) no-repeat bottom center;
}


/* ------- content containers ------- */

.contentArea	{ position:relative; padding: 25px 15px 25px 15px; }

.contentarea_wrapper { width:900px; height:45px;}



/* ------- Portfolio 1 col ------- */

.portfolio_full {
	clear:both;
	margin-bottom:5px;
}

.portimage {
	margin:0 25px 10px 0;
	position:relative;
	float:left;
	width:290px;
	height:153px;
	background-image:url(../images/imagebg.jpg);}
	
	
.portimage img {
}

.portfolio_full .image-nav{
	margin:0px 0px 0px 0px;
	padding:0;
	list-style:none;
	overflow:hidden;
	background: none !important;
	border: none !important;
}
.portimage a {
	position:absolute;
	top:6px;
	left:7px;	
	width:277px;
	height:141px;
	float:left; 
	background:#000 url(../images/magnify.png) no-repeat center center; 
}

.content_picture_prettyphoto a {
	float:left;
	background:#000 url(../images/magnify.png) no-repeat center center; }
	
.content_picture a {
	float:left;
	background:none}


.porttext {
	width:305px;
	float:left;
	margin:10px 0 20px 0;
	color:#71767d;
	line-height:20px;
	text-shadow: #15171a 1px 1px 0px;
}
	

.porttext div.clearboth {
	margin-bottom:15px;
}

/* ------- Portfolio 2 col ------- */

.portfolio_two {
	margin:0;
	padding-bottom:25px;
}

.portfolio_two .portimage {
	margin:10px 0 0 0;
	position:relative;
	float:left;
	width:290px;
	height:153px;
	background-image:url(../images/portfolioimagebg.jpg);}
	
.portfolio_two .porttext {
	width:100%;
	float:none;
	margin:10px 0 20px 0;
	color:#71767d;
	line-height:18px;
	text-shadow: #15171a 1px 1px 0px;
}


/* ---- Blog List ---- */

.bloglist {
	float:right;
	width:240px;}
	
.bloglist ul {
	margin:0px;
	padding:0px;
	
}

.bloglist ul li {
	position:relative;
	border-bottom:1px solid #191c20;
	border-top:1px solid #454b55;
	padding:10px 0;
	list-style-type: none;	
}

.bloglist ul li strong a {
	text-decoration:none;
	line-height:14px;
	color:#FFF;
	text-transform: uppercase;
	font-weight: normal;
}

.bloglist ul li strong a:hover {
	color:#d4d4d4;
}

.bloglist ul li small {
	color:#868a90;
}

.bloglist ul li small a {
	color:#b9bec5;
}

.bloglist ul li small a:hover {
	color:#bc524c;
}

.bloglist ul li.top {
	border-top:none;
	padding-top:0	
}

.bloglist ul li.bottom {
	border-bottom:none;
	padding-bottom:0	
}

.commentbox {
	margin:4px 10px 0 0;
	float:left;
	text-align:center;
	width:38px;
	height:36px;
	background-image:url(../images/carrito.png)}
	
.commentbox span {
	margin-top:7px;
	display:block;
	font-size:20px;
}

/* ---- Testimonials ---- */

.testimon {
	float:right;
	width:224px;
	height:250px;
	background-repeat: no-repeat;
	background-position: top;
    margin:0px 0px 8px 0px;
	margin-right:5px;

}
	
.testimon ul {
	margin:0px;
	padding:0px;
}

.testimon ul li {
	position:relative;
	list-style-type: none;
	height:250px;	
}

/* ---- Big Button ---- */

a.bigbutton {
	float:left;
	display:block;
	font-size:18px;		
	text-decoration:none;
	padding:0 0 8px 17px;
	cursor:pointer;
	margin-right:5px;
}

a.bigbutton span {
	text-align:left;
	display:block;
	text-decoration:none;
	padding:9px 55px 8px 0;
	cursor:pointer;
}

a.bigbutton {
	background:url(../images/a1.png) top left no-repeat;

}

a.bigbutton span {
	background:url(../images/b1.png) top right no-repeat;
	text-decoration:none;
}

a.bigbutton:hover {
	background:url(../images/a2.png) top left no-repeat;

}

a.bigbutton:hover span {background:url(../images/b2.png) top right no-repeat;}

/* ---- Small Button ---- */

a.smbutton {
	float:left;
	display:block;
	font-size:14px;		
	text-decoration:none;
	padding:0px 0 3px 10px;
	cursor:pointer;
	margin:5px 10px 20px 0;
}

a.smbutton span {
	text-align:left;
	display:block;
	text-decoration:none;
	padding:5px 35px 3px 0;
	cursor:pointer;
}

a.smbutton {
	background:url(../images/but_l.png) top left no-repeat;

}

a.smbutton span {
	background:url(../images/but_r.png) top right no-repeat;
	text-decoration:none;
}


a.smbutton:hover span {background:url(../images/but_r_over.png) top right no-repeat;}

/* ---- Left Title Box ---- */

.main_title {
	float:left;
	margin:10px 0 10px -37px;
	background-image: url(../images/maintitlebg_l.png);
	padding:11px 0 13px 35px;
	background-repeat: no-repeat;
	background-position: left;
}

.main_title span {
	font-size:22px;
	background-image: url(../images/maintitlebg_r.png);
	padding:11px 35px 16px 0;
	background-repeat: no-repeat;
	background-position: right;
}

/* ---- Left Title Box MAIN ---- */

.main_title_light {
	position:absolute;
	left:-5px;
	background-image: url(../images/itlebg_l.png);
	padding:11px 0 13px 35px;
	background-repeat: no-repeat;
	background-position: left;
}

.main_title_light span {
	font-size:22px;
	background-image: url(../images/itlebg_r.png);
	padding:11px 35px 16px 0;
	background-repeat: no-repeat;
	background-position: right;
}

/* ---- Right Title Box ---- */

.main_title_right {
	float:right;
	margin:30px -20px 20px 0;
	background-image: url(../images/maintitle_right_bg_r.png);
	padding:11px 0 13px 0;
	background-repeat: no-repeat;
	background-position: right;
}

.main_title_right span {
	font-size:22px;
	background-image: url(../images/maintitle_right_bg_l.png);
	padding:11px 35px 16px 35px;
	background-repeat: no-repeat;
	background-position: left;
}

/* ---- Right Title Box with Buttons ---- */

.main_title_right_but {
	position:relative;
	overflow:hidden;	
	float:right;
	margin:30px -20px 20px 0;
	background-image: url(../images/right_bg_r_but.png);
	padding:11px 0 13px 0;
	background-repeat: no-repeat;
	background-position: right;
}

span.main_title_right_but_r  {

	font-size:22px;
	background-image: url(../images/right_bg_l.png);
	padding:11px 87px 16px 35px;
	background-repeat: no-repeat;
	background-position: left;
}

.box_rightsidebar {
	float:right;
	width:230px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1f2328;
	border-right-color: #3b414a;
	border-bottom-color: #3b414a;
	border-left-color: #1f2328;
	padding:15px 10px 5px 10px;
}

/* ---- Image border ---- */

.content_wrapper {
	display:block;
}
.margen {
	margin-bottom:18px	
}
.content_p2 {
	margin-bottom:18px	
}

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

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

.content_picture {
	background-color: #979ea1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #adb3b6;
	padding: 5px;
	position: relative;
	display:block;
	margin-bottom:10px;
}

.content_picture_prettyphoto {
	background-color: #979ea1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #adb3b6;
	padding: 5px;
	position: relative;
	display:block;
	margin-bottom:10px;
}

/* ---- Post Infobox ---- */

.post_infobox {
	padding:7px 0 7px 0;
	margin-bottom:10px;
	background-image: url(../images/post_infobox_bg.gif);
	background-repeat: repeat-x;
	background-position: top; 
	color:#93979e;
	font-size:11px;
	text-shadow: #15171a 1px 1px 0px;
	line-height:22px;
	}
	
.post_infobox img {
	margin:0 5px -2px 10px;
	}
	
.post_infobox img.first {
	margin:0 5px -2px 3px;
	}
	
.post_infobox a {
	color:#fff;
	text-shadow: #15171a 1px 1px 0px;
	}
	
.post_infobox a:hover {
	color:#fff;
	text-decoration:underline;
	}
	
/* ------- Blog Post ------- */

.post_user {
	padding:25px 10px 3px 10px;
	margin:40px 0 0;
	position:relative;
	overflow:hidden;
	background-image: url(../images/blogpost_topbg.png);
	background-repeat: repeat-x;
	background-position: top;
}

.post_user .title {
	font-size:24px;
	letter-spacing:-0.7px;
}

.post_user p {
	font-size:11px;
	line-height:16px;
	margin-bottom:0px;
}

a.all {
	float:left;
	display:block;
	padding:2px 20px 2px 7px;
	font-size:11px;
	margin:10px 0 0 -5px;
	text-shadow:none;
}

a.all {
	background:url(../images/more.gif) right 10px no-repeat;
}

a.all:hover {
	background:#bc524c url(../images/more_sel.gif) right 10px no-repeat;
	color:#292c33;
}

a.all_post {
	background:url(../images/more.gif) right 8px no-repeat;
	color:#2cbffe;
}

a.all_post:hover {
	background:#3dc0f7 url(../images/more_sel.gif) right 8px no-repeat;
	color:#fefffe;
}



ol.commentlist li {
	margin:0px;
	list-style-type: none;
}

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

ol.commentlist {
	list-style:none;
	padding:0;
	margin:0 0 10px;
}

.comment li {
	padding:0;
	margin:0;
	
}

.comment span {
	font-size:11px;
	position:absolute;
	display:block;
	top:10px;
	right:0px;
	padding:0 7px;
	border-top:1px solid #1f2328;
	border-bottom:1px solid #3b414a;
	border-left:1px solid #1f2328;
	border-right:1px solid #3b414a;
	color:#71767d;
	text-shadow: #15171a 1px 1px 0px;
	
}

#comments {
	margin:10px 0 0 0;
	padding:9px 0 3px 5px;
	border-top:1px solid #1f2328;
	border-bottom:1px solid #3b414a;}

#comments h4 {
	color:#888d8e;
	margin:0px;
	padding:0px;
}

.children {
	list-style:none;
	padding:0 0 0 40px;
	margin:0;
}

.post_user_comm {
	padding:15px 10px 20px 10px;
	margin:10px 0 0;
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #3b414a;

}

.post_user_comm .title {
	font-size:24px;
	letter-spacing:-0.7px;
}

.post_user_comm p {
	font-size:11px;
	line-height:16px;
	margin-bottom:0px;
}

/* ---- Contact box ---- */

.contact_mapbox {
	position:relative;
	width:258px;
	height:259px;
	background-image:url(../images/aoxbga.png);}

.contact_mapbox iframe {
	position:absolute;
	top:17px;
	left:12px;
}


/* ---- Right Title Arrows ---- */

.widget  {
	position:absolute;
	top:10px;
	right:9px;
}

.widget span {
	display:block;
	width:25px;
	height:24px;
	float:left;
	padding:0;
	margin:0 3px 0 0;
	cursor:pointer;
	text-indent:-9999px;
}


.widget span.prev_test, .widget span.prev_test2 {background:url(../images/test_prev.png)}

.widget span.next_test, .widget span.next_test2 {background:url(../images/test_next.png)}

.widget span.prev_test:hover, .widget span.prev_test2:hover {background:url(../images/test_prev_sel.png)}

.widget span.next_test:hover, .widget span.next_test2:hover {background:url(../images/test_next_sel.png)}

.buttonontopbox {
	width:960px;
	margin:0 auto;
	position:relative;}
	
.buttonontopbox img {
	left:440px;
	bottom:0px;
	position:absolute;
}

/* ------- Pagination ------- */

.pagination {
	margin-top:5px;
	padding:15px 0 0 7px;
	overflow:hidden;
	background-image: url(../images/post_infobox_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.pagination a {
	display:block;
	float:left;	
	background-color: #292d33;
	color:#7b8087;
	text-shadow:#191c20 1px 1px;
	padding:3px 10px 4px 10px;
	text-decoration:none;
	margin-right:3px;
}

.pagination a:hover {
	color:#000;
	text-shadow:#f16961 1px 1px;
	display:block;
	padding:3px 10px 4px 10px;
	text-decoration:none;
	margin-right:3px;
	background-image: url(../images/pagin_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.pagin_act {
	color:#000;
	text-shadow:#f16961 1px 1px;
	display:block;
	float:left;
	padding:3px 10px 4px 10px;
	text-decoration:none;
	margin-right:3px;
	background-image: url(../images/pagin_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.pagin_arrow, .pagin_arrow:hover {
	padding:0 !important;
	margin:0;
	border:0 !important;
	background:none !important;
	margin-top:0 !important
}


/* ------- Footer ------- */

#footer {
	margin-bottom:10px;
	height:255px;
	background-image: url(../images/mainbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#footermainbox {
	margin:0 auto;
	width:896px;
	height:187px;
	background-image:url(../images/inboxbg.png);

}

#footerbottom {
	position:relative;
	margin:0 auto;
	width:920px;
	height:69px;
	background-image:url(../images/ttombg.png);}
	
#footerbottom span {
	color:#ffffff;
	font-size:11px;
	display:block;
	position:absolute;
	top:27px;
	left:40px;
	text-shadow:1px 1px 0 #4b5256;
}

#footerbottom span a {
	color:#ffffff;
	text-decoration:underline;
}

#footerbottom span a:hover {
	text-decoration:none;
}
	
/* ------- Footer widgets ------- */
	
#footer-widget-first {
	margin:20px 0 0 30px;
	padding:0 20px 0 0;
	width:150px;
	height:210px;
	float:left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #373d47;
}

#footermainbox h3 {
	letter-spacing:-0.5px;
	margin:0 0 15px 0;
	padding:0px;
	font-size:22px;
	color:#0CF;}
	
#footer-widget-first ul {
	padding:0px;
}

#footer-widget-first ul li {
	padding:4px 0 4px 5px;
	border-top:1px solid #2a2f38;
	border-bottom:1px solid #000;
}

#footer-widget-first ul li.first {
	border-top:none;
}

#footer-widget-first ul li.last {
	border-bottom:none;
}

#footer-widget-first ul li a {
	font-size:12px;
	color:#797e88;
}

#footer-widget-first ul li a:hover {
	color:#bc524c;
}

#footer-widget-first ul li a.active {
	color:#fff;
}

#footer-widget-second {
	margin:20px 0 0 15px;
	padding:0 10px 0 0;
	width:250px;
	height:210px;
	float:left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #373d47;
}

#footer-widget-second ul li {
	font-size:11px;
	line-height:16px;
	color:#c0c0c0;
	padding-bottom:10px;
	margin-left:0px;
	padding-left:0px;
}

#footer-widget-second ul li small {
	margin-bottom:10px;

}

#footer-widget-third {
	margin:20px 0 0 15px;
	padding:0 20px 0 0;
	width:150px;
	height:210px;
	float:left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #373d47;
}

#footer-widget-third ul {
	padding:0px;
}

#footer-widget-third ul li {
	padding:4px 0 4px 5px;
	border-top:1px solid #2a2f38;
	border-bottom:1px solid #000;
}

#footer-widget-third ul li.first {
	border-top:none;
}

#footer-widget-third ul li.last {
	border-bottom:none;
}

#footer-widget-third ul li a {
	font-size:12px;
	color:#797e88;
}

#footer-widget-third ul li a:hover {
	color:#bc524c;
}

#footer-widget-third ul li a.active {
	color:#fff;
}

#footer-widget-fourth {
	margin:20px 0 0 15px;
	padding:0 20px 0 0;
	width:190px;
	height:210px;
	float:left;
}

#footer-widget-fourth ul {
	padding:0px;
}

#footer-widget-fourth ul li {
	color:#797e88;
	padding:4px 0 4px 5px;
}

#footer-widget-fourth ul li img {
	margin:0 10px -2px 0;

}

.social-links {
	margin:0px; padding:0px;}

.social-links  {list-style:none; list-style-position:outside; border:none; float:left; margin:0px; padding:0px;}

.social-links img   {
	margin:0px;}