@import url("reset.css");

body {
	background-color: #ebdcdb;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #675545;
	font-size: 13px;
}

.clear {clear: both;}	


a:link, a:visited, a:active {
	color:#617F90;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
}

blockquote {
	padding: 10px;
}

h1 {
	color:#617F90;
	font-size:18px;
	padding-bottom: 6px;
	font-weight: bold;
}

h2 {
	color:#617F90;
	font-size:18px;
	padding-bottom: 6px;
	font-weight: bold;
}

h3 {
	font-size:18px;
	font-weight:normal;
	color:#864277;
}

h4 {
	font-size:16px;
	font-weight:normal;
	color:#864277;
}

h5 {
	font-size:14px;
	font-weight:normal;
	color:#864277;
}

h6 {
	font-size:12px;
	font-weight:normal;
	color:#864277;
}

p {
	margin-bottom: 10px;
}

#wrapperRepeat {
	background: url(../images/wrapper_repeat.jpg) repeat-y left top;
	width: 960px;
	margin: 0 auto;
}

#wrapperBottom {
	background: url(../images/wrapper_bottom.jpg) no-repeat left bottom;
	padding-bottom: 8px;
}

#wrapper {
	background: url(../images/wrapper_top.jpg) no-repeat left top;
	padding: 0 12px 0 9px;
	text-align: left;
}

#header {
	width: 936px;
	height: 231px;
	padding-left: 3px;
}

#container {
	padding: 0 6px 0 0;
	background: url(../images/container_bg.png) no-repeat right 30px;

}

#leftCol {
	width: 213px;
	float: left;
}

#leftCol .module-nav {
	width: 213px;
	text-align: right;
	background: url(../images/module_nav_repeat.jpg) repeat-y left top;
}

#leftCol .module-nav div div {
	background: url(../images/module_nav_bottom.jpg) no-repeat left bottom;
	padding-bottom: 46px;
	width: 213px;
}

#leftCol .module-nav div div div {
	background: url(../images/module_nav_top.jpg) no-repeat left top;
	padding: 16px 13px 0 0;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	width: 200px;
	clear: both;
}

#leftCol .module-nav div,
#leftCol .module-nav div div div div {
	background-image: none;
	padding: 0;
	min-height: 0;
	height: auto;
	/*width: 213px;*/
}

#leftCol .module-nav li {
	background: url(../images/module_nav_bg.jpg) no-repeat left bottom;
	width: 200px;
	float: left;
	padding: 0 0 5px 0;
}

#leftCol .module-nav li a:link,
#leftCol .module-nav li a:active,
#leftCol .module-nav li a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #617f90;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	width: 170px;
	display: block;
}

#leftCol .module-nav li a:hover,
#leftCol .module-nav li.active a:link,
#leftCol .module-nav li.active a:active,
#leftCol .module-nav li.active a:visited {
	color: #c64e52;
	text-decoration: none;	
}

#leftCol .module-nav li li {
	background-image: none;
	width: 200px;
	float: left;
	padding: 0 0 0 0;
}

#leftCol .module-nav li.active li a:link,
#leftCol .module-nav li.active li a:active,
#leftCol .module-nav li.active li a:visited,
#leftCol .module-nav li li a:link,
#leftCol .module-nav li li a:active, 
#leftCol .module-nav li li a:visited {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #675545;
	background: url(../images/module_li_bg.jpg) no-repeat 185px center;
	padding: 2px 20px 2px 15px;
	width: 165px;
}

#leftCol .module-nav li li a:hover,
#leftCol .module-nav li li.active a:link,
#leftCol .module-nav li li.active a:active,
#leftCol .module-nav li li.active a:visited {
	color:#C64E52;
}

#rightCol {
	float: right;
	width: 205px;
	padding-top: 49px;
}

.content .searchWrap {
 	width: 205px;
	color:#617F90;
	font-size:18px;
	margin-bottom:10px; 
	padding-bottom:8px;
	position: absolute;
	top: 0;
	right:-210px;
}

.content .searchWrap h3 {
	float: left;
	height: 21px;
	line-height: 21px;
	font-size: 14px;
	color: #5B7787;
	margin-right: 5px;
}

