* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	background:#336699;
}

#home {
	background: #196098 url(../images/bg_home.jpg) repeat-x left top;
}

#single {
	background: #196098 url(../images/bg_single.jpg) repeat-x left top;
}

#bg_decoration {
	background:  url(../images/bg_decoration.jpg) no-repeat center top;
}
#wrapper {
	margin: 0 auto;
	width: 830px;
}
#header {
	height: 205px;
}
#header h1 {
	padding: 0px;
	margin: 0px;
}
#header h1 a {
	margin-left:20px;
	padding-bottom:5px;
	width: 364px;
	height: 155px;
	display: block;
	text-decoration: none;
	background:  url(../images/logo_regilete.jpg) no-repeat left top;
	text-indent: -9000px;
}
/*----- Navigation -----*/
	
#navigation {
	margin:0px 20px;
	width:790px;
	height:44px;
}
#navigation ul {
	padding:0px;
	margin: 0px;
	list-style-type:none;
	text-align:center;
	font-size:14px;
}
#navigation ul li {
	float:left;
	position:relative;
	padding:0px;
	margin: 0px;
	display:block;
}
#navigation ul li a, #navigation ul li a:visited {
	float:left;
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0px;
	height:41px;
	width: 111px;
	line-height:45px;
}
#navigation ul li:hover {
	width:111px;
}
#navigation ul li a.menu_top:hover {
	background: url(../images/bg_btn.gif) no-repeat left bottom;
}
#navigation ul li:hover a.menu_top {
	background: url(../images/bg_btn.gif) no-repeat left bottom;
}
#navigation ul li a.menu_top {
	color:#fff;
}
#navigation ul li ul {
	margin:0px;
	display: none;
}
#navigation table {
	margin:0;
	border-collapse:collapse;
	position:absolute;
	top:0;
	left:0;
}
/* specific to non IE browsers */
#navigation ul li:hover ul {
	display:block;
	position:absolute;
	top:28px;
	margin:0px;
	left:0;
	width:111px;
}
#navigation ul li:hover ul.endstop {
	left:-92px;
}
#navigation ul li:hover ul li ul {
	margin:0px;
	height:auto;
	display: none;
	margin-left:40px;
}
#navigation ul li:hover ul li a {
	padding:5px 6px 0 6px;
	display:block;
	background:#3e679e;
	color:#fff;
	height:auto;
	line-height:15px;
	width:111px;
	border-bottom:0;
	text-align: left;
}
#navigation ul li:hover ul li a.drop {
	background:#000 url(../images/bullet1.gif) no-repeat 3px 8px;
}
#navigation ul li:hover ul li a:hover {
	background: #3d812e;
}
#navigation ul li:hover ul li a:hover.drop {
	background: #ccd url(../images/bullet1.gif) no-repeat 3px 8px;
}
#navigation ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:153px;
	top:-1px;
}
#navigation ul li:hover ul li:hover ul.left {
	left:-153px;
}
/* specific to IE5.5 and IE6 browsers */

#navigation ul li a:hover ul {
	display:block;
	position:absolute;
	top:28px;
	t\op:30px;
	left:0;
}
#navigation ul li a:hover ul.endstop {
	left: -92px;
}
#navigation ul li a:hover ul li a {
	margin:0px;
	display:block;
	background:#3e679e;
	color:#fff;
	height:20px;
	line-height:15px;
	padding:5px 6px 0 6px;
	width:180px;
	border-bottom:0;
	text-align: left;
}
#navigation ul li a:hover ul li a.drop {
	background:#000;
	padding-bottom:4px;
}
#navigation ul li a:hover ul li a ul {
	visibility:hidden;
	position:absolute;
	height:0;
	width:0;
	margin-left:40px;
}
#navigation ul li a:hover ul li a:hover {
	background: #3d812e;
}
#navigation ul li a:hover ul li a:hover.drop {
	background: #ccd url(../images/bullet1.gif) no-repeat 3px 8px;
}
#navigation ul li a:hover ul li a:hover ul {
	visibility:visible;
	position:absolute;
	top:0;
	color:#000;
	left:153px;
}
#navigation ul li a:hover ul li a:hover ul.left {
	left:-153px;
}
/*----- Fin Navigation -----*/

	/*----- Profile -----*/
	
	#profile {
	height:158px;
	background: url(../images/bg_profile.jpg) no-repeat center top;
	padding:30px 25px 30px 250px;
}
#profile_info {
	font-size:15px;
	color:#222222;
}

#profile_info a{
	font-size:15px;
	color: #003366;
}

