/* Start of CMSMS style sheet 'Azuras' */
/* Azuras CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background:#473923 url(uploads/images/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
a img {
	 border:none;
}
a {
	text-decoration:underline;/**/
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}
img.thickbox {}

.main_wrapper {
	width:750px;
	margin:20px auto;
}
.left {
	float:left;
	width:400px;
	overflow:hidden;
}
.info {
        float:left;
	width:700px;
	overflow:hidden;
}
.right {
	float:right;
	width:300px;
	overflow:hidden;
}
/* ------------------------ */
/* TOP -------------------- */
/* ------------------------ */
.top {}
.logo {
	text-align:left;
	height:105px;
	padding-right:2px;
}
.top .right {
	
}
.top .lang {
	text-align:right;
	height:30px;
	margin-bottom:55px;
	font-size:12px;
	padding-top:20px;
}
.top .lang span {
	font-weight:bold;
}
/* ------------------------ */
/* MENU ------------------- */
/* ------------------------ */
.menu {
	position:absolute;
	width:140px;
	padding-top:10px;
}
.menu ul {
	list-style-type:none;
}
.menu li {
	font-size:0;
	line-height:0;
	margin-bottom:2px;
}
.menu li a b {
	display:block;
	font-size:12px;
	line-height:normal;
	background:url(uploads/images/bt_red_t.gif) top left no-repeat;
	font-weight:bold;
	color:#fff;
	padding:6px 10px 2px 30px;
	text-decoration:none;
	cursor:pointer;
	width:100px;
}
.menu li a em {
	height:4px;
	background:url(uploads/images/bt_red_b.gif) bottom left no-repeat;
	display:block;
	cursor:pointer;	
}
.menu li a:hover b, .menu li.active b {
	background:url(uploads/images/bt_white_t.gif) top left no-repeat;
	color:#ec5100;
}
.menu li a:hover em, .menu li.active em {    
	background:url(uploads/images/bt_white_b.gif) top left no-repeat;      
}
.flash {
	padding-left:140px;
width:120px;
height:251px;
}
.flash2 { width:260px;
height:251px;
}
/* ------------------------ */
/* SHORT DESCRIPTION ------ */
/* ------------------------ */
.short_desc {
	padding:0px 20px 0px 0px;
}
.short_desc h2 {
	font-size:22px;
	margin-bottom:10px;
}
.short_desc p {
	margin-bottom:10px;
}
.short_desc ul {
        margin-left:20px;
        margin-bottom:10px;
        list-style-type:none;
}
.short_desc li {
        margin-bottom:10px;
}
.short_desc a {
        color: white;
}
/* ------------------------ */
/* SERVICE LIST ----------- */
/* ------------------------ */
.service_l {
	padding:0px 0px 10px 0;
	list-style-type:none;
}
.service_l li {
	margin-bottom:10px;
}
.service_l span { 
	display:block;
	text-decoration:none;
	vertical-align:bottom;
	color:#fff;
	/*background:url(uploads/images/dotted_line.gif) bottom repeat-x;*/
}
.service_l span em {
	display:block;
	font-size:14px;
	padding:0 0 5px 21px;
	background:url(uploads/images/list_arrow.gif) 0 2px no-repeat;
	font-style:normal;
	font-weight:bold;
}
.service_l span strong {
	display:block;
	font-weight:normal;
	padding:2px 0 8px;
}
.service_l a:hover {
	color:#fff;
}
.service_l a:hover i {
	text-decoration:underline;
}
.service_l a:hover b {
	text-decoration:none;
}
.flash2 {
	padding-left:5px;
}

.footer {
	text-align:right;
	padding:4px 4px;
	font-size:10px;
	margin-bottom:40px;
}
/* ------------------------ */
/* FORMATTING ------------- */
/* ------------------------ */
.content {
width:700px;
padding:10px 20px 30px 0;
}

.content h1, .mceContentBody h1,
.content h2, .mceContentBody h2,
.content p, .mceContentBody p,
.content ul, .mceContentBody ul
{      
  margin-top:4px;
}
.content li, .mceContentBody li {
  margin-bottom: 0.3em;
}
.content h1, .mceContentBody h1
{
	font-size:22px;
	margin-bottom:10px;
}
.content h2, .mceContentBody h2
{
	font-size:16px;
	margin-bottom:10px;
        margin-top:10px;
        padding-bottom:5px;
background:url(uploads/images/dotted_line.gif) bottom repeat-x;
}
.content h3, .mceContentBody h3
{
	font-size:14px;
        margin-top:15px;
	margin-bottom:10px;
        padding-left:15px;
}
.content p, .mceContentBody p
{
	margin-bottom:10px;
        line-height:1.5em;
}
.content p:first-line, .mceContentBody p:first-line {
  padding-left: 1em;
}
.mceContentBody table {
        margin-bottom: 5px;
}
.content td, .content th, .mceContentBody td, .mceContentBody th {
        color: white;
        padding: 1px 3px;
}
.content img, .mceContentBody img
 {
	float:left;
	clear:right;
	margin-bottom:15px;
}
.content img, .mceContentBody .NeoGallery img {
float:none;
}

.content a img, .mceContentBody a img
{
	border:5px solid #fff;
}
.content a:hover img,
.mceContentBody a:hover img
{
	border:5px solid #f24000;
}

.intro {
	text-align:center;
	margin:150px 0 0 0;
	height:347px;
}
.lang {
	text-align:center;
	font-size:14px;
	padding:5px;
}
.lang a {
	color:#fff;
}
.content ul, .content ol,
.mceContentBody ul, .mceContentBody ol
{
    margin-left:20px;
    margin-bottom:10px;
    list-style-type:none;
}

.content a,
.mceContentBody a
{
color:#fff;
}


.formbuilderform label {
    width:140px;
    float:left;
    clear:left;
}
.formbuilderform input {
    width:150px;
    border:1px solid #584630;
    font-size:12px;
    padding:1px;
}
.formbuilderform textarea {
    width:230px;
    height:100px;
    border:1px solid #584630;
    font-family:Arial;
    font-size:12px;
    padding:1px;
    overflow:auto;
}
.formbuilderform .submit input {
    width:100px;
}
/* End of 'Azuras' */

