/*

	CSS Doc Name: SITON site

	Theme URI:

	Description: Site CSS

	Version: 1.0

	Author: inspirestudio

	Author URI: http://www.inspirestudio.net/

*/


/*--------------------------------------------------------------------------*/


/*

** >> ELEMENTS

*/

html {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}
body {
	background: #fffadf url(/images/top-tile.gif) left top repeat-x;
	margin: 0;
	padding: 0;
	color: #000000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#site-wrapper {
	padding:0;
	margin:0 auto;
	width: 990px;
	position:relative;
}
/* >> TITLES */

h1, h2, h3, h4, h5, h6 {
	color: #ff9933;
	font: normal bold Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin-top: 0;
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	font-weight: bold;
}
/* >> BLOCKS */



/* >> LINKS */

a {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
/* >> IMAGES */

img, a img {
	border: 0;
}
hr {
	border-top:1px solid #f5ecbd;
	border-bottom:1px solid #fff;
	height:2px;
	}
/*--------------------------------------------------------------------------*/



/* >> GENERAL CLASSES */

.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}
.v-middle {
	vertical-align:middle;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.empty {
	height: 1px !important;
	font-size: 1px !important;
	line-height: 1px !important;
	clear:both;
}
.error {
	color: #FF0000;
}
.red {
	color: #cc0000;
	font-size:9px;
}
.light-gray {
	color:#cbcbcb;
}
.dark-gray {
	color: #999999;
}
.gray-separator {
	border-top:1px solid #cbcbcb;
	width:97%;
	margin:0 auto;
	height: 1px !important;
	font-size: 1px !important;
	line-height: 1px !important;
	clear:both;
}
.gray-separator2 {
	border-top:1px solid #cbcbcb;
	width:90%;
	margin:0 0 0 20px;
	height: 1px !important;
	font-size: 1px !important;
	line-height: 1px !important;
	clear:both;
}
.gray-txt-pr {
	color:#cbcbcb;
	margin:2px 0 0 20px;
}
.txt-indent {
	text-indent:30px;
}
.img-left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.img-right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.p10 {
	padding:10px;
}
.p20 {
	padding:20px;
}
.p30 {
	padding:30px;
}
.page-title {
	background:#66cc00 url(/images/new-products-tile.gif) repeat-x;
	height:40px;
}
.page-title span {
	background:url(/images/new-products-bkg.gif) no-repeat;
	padding:8px 0 0 11px;
	height:32px;
	display:block;
	font-size:18px;
	color:#FFFFFF;
	font-weight:normal;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
.color-block {
	padding:15px;
	background:#fffbe8;
	border:1px solid #50b400;
}
/* --Forms-- */

.txtFld {
	background-color:#fffbe8;
	border:1px solid #50b400;
	font-size:14px;
	width:280px;
	height:16px;
	line-height:16px;
}
.txtareaFld {
	background-color:#fffbe8;
	border:1px solid #50b400;
	font-size:14px;
	width: inherit;
	height: inherit;
	margin:0;
}
input.but_submit {
	background:transparent url(/images/submit-bkg.jpg) no-repeat scroll left top;
	border:0px none;
	cursor:pointer;
	height:23px;
	padding:0px;
	width:79px;
	color:#FFFFFF;
	font-size:14px;
	font:Verdana, Arial, Helvetica, sans-serif;
}
/*--------------------------------------------------------------------------*/


/*

** >> top

*/

#top {
}
#logo {
	width:140px;
	float:left;
	margin:0 40px 0 0px;
}
#langs {
	position:absolute;
	z-index:100;
	background:url(/images/langs-bkg.gif) left top no-repeat;
	width:140px;
	height:31px;
	padding:10px 0 0 10px;
	top:0px;
	right:2px;
	text-align:cleft;
}
#usermenu {
	float:left;
	height:150px;
	margin-bottom:16px;
	position: relative;
	z-index:50;
}
#usermenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#usermenu ul li {
	float:left;
	width:134px;
	height:150px;
	display:block;
}
#usermenu ul li a {
	height:150px;
	display:block;
	text-align:center;/*	outline:1px solid red;*/
}
#usermenu ul li a h3 {
	font: "Myriad Pro";
	color:#FFFFFF;
	font-size:18px;
	margin:0;
	padding:0;
	display: none;
}
/* >> USERMENU LINKS BG */

