/**
 * @version $Id: template.css 20075 2011-07-28 12:24:47Z infograf768 $
 * @author Templatesquare
 * @package Joomla
 * @subpackage Elegance Themes
 * @copyright Copyright (C) 2011 Templatesquare. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */


/* 

Elegance - CSS File

*/


/*** GLOBAL  ***/
body {
	font-family:Verdana;
	font-size:12px;
	margin:0 auto;
	padding:0;
	color:#666666;
	line-height:20px;
	background-color:#ede1c5;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clear{clear:both; height:1px !important; line-height:1px !important}
form{margin:0; padding:0;}
fieldset{border:0px;}

hr {
	border: 0;
	color: #f2f2f2;
	background-color: #f2f2f2;
	height: 1px;
	margin:5px 0px 20px 0px;
	padding:0px;
}
*+html hr{margin:0px 0px 5px 0px;}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2{margin-bottom:12px; font-family: Verdana; font-weight:normal;}
h3, h4, h5, h6{margin-bottom:8px; font-family:Verdana; font-weight:normal; letter-spacing:-1px}
h1 {font-size:28px; line-height:30px;}
h2 {font-size:24px; line-height:26px;}
h3 {font-size:18px; line-height:20px;}
h4 {font-size:14px; line-height:15px;}
h5, h6 {font-size:13px; line-height:15px;}

h1, h2, h3, h4, h5, h6{color:#000;}
/* links */
a, a:visited {color:#666; text-decoration:underline;}
a:hover{color:#666; text-decoration:none; }
a img{border:none}
/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}
img.alignleft, img.alignright, img.aligncenter, img.alignnone {background-color:#fff; padding:5px;}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:20px;
}
ul, ol {
	margin:10px 0 20px 20px;
}
li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
	
blockquote {
	background-image:url(../images/quote.gif);
	background-repeat:no-repeat;
	font-size:20px !important;
	letter-spacing:0px;
	line-height:25px;
	margin-bottom:20px;
	color:#333;
	padding:5px 0 0 20px;
	}
blockquote.left, blockquote.right  {
	background-image:url(../images/quote.gif);
	background-repeat:no-repeat;
	color:#333;
	float:right;
	font-size:20px;
	letter-spacing:0px;
	line-height:25px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:5px;
	padding:5px 0 0 20px;
	width:53%;
	}
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}
	

/* code */
code {
	font-family: Verdana;
	padding:12px 20px 12px 10px;
	background-color:#e6e6e6;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 6px;
	border:solid 1px #dbdbdb;
	border-width:0px 0px 0px 7px;
	margin:10px 0px;
	display:block
}

/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/
#wrapper{width:100%;}
#container-top{background-image:url(../images/bg-container-top.png); background-repeat:repeat-x; background-color:#fff9eb}
#container-top-inner{background-image:url(../images/bg-container-top-inner.png); background-repeat:repeat-x; background-color:#fff9eb}
#container-bottom{ background-image:url(../images/bg-container-bottom.png); background-repeat:repeat-x; background-color:#ede1c5}
.container{width:940px; margin:0 auto;}

/* TOP */
#top{height:98px; position:relative; z-index:100; padding-top:6px; width:940px; float:left }
#top-left{width:320px; float:left;}
#logo h1 a{text-decoration:none !important;}
#logo h1{font-size:40px; line-height:normal; padding-top:10px; margin-bottom:0px !important}
#top-right{width:620px; float:left;}
#top-search{ text-align:right; padding:11px 0px 0px 0px;}
#top-search .inputbox{background-image:url(../images/icon-search.gif); background-color:#f9f9f9; background-repeat:no-repeat; background-position:right; border:solid 1px #e6e6e6; width:200px; 
font-size:12px;
line-height:18px;
padding:3px	;
margin:1px 0px 2px 0px;
	box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);

}
#top-search p{margin:0px;}
#top-search form{margin:0px; padding:0px;}
#top-navigation{padding:10px 0px 0px 0px; }
#top-navigation ul{margin:0px 0px 0px 0px; padding: list-style-type:none; float:right}
#top-navigation ul ul{margin:0px; padding:0px; list-style-type:none; position:relative; z-index:100}
#top-navigation li{list-style-type:none; padding:0px; margin:0px; float:left; position:relative;}
#top-navigation li a{font-size:14px; line-height:20px; display:block; padding:4px 0px 12px 0px; margin:0px 0px 0px 30px; float:left; color:#666; text-decoration:none;}
* html #top-navigation li a{margin:0px 0px 0px 15px;}
#top-navigation li.active a{color:#333 !important;}
#top-navigation li a:hover{color:#333; text-decoration:none;}
#top-navigation ul li li{
margin:0 0 0px 0px;
padding:0px;
position:relative;
z-index:100;
border-width:1px 1px 0px 1px !important;
}
#top-navigation ul ul {
display:none;
left:20px;
position:absolute;
top:30px;
width:159px;
z-index:200 !important;
padding:0px 0px 5px 0px;
background-color:#f7f7f7;
border:solid 0px #e9e9e9 !important;
border-width:0px 1px 1px 1px !important ;

}
* html #top-navigation ul ul{top:29px; border-width:0px 0px 1px 0px !important;}/* ie 6 only */
* +html #top-navigation ul ul{top:29px; border-width:0px 1px 1px 1px !important;}/* ie 7 only */
#top-navigation ul li ul a{
width:125px;
height:auto;
float:left;
text-align:left;
padding:2px 10px 5px 10px;
margin:3px 0px 3px 0px;
border:0px !important;

