﻿body  {
	background: url(images/main-bg.png) repeat scroll 0 0 transparent;
}

a:link
,a:visited
,a:active
{
	color: #000000;
}

a:hover
{
	color: #cccc33;
}

#wrapper_main {
	background: #c697c5 url(images/background.jpg) repeat-x 0 0 scroll;
}

.wrapper_comment .top {
	background: transparent url(images/comment-top-bg.png) no-repeat 0 0 scroll;
}

.wrapper_comment .mid {
	background: transparent url(images/comment-mid-bg.png) repeat-y 0 0 scroll;
}

.wrapper_comment .bottom {
	background: transparent url(images/comment-bottom-bg.png) no-repeat 0 0 scroll;
}

#container_header {
	background: transparent url(images/banner-bg.png) no-repeat 0 0 scroll;
}

#container_footer {
	background: url("images/footer-bg.png") no-repeat scroll 0 0 transparent;
}

.content-header {
	background: transparent url(images/content-header-bg.png) no-repeat 0 0 scroll;
}

.content-body {
	background: transparent url(images/content-body-bg.png) repeat-y 0 0 scroll;
}

.content-footer {
	background: transparent url(images/content-footer-bg.png) no-repeat 0 0 scroll;
}

.widget-header {
	background: transparent url(images/widget-header-bg.png) no-repeat 0 0 scroll;
}

.widget-body {
	background: transparent url(images/widget-body-bg.png) repeat-y 0 0 scroll;
}

.widget-content ul li {
	list-style-image: url(images/img-bullet-wineglass.png);
}

.widget-footer {
	background: transparent url(images/widget-footer-bg.png) no-repeat 0 0 scroll;
}

#nav-main .home a {
	background: transparent url(images/nav-home-bg.png) no-repeat 0 0 scroll;
}

#nav-main .facebook a {
	background: transparent url(images/img-icon-facebook.png) no-repeat 0 0 scroll;
}

#nav-main .twitter a {
	background: transparent url(images/img-icon-twitter.png) no-repeat 0 0 scroll;
}

#nav-main .home a:hover {
	background: transparent url(images/nav-home-bg.png) no-repeat 0 -49px scroll;
}

#nav-main .request a {
	background: transparent url(images/nav-request-bg.png) no-repeat 0 0 scroll;
}

#nav-main .request a:hover {
	background: transparent url(images/nav-request-bg.png) no-repeat 0 -49px scroll;
}

.blogTitle {
	color: #996633;
}

a.writeComment {
	background: transparent url(images/btn-writecomment.png) no-repeat 0 0 scroll;
}

a.writeComment:hover {
	background: transparent url(images/btn-writecomment.png) no-repeat 0 -21px scroll;
}

a.readMore {
	background: transparent url(images/btn-readmore-bg.png) no-repeat 0 0 scroll;
}

a.readMore:hover {
	background: transparent url(images/btn-readmore-bg.png) no-repeat 0 -21px scroll;
}

a.visit {
	background: transparent url(images/btn-visit-bg.png) no-repeat 0 0 scroll;
}

a.visit:hover {
	background: transparent url(images/btn-visit-bg.png) no-repeat 0 -21px scroll;
}

a.submitRequest {
	background: transparent url(images/btn-submitrequest-bg.png) no-repeat 0 0 scroll;
}

a.submitRequest:hover {
	background: transparent url(images/btn-submitrequest-bg.png) no-repeat 0 -31px scroll;
}

a.submitComment {
	background: transparent url(images/writecomment-bg-off.png) no-repeat 0 0 scroll;
}

a.submitComment:hover {
	background: transparent url(images/writecomment-bg-on.png) no-repeat 0 0 scroll;
}

.sitemapclass li
{
    list-style-position: inside;
	list-style-image: url(images/img-bullet-wineglass.png);
}

/* ==========for modal (contains layout)=============== */
/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {color:#000000; background-color:#ffffff; border:4px solid #aaaaaa; padding:12px;}
#simplemodal-container a.modalCloseImg {background:url(images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}

.plain 
{
    border: 1px solid #aaaaaa;
    background-color: #ffffff;
}

#search {
	background: transparent url(images/img-bg-postit.png) no-repeat;
}

.searchButton {
	background: transparent url(images/img-btn-search-go.png) no-repeat;
}