#usermenu ul li a.bg1 {
	background:url(/images/bg1_stolove.gif) left 100px no-repeat;
}
#usermenu ul li a.bg1:hover {
	background:url(/images/bg1_stolove.gif) left -64px no-repeat;
}
#usermenu ul li a.bg1-current {
	background:url(/images/bg1_stolove.gif) left -64px no-repeat;
}
#usermenu ul li a.bg2 {
	background:url(/images/bg2_mebeli.gif) left 100px no-repeat;
}
#usermenu ul li a.bg2:hover {
	background:url(/images/bg2_mebeli.gif) left -64px no-repeat;
}
#usermenu ul li a.bg2-current {
	background:url(/images/bg2_mebeli.gif) left -64px no-repeat;
}
#usermenu ul li a.bg3 {
	background:url(/images/bg3_aksesoari.gif) left 100px no-repeat;
}
#usermenu ul li a.bg3:hover {
	background:url(/images/bg3_aksesoari.gif) left -64px no-repeat;
}
#usermenu ul li a.bg3-current {
	background:url(/images/bg3_aksesoari.gif) left -64px no-repeat;
}
#usermenu ul li a.bg4 {
	background:url(/images/bg4_damaski.gif) left 100px no-repeat;
}
#usermenu ul li a.bg4:hover {
	background:url(/images/bg4_damaski.gif) left -64px no-repeat;
}
#usermenu ul li a.bg4-current {
	background:url(/images/bg4_damaski.gif) left -64px no-repeat;
}
#usermenu ul li a.bg5 {
	background:url(/images/bg5_promocii.gif) left 100px no-repeat;
}
#usermenu ul li a.bg5:hover {
	background:url(/images/bg5_promocii.gif) left -64px no-repeat;
}
#usermenu ul li a.bg5-current {
	background:url(/images/bg5_promocii.gif) left -64px no-repeat;
}
#usermenu ul li a.bg6 {
	background:url(/images/bg6_kontakti.gif) left 100px no-repeat;
}
#usermenu ul li a.bg6:hover {
	background:url(/images/bg6_kontakti.gif) left -64px no-repeat;
}
#usermenu ul li a.bg6-current {
	background:url(/images/bg6_kontakti.gif) left -64px no-repeat;
}
/* >> USERMENU LINKS EN */

#usermenu ul li a.en1 {
	background:url(/images/en1_stolove.gif) left 100px no-repeat;
}
#usermenu ul li a.en1:hover {
	background:url(/images/en1_stolove.gif) left -64px no-repeat;
}
#usermenu ul li a.en1-current {
	background:url(/images/en1_stolove.gif) left -64px no-repeat;
}
#usermenu ul li a.en2 {
	background:url(/images/en2_stolove.gif) left 100px no-repeat;
}
#usermenu ul li a.en2:hover {
	background:url(/images/en2_stolove.gif) left -64px no-repeat;
}
#usermenu ul li a.en2-current {
	background:url(/images/en2_stolove.gif) left -64px no-repeat;
}
#usermenu ul li a.en3 {
	background:url(/images/en3_stolove.gif) left 100px no-repeat;
}
#usermenu ul li a.en3:hover {
	background:url(/images/en3_stolove.gif) left -64px no-repeat;
}
#usermenu ul li a.en3-current {
	background:url(/images/en3_stolove.gif) left -64px no-repeat;
}
#usermenu ul li a.en4 {
	background:url(/images/en4_stolove.gif) left 100px no-repeat;
}
#usermenu ul li a.en4:hover {
	background:url(/images/en4_stolove.gif) left -64px no-repeat;
}
#usermenu ul li a.en4-current {
	background:url(/images/en4_stolove.gif) left -64px no-repeat;
}
#usermenu ul li a.en5 {
	background:url(/images/en5_stolove.gif) left 100px no-repeat;
}
#usermenu ul li a.en5:hover {
	background:url(/images/en5_stolove.gif) left -64px no-repeat;
}
#usermenu ul li a.en5-current {
	background:url(/images/en5_stolove.gif) left -64px no-repeat;
}
#usermenu ul li a.en6 {
	background:url(/images/en6_stolove.gif) left 100px no-repeat;
}
#usermenu ul li a.en6:hover {
	background:url(/images/en6_stolove.gif) left -64px no-repeat;
}
#usermenu ul li a.en6-current {
	background:url(/images/en6_stolove.gif) left -64px no-repeat;
}
/*

** >> middle

*/
#middle {
	background:#FFFFFF url(/images/content-tile.jpg) repeat-y scroll;
	position:relative;
	top:-4px;
	z-index:1;
	clear:both;
}
#content {
	background: url(/images/content-top-bkg.jpg) no-repeat;
	padding:16px 18px 0 18px;
	min-height:400px;
	width:954px;
}
/* >> NEWS */
#news {
	width:395px;
	float:left;
	margin-right:18px;
}
#news .news-title {
	height:32px;
	padding:18px 0 0 18px;
	background:#a7dd40 url(/images/news_bg.gif) repeat-x;
}
#news ul {
	margin:0;
	padding:0;
	list-style:none;
}
#news ul li {
	height:160px;
	border-bottom: 1px solid #a7dd40;
	margin:0;
	padding-left:10px;
}
.news-pic-wrapper {
	position:relative;
	float:left;
	margin-top:15px;
}
img.news-img {
	width:125px;
	height:94px;
}
div.news {
	width:600px;
	background:#fffced;
	border:1px solid #ffec7d;
	padding:20px;
	margin:0 10px 10px 10px;
	overflow:hidden;
	}