#profile_info a:hover {
	font-size:15px;
	color: #000;
}


/*----- Profile -----*/

	/*----- Info -----*/
	
	#info {
	height:241px;
	padding:16px 10px 0px 10px;
}
.info_box {
	width:231px;
	height:206px;
	float:left;
	padding:10px 15px;
}
.info_box p {
	color:#273540;
	margin-bottom: 10px;
	font-size:13px;
}
.info_box a {
	color:#273540;
	text-decoration:none;
}
.info_box h2 a {
	display:block;
	height:24px;
	text-indent: -9000px;
	margin-bottom:10px;
}
#info_web {
	background: url(../images/bg_web.jpg) no-repeat left top;
}
#info_web h2 {
	background: url(../images/title_web.gif) no-repeat left top;
}
#info_blogs {
	background: url(../images/bg_blogs.jpg) no-repeat left top;
	margin:0px 13px;
}
#info_blogs h2 {
	background: url(../images/title_blogs.gif) no-repeat left top;
}
#info_projects {
	background: url(../images/bg_projects.jpg) no-repeat left top;
}
#info_projects h2 {
	background: url(../images/title_projects.gif) no-repeat left top;
}
/*----- Info -----*/
		
			/*----- Blog -----*/
	
#home #blog_wrapper {
	height:394px;
	padding: 0px 13px;
}
#home #blog_top {
	height:60px;
}
#blog_top h2 a {
	display:block;
	height:60px;
	text-decoration:none;
}
#blog_top h2 a:hover {
	text-decoration:none;
}
.left {
	float:left;
}
.right {
	float:right;
}

#home .btn_blog a{
float:right;
display:block;
width:71px;
height:32px;
padding:0px 34px 0px 12px;
background: url(../images/btn_hblog.gif) no-repeat 0 0;
position: relative;
text-decoration:none;
font-size:14px;
color:#273540;
font-weight:bolder;
text-align:center;
line-height:32px;
}

#home .btn_blog a:hover{
background-position: 0 -33px;
}
#home .blog_title {
	background: url(../images/title_regiblog.gif) no-repeat center center;
	width:94px;
	height:60px;
	margin:0px 40px;
	text-indent: -9000px;
}
#home .rss_title a {
	background: url(../images/btn_rss.gif) no-repeat center center;
	width:98px;
	height:60px;
	margin:0px 40px;
	text-indent: -9000px;
	display:block;
}
#home #blog_content {
	height:304px;
	margin:0px;
	padding:15px;
	background: url(../images/bg_content_blog.gif) no-repeat center top;
}
.content {
	width:770px;
text align:justify;
}
.content p {
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	margin-bottom: 10px;
}
.content p a {
	color: #0e6a93;
}
.content p a:hover {
	text-decoration:none;
	color: #4f8525;
}

.content h2, .content h2 a {
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	color: #B83F16;
	margin-bottom: 10px;
	text-decoration:none;
}

#single .content h2, #single .content h2 a {
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 0px 0px!important;
	color: #B83F16;
	text-decoration:none;
	padding-bottom: 10px;
}


#single .content img a, #single .content img {
border: 0px;

}


.content h2 a:hover {
text-decoration:underline;
}
.content h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	color: #636F48;
}
.content h4 {
	font-size: 15px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	color: #548542;
}
.sidebar {
	width:224px;
	clear:right;
	float:right;
}
.sidebar .lposts {
	background: url(../images/bg_lpost.gif) no-repeat center top;
	width:196px;
	height:249px;
	margin:0px auto;
	padding:10px;
}
#home .sidebar h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	color: #164fb8;
}

#home .sidebar p a, #home .sidebar ul li a {
	color: #366220;
	text-decoration:none;
	font-size:13px;
	padding:3px 0px 3px 3px;
	border-bottom:1px solid #a8c6df;
	height:auto;
	display:block;
}
#home .sidebar p a:hover, #home .sidebar ul li a:hover {
	color: #B83F16;
}

#home .sidebar ul {
font-size:13px;
list-style:none;
}
/*----- Blog -----*/
		
		/*----- Footer -----*/
	
	#footer {
	padding-top:124px;
	height:76px;
	background: url(../images/bg_footer.jpg) no-repeat center bottom;
	display:block;
	position:relative;
}
#ftr_area {
	margin: 0px auto;
	padding:15px 140px 0px 10px;
	width: 670px;
	height:51px;
	display:block;
	position:relative;
}
#ftr_area p {
	color: #ffc517;
}
.main a {
	text-decoration: none;
	color: #ffc517;
	font-size:13px;
}
.main a:hover {
	text-decoration: underline;
}
.copyright {
	font-size:12px;
	color:#FFFFFF!important;
	padding-top:10px;
	float:right;
}

		/*----- Footer -----*/

		/*----- Single -----*/