font-size:12px;
line-height:12px;
font-weight:normal;
z-index:200 !important;
}
#top-navigation ul li ul a:hover{padding:2px 10px 5px 10px;}
#top-navigation ul ul ul{top:auto;border-top:none;}	
#top-navigation ul li ul ul {left:159px; top:0px;}
#top-navigation ul li:hover ul ul, #top-navigation ul li:hover ul ul ul, #top-navigation ul li:hover ul ul ul ul
{display:none;}
#top-navigation ul li:hover ul, #top-navigation ul li li:hover ul, #top-navigation ul li li li:hover ul, #top-navigation ul li li li li:hover ul
{display:block;}
#top-navigation ul li ul a{border-top:none;}


/* HEADER */
#header{width:940px; height:400px; margin:20px 0px 20px 0px !important; clear:both; background-color:#fff; float:left}
* html #header{margin:10px 0px 10px 0px !important;}
#header-slide{padding:10px;}
#header-slide ul{list-style-type:none; margin:0px; padding:0px;}

/* CONTENT */
#main{padding:40px 0px 40px 0px; width:940px; clear:both}
#main-inner{padding:20px 0px 40px 0px; width:940px;}
#content{width:590px; float:left; padding-right:40px;}
* html #content{padding-right:30px;}/* ie 6 only */
#contentfull{width:940px; float:none; padding-right:0px;}

#content .entry-title, #contentfull .entry-title {
	color: #000;
	font-size: 21px;
	line-height: 1.3em !important;
	font-weight: bold;
	margin-bottom:5px;
	padding-bottom:5px;
	background-image:url(../images/double-line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:100%
}
.entry-title a:link,
.entry-title a:visited {
	color:#000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #FF4B33;
}