div.news h3 {
	font-size:14px;
	padding:0;
	margin:0;
	font-size:24px;
	font-family:Arial, sans-serif;
	}
div.news h6 {
	font-size:9px;
	color:#666666;
	padding:0 2px;
	margin:0;
	}
div.news img {
	background:#fff;
	padding:10px;
	border:1px solid #ffec7d;
	}
div.news hr {
	border-top:1px solid #f5ecbd;
	border-bottom:1px solid #fff;
	height:2px;
	}	
.spacer {
	background:#fff0a4; 
	width:250px; 
	margin:0 10px;
	}

/* >> white corners for picture news*/
.news-pic-wrapper .t-l {
	position:absolute;
	top:0px;
	left:0px;
	z-index:200;
	background:url(/images/corner_t-l.gif) top left no-repeat;
	width:7px;
	height:7px;
}
.news-pic-wrapper .t-r {
	position:absolute;
	top:0px;
	right:0px;
	z-index:201;
	background:url(/images/corner_t-r.gif) top right no-repeat;
	width:7px;
	height:7px;
}
.news-pic-wrapper .b-l {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:202;
	background:url(/images/corner_b-l.gif) bottom left no-repeat;
	width:7px;
	height:7px;
}
.news-pic-wrapper .b-r {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:203;
	background:url(/images/corner_b-r.gif) bottom right no-repeat;
	width:7px;
	height:7px;
}
.news-pic-wrapper .novo {
	position:absolute;
	top:10px;
	left:0px;
	z-index:204;
}
/* >> white corners for picture news - BUG FIX for IE6*/
*html .news-pic-wrapper .t-l {
	position:absolute;
	top:0px;
	left:0px;
	z-index:200;
	background:url(/images/corner_t-l.gif) top left no-repeat;
	width:7px;
	height:7px;
}
*html .news-pic-wrapper .t-r {
	position:absolute;
	top:0px;
	right:-1px;
	z-index:201;
	background:url(/images/corner_t-r.gif) top right no-repeat;
	width:7px;
	height:7px;
}
*html .news-pic-wrapper .b-l {
	position:absolute;
	bottom:2px;
	left:0px;
	z-index:202;
	background:url(/images/corner_b-l.gif) bottom left no-repeat;
	width:7px;
	height:7px;
}
*html .news-pic-wrapper .b-r {
	position:absolute;
	bottom:2px;
	right:-1px;
	z-index:203;
	background:url(/images/corner_b-r.gif) bottom right no-repeat;
	width:7px;
	height:7px;
}
#news ul li p {
	margin:11px 0 10px 15px;
	float:left;
	width:220px;
}
#news ul li p a {
	color:#000000;
	text-decoration:none;
}
#news ul li p a:hover {
	color: #666666;
	text-decoration:none;
}
#news ul li p strong {
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#ff9933;
	margin-bottom:10px;
	display:block;
}
.bulet-arrow {
	margin:0 7px 0 15px;
}
/* >> BANNER-HOME */
#banner-home {
	position:relative;
	width:539px;
	float:left;
}
#banner-home .etiket {
	position:absolute;
	top:13px;
	right:-4px;
	z-index:303;
}
#banner-home .txt-main {
	position:absolute;
	top:20px;
	left:24px;
	z-index:302;
	font-size:30px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
	line-height:20px;
	font-weight: lighter;
	text-shadow:#333333;
	width:370px;
	color:#FFFFFF;
}
*html #banner-home .txt-main {
	line-height:30px;
}
#banner-home .txt-main strong {
	font-weight:bold;
	font-size:36px;
}
#banner-home .txt-name {
	position:absolute;
	bottom:-20px;
	right:-12px;
	z-index:301;
	font-size:36px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	letter-spacing:-3px;
	font-weight: lighter;
	width:400px;
	text-align:right;
	color:#FFFFFF;
}
*html #banner-home .txt-name {
	right:-20px;
}
#banner-home .txt-name strong {
	margin:0;
	font-weight:bold;
	font-size:78px;
	letter-spacing:-8px;
}
/* >> sidebar-left */
#sidebar-left {
	margin:25px 8px 0 0;
	width:232px;
	float:left;
}
#menu-left {
	width:230px;
	background:#fff3ab url(/images/sub_menu_bg.gif) no-repeat;
	background-position:bottom;
	border:1px solid #ffec7d;
	margin:0 0 5px 0;
}
#menu-left ul {
	margin:0;
	padding:2px 0 10px 0;
	list-style:none;
	border-right:1px solid #fffbde;
	border-bottom:1px solid #fffbde;
}
#menu-left ul li:last-child {
	border-bottom:medium none;
}
#menu-left ul li {
	margin:0 20px 0 7px;
	border-bottom:1px solid #fffbde;
	text-transform:capitalize;
}
#menu-left ul li a {
	padding: 0 0 0 25px;
	color:#000000;
	font-size:14px;
	line-height:26px;
	line-height:26px;
	display:block;
	text-decoration:none;
}
#menu-left ul li a:hover {
	padding: 0 0 0 30px;
	background-image:url(/images/bullet_submenu.png);
	background-repeat:no-repeat;
	background-position:10px;
}
/* >> new-products-wrapper  --Home page-- */
#new-products-wrapper {
	float:left;
	margin:25px 0 0 0;
	width:714px;
}
.new-products-title {
	background:#66cc00 url(/images/new-products-tile.gif) repeat-x;
	height:40px;
}
div.new-products-title h4 {
	color:#FFFFFF !important;
	padding:0;
	margin:0;
}
.new-products-title span {
	background:url(/images/new-products-bkg.gif) no-repeat;
	padding:12px 0 0 11px;
	height:28px;
	display:block;
}
/* --------------------------------------------------------------------------- */