#single #blog_wrapper {
	height:auto;
	padding: 0px 13px;
}

#single #blog_top {
	height:60px;
	background: url(../images/bg_top_single.jpg) repeat-x left top;
}
#blog_top h2 a {
	display:block;
	height:60px;
	text-decoration:none;
}
#blog_top h2 a:hover {
	text-decoration:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
#single .blog_title {
	background: url(../images/title_rulman.gif) no-repeat center center;
	width:500px;
	height:60px;
	margin:0px 10px;
	text-indent: -9000px;
}
#single .rss_title {
	background: url(../images/title_msn.gif) no-repeat center center;
	width:175px;
	height:60px;
	margin:0px 10px;
	text-indent: -9000px;

}
#single #blog_content {
	margin:0px;
	padding:15px;
	background:#fff url(../images/bg_single_down.gif) no-repeat center bottom;
}
#single .btn_blog a{
float:right;
display:block;
width:71px;
height:32px;
padding:0px 34px 0px 12px;
background: url(../images/btn_sblog.gif) no-repeat 0 0;
position: relative;
text-decoration:none;
font-size:14px;
color:#273540;
font-weight:bolder;
text-align:center;
line-height:32px;
}

#single .btn_blog a:hover{
background-position: 0 -33px;
}
.clear {
  clear: both;
}

.sidebar .top { 
  	width:216px;
	height:5px;
	margin:0px auto;
	background: url(../images/bg_sidebar_top.gif) no-repeat center top;
}
.sidebar .middle { 
  	width:216px;
	height:auto;
	margin:0px auto;
	background:#283642;
}

.sidebar .bottom {
  	width:216px;
	height:5px;
	margin:0px auto;
	background: url(../images/bg_sidebar_down.gif) no-repeat center top;
}

.sidebar .sidebox {
padding:10px 10px 20px 10px;
}
.sidebox h4 {
	display:block;
	height:14px;
	text-indent: -9000px;
	margin-bottom:10px;
}

.search p {
color:#a4e789;
font-size:13px;
font-weight:bold;
}

.last_posts h4 {
background: url(../images/title_lposts.gif) no-repeat left top;
}

.categorias h4 {
background: url(../images/title_categorias.gif) no-repeat left top;
height:17px;
}

.archivo h4 {
background: url(../images/title_archivo.gif) no-repeat left top;
height:17px;
}
	
.sidebox ul {
font-size:13px;
list-style:none;
display:block;
}
.sidebox p a, .sidebox ul li a {
	color: #eaeaea;
	text-decoration:none;
	font-size:13px;
	padding:3px 0px 3px 3px;
	border-bottom:1px solid #4f5a64;
	height:auto;
	display:block;
}
.sidebox p a:hover, .sidebox ul li a:hover {
	color: #fea94f;
}
.last_posts p a:hover, .last_posts ul li a:hover {
	color: #76c0fa;
}
.categorias p a:hover, .categorias ul li a:hover {
	color: #fea94f;
}

.archivo p a:hover, .archivo ul li a:hover {
	color: #7fb570;
}

		/*----- Fin Single -----*/

/* ------------------------iletisim---------------------*/