ul.actions{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
ul.actions li{
	display:inline;
	float:right;
	margin:0px 0px 0px 8px;
}

dl.article-info{
	clear:both;
	margin-bottom:15px;
	padding-bottom:10px;
}

.col1{width:275px; float:left; }
.col2{width:275px; float:left; margin-left:30px;}

.item-separator{
	background-image:url(../images/double-line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
	height:2px;
	margin:0px 0px 32px 0px;
}

ul.pagenav{
	list-style-type:none;
	clear:both;
	margin:10px 0px 20px 0px;
}
ul.pagenav li{
	display:inline;
}
ul.pagenav li a{
	text-decoration: none;
	padding: 3px 6px;
	margin: 2px;
	line-height:25px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:solid 1px #ccc;
}
ul.pagenav li.pagenav-prev{
	float:left;
}
ul.pagenav li.pagenav-next{
	float:right;
}
/*==== widget ====*/
#side-right{width:310px; float:left;}
.box-side-r{background-image:url(../images/bg-box-right-repeat.png); background-repeat:repeat-y; width:310px;}
.box-side-t{background-image:url(../images/bg-box-right-top.png); background-repeat:no-repeat; width:310px; background-position:top}
.box-side-b{background-image:url(../images/bg-box-right-bottom.png); background-repeat:no-repeat; width:310px; background-position:bottom}
.box-side-padd{padding:20px 30px;}
.widget-area ul {list-style: none;margin: 0;}
.widget-area ul ul {margin:0px 0px 10px 0px !important}
.widget-area ul ul li ul {margin:0px 0px 5px 0px !important;}

.widget-area{margin:0px 0px 20px 0px;}
.widget-area ul li {
	list-style: none;
	margin-left: 0 ;
	border-bottom:solid 1px #e6e6e6;
	list-style-position:outside !important;
	padding:5px 0px 5px 12px;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 11px;
}
.widget-area .widget-no-box ul ul li{background-image:none; padding:5px 0px;}
.widget-container {margin: 0 0 18px 0;}
.widget-no-box .widget-title{font-size:24px; line-height:24px;}
.widget-title {font-weight: bold;margin:0px 0px 16px 0px; padding:0px;}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {font-size: 11px;}
.widget-area .textwidget{padding:10px 0px 5px 0px;}
.widget-area blockquote{font-size:12px !important; line-height:18px;}
/*==== Dropcaps ====*/
.letercap{
	color:#333333;
	display:block;
	float:left;
	font-size:40px;
	line-height:40px;
	margin:0 8px 0 0;}
.bk-right{ float:right; width:30%; margin-left:20px;}
.bk-left{ float:left; width:30%;}

/*==== Highlight ====*/
.highlight1{padding:1px 4px;background-color:yellow;color:#111;}	
.highlight2{padding:1px 4px;background-color:#111;color:#eee;}	


/*==== Tables ====*/

table.depot {border-collapse:separate;border-spacing:0;width:100%;border-top:0px solid #f2f2f2;margin-bottom:18px;}
table.depot,td,th { text-align:left;}
table.depot th{padding:10px;color:#666;text-transform:uppercase;}
table.depot td{padding:10px;color:#888;}
table.depot tfoot td{border:0px;}
table.depot th,table.depot tr:hover{background-color:#FFF9EB;}
table.depot  {
	border: 0px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
table.depot tr th,
thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
table.depot tr td {
	border-top: 0px solid #e7e7e7;
	padding: 6px 10px;
}
table.depot tr.odd td {
	background: #F2F7FC;
}

table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #f2f2f2;margin-bottom:18px;}
table,td,th { text-align:center;}
//th{padding:10px;color:#666;text-transform:uppercase;}
th{padding:10px;color:#666;}
td{padding:10px;color:#888;}
tfoot td{border:0px;}
th,tr:hover{background-color:#f2ede0;}
table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
tr.odd td {
	background: #F2F7FC;
}

form#login-form input.button{
	padding:5px 8px;
	margin-bottom:10px;
}

/* column */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.one_fourth{width:22%; }
.one_half,.one_third,.one_fourth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }


.two-col1{float:left; width:47%;}
.two-col2{float:left; width:47%; margin-left:6%}
.three-col1{float:left; width:30%;}
.three-col2{float:left; width:31%; margin-left:4%}
.three-col3{float:left; width:31%; margin-left:4%}
* html .three-col2{float:left; width:30%; margin-left:3%} 
* html .three-col3{float:left; width:30%; margin-left:3%} 

.col1{width:47%; float:left; }
.col2{width:47%; float:left; margin-left:6%}


/* FOOTER */
#footer{height:80px; clear:both; padding:20px 0px 0px 0px; font-size:11px;}


/* 

Elegance - CSS File

USE THIS STYLE SHEET FOR INNER PAGE

*/

#header-inner{height:84px; clear:both; display:table;}
#header-inner-left{width:540px; float:left; padding:22px 0px 0px 0px;}
#header-inner-full{padding:22px 0 22px 0}
#header-inner-left h1{font-size:26px; line-height:30px; margin-top:5px;}
h1.pagetitle, h1.pagetitle a, h1.pagetitle a:visited{color:#333; text-decoration:none}
#header-inner-right{width:400px; float:left; padding:22px 0px 0px 0px; }
* html #header-inner-right{padding:11px 0px 0px 0px;}/* ie 6 only */

/* Portfolio */
.gallery{list-style-type:none; padding:0px; margin:0px;}
.gallery li{list-style-type:none; padding:0px 20px 0px 0px; margin:0px 0px 20px 0px; width:220px; float:left; background-image:url(../images/double-line.gif); background-repeat:repeat-x; background-position:bottom}
.gallery li.nomargin{padding-right:0px;}
.gallery li img{padding:5px; background-color:#fff;margin:0px 0px 9px 0px;}
.gallery h3 a{text-decoration:none;}
.gallery-pagination a, .gallery-pagination span {
	text-decoration: none;
	padding: 3px 6px;
	margin: 2px;
	line-height:25px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:solid 1px #ccc;
}

.gallery-pagination a:hover, .gallery-pagination span.current {
	border-color: #949292 !important;
}
div#sh-rights.shright{
	float:left;
	width:auto !important;
	margin-right:30px;
}
div#sh-left{
	float:left;
}
div#main-image{
	padding:4px;
	border:1px solid #eaeaea;
	background-color:#f6f6f6;
}
div#main-image img{
	display:block;
}
div#component-portfolio h3{
	color:#333333;
}
div#fulldes{
	margin-top:23px;
}
div#component-portfolio div.nextprev{
	width:100%;
	margin-bottom:13px;
}
.desProduct{
	margin-top:0px;
}
div#component-portfolio a.previd, div#component-portfolio span.previds{
	margin-left:0px !important;
	text-decoration: none;
	padding: 3px 6px;
	margin: 2px;
	line-height:25px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:solid 1px #ccc;
	background-color:#ffffff;
	background-image:none;
	color:#666666 !important;
}
div#component-portfolio a.nextid, div#component-portfolio span.nextids{
	margin-left:0px !important;
	text-decoration: none;
	padding: 3px 6px;
	margin: 2px;
	line-height:25px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:solid 1px #ccc;
	background-color:#ffffff;
	background-image:none;
	color:#666666 !important;
}
div#component-portfolio a.previd span, div#component-portfolio a.nextid span{
	margin:0px;
	background-image:none;
	background-color:#ffffff;
	text-decoration: none;
	padding: 3px 6px;
	margin: 2px;
	line-height:25px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:solid 1px #ccc;
	color:#666666 !important;
}

/* Blog */
.video-player {
	padding: 0;
}

.idate{background-image:url(../images/icon-date.png); background-repeat:no-repeat; padding:1px 20px 2px 20px; display:inline; font-size:10px;}
.icomm{background-image:url(../images/icon-comment.png); background-repeat:no-repeat; padding:1px 20px 2px 20px; display:inline; font-size:10px;}
.iauth{background-image:url(../images/icon-author.png); background-repeat:no-repeat; padding:1px 20px 2px 20px; display:inline;  font-size:10px;}

/* breadcrumb */
.breadcrumbs{padding:0px 0px 20px 0px}

/* Contact */
.contact-form button.validate{
	margin:13px 0px 0px 0px;
	padding:5px;
}