div.new-products-grid {
	margin:36px 0 0 0;
	padding-left:10px
}
div.new-products-grid ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
div.new-products-grid ul li {
	width:175px;
	float:left;
	padding:15px 0 15px 0;
	border-bottom:1px solid #D9EDB2;
}
div.new-products-grid ul li div {
	text-align:center;
	border-right:1px solid #D9EDB2;
	min-height:50px;

}
div.new-products-grid div.p-title {
	color:#ff6c00;
	font-size:14px;
	padding-left:15px;
	margin:0 auto;
	line-height:18px;
}
div.new-products-grid div.p-pic {
	padding-top:15px;
	min-height:140px;
}
.new-products-grid {
	margin:36px 0 0 0;
}
.new-products-grid td {
	vertical-align:top;
	text-align:left;
	height:200px;
	width:24%;
}
.new-products-grid td a {
	text-align:center;
	display:block;
	text-decoration:none;
}
.new-products-grid td.h-line {
	text-align:center;
	height:1px;
}
.new-products-grid td.h-line img {
	border-top:1px solid #d9edb2;
	height:1px;
	width:680px;
	margin:10px 0 20px 0;
}
.new-products-grid td.v-line {
	background:url(/images/v-line-green.gif) top no-repeat;
	width:1%;
}
.or-title {
	color:#ff6c00;
	font-size:14px;
	padding-left:15px;
	margin:0 auto;
	line-height:16px;
}
.or-title span {
	color:#000000;
	font-size:10px;
	text-align:left;
	line-height:8px;
}
.pr-c {
	text-align:center;
	min-height:140px;
	margin:5px;
}
*html .pr-c {
	text-align:center;
	height:140px;
	margin:5px auto;
}
a.fur-title {
	position:absolute;
	text-decoration:none;
	padding:10px;
	color:#FFFFFF;
	font-size:14px;
	max-width:300px;
	min-width:30px;
	text-align:left;
	margin:-60px 0 0 1px;
	line-height:18px;
	background-image:url(/images/frame_bg.png);
}
img.fur-pic {
/*	width:332px;
	height:182px;*/
}
div.fur-grid ul {
	margin:10px;
	padding:0px;
	list-style:none;
}
div.fur-grid ul li {
	float:left;
	padding:7px;
	width:332px;
	margin:0;
}
div.fur-bg {
	background-image:url(/images/furniture_bg.gif);
	padding:15px;
	overflow:hidden;
}
div.white-bg {
	padding:10px;
	background-color:#FFFFFF;
	float:left;
	width:530px;
}
div.fur-green-border {
	padding-bottom:10px;
	border-bottom:1px solid #71c309;
}
div.fur-desc-field {
	padding:10px;
	float:left;
	background-color:#FFFFFF;
	width:338px;
	margin-left:15px;
}
div.fur-title-in h2 {
	padding:0;
	margin:5px 0 5px 0;
}
div.fur-title-in {
	border-bottom:1px solid #fcfbe6; 
	padding:0 0 7px 15px;
	overflow:hidden;
	margin-bottom:10px;
}
div.fur-more-pics ul {
	list-style:none;
	padding:0px;
	margin:15px;
}
div.fur-more-pics ul li {
	padding:10px;
	float:left;
}
/* --Products page-- */