.content  .searchWrap .inputbox-search {
	float: left;
	width: 100px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #617F90;
	margin-right: 5px;
}

.content  .searchWrap .button-search {
	float: left;
	background: url(../images/button.png) no-repeat left top;
	width: 25px;
	height: 21px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border: none;
	text-align: center;
	cursor: pointer;
	position:absolute
}


#rightCol .module-pink {
 	width: 195px;
	padding-left: 10px;
	position: relative;
}

#rightCol .module-pink .cModuleTop {
	width: 147px;
	background: url(../images/mod_pink_top.png) no-repeat left top;
	padding: 10px 24px 3px 24px;
	height: 45px;
	overflow: hidden;
}

#rightCol .module-pink .cModuleTop h3,
#rightCol .module-blue .cModuleTop h3 {
	font-size: 18px;
	line-height: 18px;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #864277;
	font-weight: normal;
}

#rightCol .module-pink .cModuleRepeat {
	width: 147px;
	background: url(../images/mod_pink_repeat.png) repeat-y left top ;
	padding: 10px 24px 5px 24px;	
}

#rightCol .module-pink .cModuleRepeat .readon {

}

#rightCol .module-pink .cModuleRepeat a.readon:link,
#rightCol .module-pink .cModuleRepeat a.readon:active,
#rightCol .module-pink .cModuleRepeat a.readon:visited {
	color: #617F90;
	font-size: 14px;
	background: url(../images/pink_readon.jpg) no-repeat left top;
	width: 56px;
	position: absolute;
	right: 10px;
	bottom: 12px;
	text-align: center;
}

#rightCol .module-pink .cModuleRepeat .readon a:hover,
#rightCol .module-blue .cModuleRepeat .readon a:hover {
	text-decoration: underline;
}

#rightCol .module-pink .cModuleBottom {
	background: url(../images/cmod_bottom_pink.png) no-repeat left bottom;
	height: 34px;
	display: block;
}

#rightCol .module-pink .cModuleRepeat p {
	margin-bottom: -20px;
}


#rightCol .module-blue {
 	width: 195px;
	position: relative;
	padding-left: 10px;
}

#rightCol .module-blue .cModuleTop {
	width: 147px;
	background: url(../images/mod_blue_top.png) no-repeat left top;
	padding: 10px 24px 3px 24px;
	height: 45px;
	overflow: hidden;
}

#rightCol .module-blue .cModuleTop h3 {
	color: #864277;
}

#rightCol .module-blue .cModuleRepeat {
	width: 147px;
	background: url(../images/mod_blue_repeat.png) repeat-y left top ;
	padding: 1px 24px 1px 24px;
	
}

#rightCol .module-blue .cModuleRepeat .readon {
	background: url(../images/blue_readon.jpg) no-repeat left top;
	width: 56px;
	position: absolute;
	right: 10px;
	bottom: 12px;
	text-align: center;
}

#rightCol .module-blue .cModuleRepeat .readon a:link,
#rightCol .module-blue .cModuleRepeat .readon a:active,
#rightCol .module-blue .cModuleRepeat .readon a:visited {
	color: #617F90;
	font-size: 14px;
}


#rightCol .module-blue .cModuleBottom {
	background: url(../images/cmod_bottom_blue.png) no-repeat left bottom;
	height: 39px;
	display: block;
}

#contentCol {
	width: 510px;
	float: left;
}

.content {
	margin-bottom: 15px;
	position: relative;
}

/*
 .content p.buttonheading {
	text-align: right;
	height: 0px;
	padding-top: 0px;
	margin-bottom: 25px;
}

 .content p.buttonheading img {
	vertical-align: middle;
}

.content p.buttonheading a:link, 
.content p.buttonheading a:active, 
.content p.buttonheading a:visited {
	color: #628090;
	font-size: 10px;
	padding: 0 3px;
	text-decoration: none;
}

.content p.buttonheading a:hover {
	text-decoration: none;
}*/

.content .buttonheading {
	text-align: right;
	color: #898989;
/*	height:30px;*/
	padding-top: 5px;
	display:block;
}

.content .buttonheading img {
	vertical-align: middle;
}