#mtcf_your_name, #mtcf_email, #mtcf_phone, #mtcf_address, #mtcf_msg, #mtcf_message {border:1px solid #A4E4F0; padding:3px 5px; width:330px; background:#F6FDFF; color:#000;}
#mtcf_your_name:focus, #mtcf_email:focus, #mtcf_email:focus, #mtcf_address:focus, #mtcf_msg:focus, #mtcf_message:focus { background:#fff; border:1px solid #79B1D0; color:#000;}
#mtcf_msg,  #mtcf_message { overflow:auto; height:133px;}
.contacterror { border:1px solid #E9EBBE!important; background:#FEFDDE!important; color:#B5AE59!important;}
.contacterror:focus { color:#000!important}

/* -----------------input,textarea and formlar-----------*/

input, select, textarea {  font:normal 20px/normal Arial, Helvetica, sans-serif; }
label { cursor:pointer}
#name, #email, #website, #message, #company, #address { border:1px solid #A4E4F0; padding:3px 5px; width:255px; background:#F6FDFF; color:#63B4CB;}
#name:focus, #email:focus, #website:focus, #message:focus, #company:focus, #address:focus  { background:#fff; border:1px solid #79B1D0; color:#000;}
#message { overflow:auto; height:103px;}
.btn-submit { clear:both;  padding-top:5px;}
*html .btn-submit { padding:0; margin:0;}
.input-btn { background: url(../images/btn.gif) no-repeat left top; border:0; font-weight:bold; color:#fff; width:77px; height:20px; padding-bottom:3px; cursor:pointer; text-align:center;}
.input-btn:hover { color:#333;}
*html .input-btn { padding:0;}
#s { border:1px solid #A4E4F0; padding:3px 5px; width:215px; background:#F6FDFF; color:#63B4CB;}
#s:focus { background:#fff; border:1px solid #79B1D0; color:#000;}




div.bubble {
	width: auto;
	font-size: 12px;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;

}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(../images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

.info_contact{
background-color: #EAF3FA; border: 1px solid #DAE9F2; color: #333; padding:20px 30px 20px 30px;}
form#commentform {/* margin-left:-32px; */ padding:20px 30px 20px 30px; background-color: #EAF3FA; border: 1px solid #DAE9F2; color: #333;}
   form#commentform label { padding-left:5px; color:#333; font-size:13px; width: 100px; float: left; display: block; }
   form#commentform input.text, form#commentform textarea, form#commentform input.submit { font:11px 'verdana'; color:#000; padding:5px; border-width:1px; }
   form#commentform input.text { width:250px; }
   form#commentform input.submit { background:#ddd; }
   form#commentform textarea { width:250px; }
   form#commentform .textfield { 
   	color: #000;
	border: 1px solid #b0ccdc;
	background: #fff url(../images/bg_field_top.jpg) repeat-x top left;
     }
   form#commentform .textfield:focus, .textfiel:hover { 
   	background: #fff url(../images/bg_field_bottom.jpg) repeat-x bottom left;
	border:1px solid #3988b5;   
    }
   p.submit { margin-top:10px; border-top:1px solid #ccc; }
   p.sub { margin-left:-32px; padding:0 5px 5px 32px; background:#F2F5DF; }

.btn_right { text-align:right; padding-right:40px; }
/*----- Forms -----*/


/*--- Comments  --*/

		
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #b7e0ff;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(../images/tip-rounded.gif) no-repeat 15px 0;
}

.rounded a {
color: #b83f16;
text-decoration: none;
}

.comment_date {
color: #666666!important;
font-style: italic!important;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

.logolar li { float: left; list-style-type: none; }

.FAG, .ORS, .INA, .OES, .SNR, .RHP, .NSK, .SKF, .TIMKEN, .NTN, .IRS, .GMB, .DAYCO, .CONTITECH, .GATES, .BANDO, .SKT, .CORTEGO, .SUPTEX, .FDT 
{
	height: 75px;
	width: 100px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	border:1px solid #CCC;
}

.FAG {background: url("../logolar/fag.jpg") no-repeat;}
.ORS {background: url("../logolar/ors.jpg") no-repeat;} 
.INA {background: url("../logolar/ina.jpg") no-repeat;} 
.OES {background: url("../logolar/oes.jpg") no-repeat;} 
.SNR {background: url("../logolar/snr.jpg") no-repeat;} 
.RHP {background: url("../logolar/rhp.jpg") no-repeat;} 
.NSK  {background: url("../logolar/nsk.jpg") no-repeat;}
.SKF {background: url("../logolar/skf.jpg") no-repeat;} 
.TIMKEN  {background: url("../logolar/timken.jpg") no-repeat;}
.NTN {background: url("../logolar/ntn.jpg") no-repeat;} 
.IRS {background: url("../logolar/irs.jpg") no-repeat;}
.GMB {background: url("../logolar/gmb.jpg") no-repeat;}
.DAYCO {background: url("../logolar/dayco.jpg") no-repeat;}
.CONTITECH {background: url("../logolar/contitech.jpg") no-repeat;}
.GATES {background: url("../logolar/gates.jpg") no-repeat;} 
.BANDO {background: url("../logolar/bando.jpg") no-repeat;}
.SKT  {background: url("../logolar/skt.jpg") no-repeat;}
.CORTEGO  {background: url("../logolar/cortego.jpg") no-repeat;}
.SUPTEX {background: url("../logolar/suptex.jpg") no-repeat;} 
.FDT  {background: url("../logolar/fdt.jpg") no-repeat;}

.cleaner { clear: both; }
hr {	display: none; }

.content p {
	margin-top: 0.5em;
}
.content img{
	border: 2px solid #000;
	padding: 1px;
}	