.products-wrapper {
	position:relative;
	top:15px;
	margin-bottom:15px;
}
img.add-pics {
	width:65px;
}
.products {
}
.products-description {
	width:363px;
	background:#fffadc;
	border:1px solid #fff4b3;
	padding:25px 15px 10px 15px;
}
/*.products-description span*/.gr-title {
	color:#96cb33;
	font:18px Verdana, Arial, Helvetica, sans-serif;
	margin:15px 0 0 0;
	display:block;
}
/* --damaski-- */
ul.damask-page {
	margin:20px 0 20px 0 !important;
}
ul.damask-page li {
	margin:7px !important;
}
ul.damask-index {
	margin:0;
	padding:0;
	list-style:none;
}
ul.damask-index h4{
	padding:0;
	margin:0;
	}
ul.damask-index li {
	display:block;
	overflow:hidden;
	float:left;
	padding:10px;
	width:320px;
	height:90px;
}
ul.damask-index li div {
	overflow:hidden;
}
ul.damask-index li img {
	float:left;
	width:153px;
	height:68px;
	margin:0 20px 10px 0;
}
ul.damask {
	margin:0;
	padding:0;
	list-style:none;
}
ul.damask li {
	width:153px;
	height:68px;
	float:left;
	position:relative;
	margin:10px 10px 0 0;
}
ul.damask li img {
	position:absolute;
	z-index:800;
	top:0px;
	left:0px;
	width:153px;
	height:68px;
}
ul.damask li a {
	position: absolute;
	z-index:801;
	top:0px;
	left:0px;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	display:block;
	width:153px;
	height:68px;
	text-align:right;
}
ul.damask li a:hover {
	text-decoration:none;
	color:#ff6600;
}
ul.damask li span {
	position:relative;
	z-index:802;
	top:45px;
	left:0px;
	display:block;
	margin:0 10px 0 0;
}
/* --izprati zapitvane-- */
/*a.send-r-button {
	width:359px;
	height:51px;
	line-height:51px;
	text-align:center;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background:#fce4ac;
	border:2px solid #ff9600;
	display:block;
	text-decoration:none;
}
a.send-r-button:hover {
	text-decoration:none;
	color:#ff6600;
	background:#ffeec1;
	height:48px;
	line-height:48px;
	padding-top:3px;
}*/
/* --products-- */
h2.h2-product-page {
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:0 0 0 15px;
	height:24px;
}
div.sub-h2-title {
	padding:10px 0 0 15px;
}
.pr-overview {
	margin:10px 0 2px 20px;
}
.pr-overview a {
	color:#999999;
	text-decoration:none;
}
.pr-overview a:hover {
	color:#006699;
	text-decoration:none;
}
.pr-price {
	text-align:center;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-right:15px;
	color: #999999;
}
.pr-price span {
	font-size:30px;
}
.pr-price span.price-old strong {
	text-decoration:line-through;
	font-weight:normal;
	color:#FF0000;
}
.pr-price sup.price-old {
	text-decoration:line-through;
	font-size:20px;
	color:#FF0000;
}
.pr-price span.price-new {
	color:#8ed704;
}
.pr-price sup.price-new {
	color:#8ed704;
	font-size:20px;
}
.pr-green-title {
	color:#96cb33;
	font:18px Verdana, Arial, Helvetica, sans-serif;
	margin:15px 0 0 0;
	display:block;
	width:430px;
	float:left;
}
/* ------------- */