.content .buttonheading a:link, 
.content .buttonheading a:active, 
.content .buttonheading a:visited {
	color: #898989;
	font-size: 11px;
}

.content .buttonheading a:hover {
	text-decoration: none;
}



.contentheading, .componentheading {
	color:#617F90;
	font-size:18px;
	padding-bottom: 6px;
	margin-bottom: 15px;
}

 .content a.readon {
	background: url(../images/content_readon.jpg) no-repeat left top;
	width: 118px;
	height: 23px;
	padding: 6px 0 0 10px;
	margin-top: 15px;
}
.content a.readon:link,
.content a.readon:active,
.content a.readon:visited {
	color: #617F90;
	display: block;
	text-decoration: none;
}
.content a.readon:hover {
	color:#C64E52;
}

.small, .createdate, .modifydate {
	color: #333333;
	font-size: x-small;
}

.content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 22px;
}

.content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 25px;
}

.content ul li, .content ol li {
	padding-bottom: 3px;
	margin-left: 5px;
}

#footer {
	width: 100%;
	height: 125px;
}

#footer .footerleft {
	width: 645px;
	float: left;
	padding-left: 20px;
	margin: 60px 0 0 0;
}

#footer .footerleft {
	width: 450px;
}

#footer .footerleft .moduletable-nav ul li {
	float: left;
	background: url(../images/footer_li_bg.jpg) no-repeat left center;
}

#footer .footerleft .moduletable-nav ul li:first-child {
	background: none;
}

#footer .footerleft .moduletable-nav ul li a:link,
#footer .footerleft .moduletable-nav ul li a:active,
#footer .footerleft .moduletable-nav ul li a:visited {
	font-size: 11px;
	color: #c3b4a7;
	padding: 0 10px;
	text-decoration: none;
}

#footer .footerleft .moduletable-nav ul li a:hover,
#footer .footerleft .moduletable-nav ul li.active a:link,
#footer .footerleft .moduletable-nav ul li.active a:active,
#footer .footerleft .moduletable-nav ul li.active a:visited {
	color: #fff;
	text-decoration: none;
}

#footer .footerleft .moduletable-copyright {
	font-size: 13px;
	/*width: 400px;
	text-align: center;*/
	color: #c4b4a6;
	margin-left: 10px;
	float: left;
}

#footer .footer-logo {
	float: right;
	width: 159px;
	height: 40px;
	padding: 20px 120px 0 0;
}

#footer .footerright a:link,
#footer .footerright a:active,
#footer .footerright a:visited {

}

.vmTable {
	margin-top: 25px;
}

.vmTable .vmLeftRow {
	width: 10%;
}

.vmTable .vmRightRow {
	padding-left: 20px;
}

#vmMainPage {
	margin-top: 50px;
}

.vmCartModule {
	text-align:center;
}

#vmMainPage table .sectiontableheader {
	font-weight:bold;
}

/* ------------- Start Joomla css -------------  */

/*  Start Pagination css   */

.content #paginationWrap ul {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
	display: inline;
	padding: 0;
	margin: 0;
}

.content #paginationWrap ul li {
	padding-bottom: 0;
	padding: 0;
	margin: 0;
	display:inline;
	margin:0pt 3px;
	background-image: none;
}

/*  End Pagination css   */

/*  Start Contact css   */
.contact p {
	margin-bottom: 5px;
}

.contact .marker_add {
	float: left;
}

.contact .contact_address p {
	margin-left: 60px;
	margin-bottom: 3px;
}

.contact .marker {
	margin-right: 10px;
}

.contact #emailForm {
	padding-top: 10px;
}

.contact #emailForm .label {
	width: 125px;
	text-align: left;
	padding-right: 10px;
	float: left;
}

.contact #emailForm div {
	margin-bottom: 3px;
}

.contact #emailForm .button {
	background: url(../images/content_readon.jpg) no-repeat left top;
	width: 128px;
	height: 23px;
	border: none;
	cursor: pointer;
}	
/*  End Contact css   */

/*  Start Contact css   */
/*  Start Contact css   */



/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}
#system-message dd.notice ul { color: #93246F; background: #F2E3ED; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}



/* ------------- End Joomla css -------------  */