table.see-more {
	width:541px;
	background:#f8f8f8;
}
.see-more td {
	vertical-align:top;
	text-align:left;
	height:200px;
	width:270px;
	padding:15px;
}
.see-more td a {
	text-align:center;
	display:block;
	text-decoration:none;
}
.see-more td.v-line-gray {
	background:url(/images/v-line-gray.gif) center center no-repeat;
	width:1px;
	padding:0;
}
/*

** >> footer

*/
#footer {
	clear:both;
	background:#FFFFFF;
}
#f-relative {
	background:url(/images/footer-tile.gif) repeat-x;
	position:relative;
	top:-4px;
	z-index:0;
}
#footer #f-wrapper {
	padding:0;
	margin:0 auto;
	width: 990px;
	background:url(/images/footer-bkg.gif) left top no-repeat;
	height:100px;
}
#footer #f-wrapper .f-links {
	margin:14px 18px 0 0;
	padding:20px 20px 0 15px;
	height:26px;
	background:#fff1a6 url(/images/footer-menu-tile.gif) repeat-x;
	;
	border: solid #ffec7d;
	border-width:0pt 1pt 1pt 1pt;
	float:right;
	position:relative;
}
#footer #f-wrapper .f-links a {
	color:#000000;
	font-size:10px;
	text-decoration:none;
}
#footer #f-wrapper .f-links a:hover {
	text-decoration:none;
	position:relative;
	bottom:2px;
	padding-bottom:3px;
}
#footer #f-wrapper .pics {
	float:left;
	padding:24px 0 0 28px;
}
#footer #f-wrapper .pics a {
	margin:0 20px 0 0;
	height:60px;
	display: block;
	float:left;
}
div.info-msg, div.warning-msg, div.error-msg, div.success-msg {
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:30px;
	line-height:24px;
	font-size:14px;
}
div.full-scr-msg {
	background-position:20px 20px;
	padding:20px 20px 20px 50px;
}
div.info-msg {
	background-image:url(/images/info_ico.png);
	color:#0099FF;
}
div.warning-msg {
	background-image:url(/images/warning_ico.png);
	color:#FF9900;
}
div.error-msg {
	background-image:url(/images/error_ico.png);
	color:#FF0000;
}
div.success-msg {
	background-image:url(/images/success_ico.png);
	color:#4dd709;
}
.err_msg {
	color:#FF9900;
}
div.login-list ul {
	list-style:none;
	margin-left:20px;
	padding-left:0px;
}
div.login-list ul li {
	padding:10px;
}
div.flash_msg {
	padding-bottom:10px;
}
/*admin*/
ul.regFields {
	list-style:none;
	padding:0;
	margin:0;
	margin-top:15px;
}
ul.regFields li {
	padding:5px;
	line-height:22px;
	border-bottom:1px solid #C7F1C0;
}
li.lang-label {
	padding-left:180px !important;
	font-weight:bold;
	background-color:#FFFADF;
}
ul.regFields li label {
	width:170px;
	display: block;
	float:left;
	line-height:25px;
	padding-left:7px;
	text-align:left;
}
ul.editFields li label {
	width:190px !important;
}
#usermenu-admin ul {
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
	width:900px;
}
#usermenu-admin ul li {
	float:left;
}
#usermenu-admin ul li a h3 {
	color:#FFFFFF;
	text-decoration:none;
	margin:0px;
	padding:40px 10px 24px 15px;
	font-size:14px;
}
table.admin_table {
	width:100%;
}
table.admin_table th, table.admin_table td {
	padding:7px;
	border-bottom:1px solid #8FDA04;
	text-align:left;
}
table.admin_table tr.list:hover {
	background-color:#FFFADF;
}
ul.pages {
	list-style:none;
	padding:0px;
	margin:10px 0 0 0;
	float:right;
}
ul.pages li {
	float:left;
	margin:2px;
	border:1px solid #ffe658;
	background-color:#FFFADF;
}
ul.pages li a {
	display:block;
	padding:7px;
	text-decoration:none;
}
ul.pages li:hover {
	background-color:#ffec7d;
}
ul.pages li.num-selected:hover {
	background-color:#FFFADF !important;
}
ul.pages li.num-selected {
	padding:7px;
}
ul.pages li.num {
}
div.admin-related {
	float:left;
	width:180px;
	padding:3px;
}
div.admin-related label {
	width:auto !important;
}
div.admin-cats label {
	width:240px !important;
}
/*lightbox*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*end lightbox*/
#damasks-wrapper {
	float:left;
	margin:17px 0 0 0;
	padding:15px;
	width:681px;
	background-color:#FFFCED;
	border:1px solid #FAEE80;
}
#damasks-wrapper h4 {
	text-transform:capitalize;
}
div.damask-title {
	padding-left:10px;
	padding-top:10px;
}
div.damask-title h2 a {
	text-decoration:none;
	color: #ff9933;
	padding:0;
	margin:0;
}
ul.form {
	margin:0 0 0 10px;
	padding:0 30px 0 0;
	list-style:none;
}
ul.form label {
	width:200px;
	float:left;
}
ul.form li {
	padding:7px;
}
ul.form li input, ul.form li textarea {
	width:400px;
}

/* Static Pages  */

table.static {
	font-size:12px;
}
div.staticPages {
	padding:0 30px;
	}
div.staticPages h1 {
	font-size:18px;
	padding:5px 0;
	margin-top:10px;
	}
div.staticPages h2 {
	font-size:16px;
	border-bottom:1px solid #98d608;
	padding:5px 0;
	}
.spacerStatic {
	width:250px; 
	margin:0 10px;
}
#sidebar-contacts {
	margin:25px 8px 0 0;
	width:150px;
	float:left;
}
ul.chair-cats {
	list-style:none;
	margin:0;
	padding:0;
}
ul.chair-cats li {
	float:left;
	width:330px;
	padding:10px;
}
.refborder img{
	border:1px solid #6ecf08;
	margin:2px;
	padding:2px;
	}
	
/* ------- Slider --------- */

		.container { width:550px; height:375px; overflow:hidden; position:relative; cursor:pointer; float:left; }
		.slides { position:absolute; top:0; left:0; }
		.slides > div { position:absolute; top:0; width:550px; display:none; }
		/*
		 * Optional
		*/
		#loopedSlider,#newsSlider { margin:0 auto; width:540px; position:relative;  float:left; }
		ul.pagination { list-style:none; padding:0; margin:0; }
		ul.pagination li  { float:left; }
		ul.pagination li a { padding:2px 4px; }
		ul.pagination li.active a { background:blue; color:white; }
		/*end*/