/** CSS - MFIS

==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	list-style: none;
}

/** Body
==============================================================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #323232;
	background: url(../images/body_bg/body_bg_blue.jpg) no-repeat top #ffffff;
	margin: 0 auto;
}

#inner {
	background-image: url(../images/body_bg/body_bg_blue_inner.jpg);
}

/** Container
==============================================================================*/

#container {
	width: 945px;
	margin: 0 auto;
} 

/** Floats
==============================================================================*/

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/** Images
==============================================================================*/

#content img {
	border: 1px solid #efefef;
	padding: 4px;
	background-color: #fff;
}

#content img.left, #content-inner img.left, #sidebar img.left, img.alignleft {
	margin: 0 16px 8px 0;
}

#content img.right, #content-inner img.right, #sidebar img.right, img.alignright {
	margin: 0 0 8px 16px;
}

#postimg {
	margin: 30px 0 30px 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img {
	border: none;
}

/** H Tags
==============================================================================*/

h1 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 32px 0;
	font-weight: normal;
	color:#3a2d1d;
	text-transform: uppercase;
}


h2 {
	font-size: 18px;
	line-height: 20px;
	padding: 0 0 8px 0;
	margin: 0 0 10px 0;
	font-weight: normal;
	text-transform: uppercase;

	color:#011936;
}

#sidebar h2 {
	margin-bottom: 16px;
	background: url(../images/sidebar_h_divider.jpg) repeat-x bottom;
}

#sidebar h3 {
	margin-bottom: 10px;
	
}

#sidebar h3 a{
	margin-bottom:5px;
	color:#011936;
	font-size:14px;
	text-transform: uppercase;
	}


#sidebar p{margin-top:0px;}






/** Links
==============================================================================*/

a{
	color: #011936;
	text-decoration: none;
	
}

a:visited {
	color: #011936;
	text-decoration: none;
	
}

a:hover {
	color: #000000;
	text-decoration: none;

}

a:active {
	color: #cccccc;
	text-decoration: none;
}

/** Paragraphs
==============================================================================*/

p {
	margin: 0 0 32px 0;
}

/** Lists
==============================================================================*/

#content dl, #content ol, #content ul {
	padding: 0 0 30px 15px;
}

#content ol li, #content ul li {
	line-height: 24px;
}


#content dl {
	padding-left: 0;
}

#content dl dt {
	font-weight: bold;
}

#content ol li {
	list-style-type: decimal;
}

#content ul li {
	list-style-type: disc;
}




/** Logo
==============================================================================*/

#logo {
	display: block;
	float:left;
	margin: 45px auto 0 auto;
}

#address {
	display: block;
	float:right;
	margin: 5px auto 0 auto;
	color:#d9cdac;
	font-weight:400;

}

#address2 {
	display: block;
	float:right;
	margin: 5px 0 0 0;
	width:230px;

}
#address_right {
	display: block;
	float:right;
	margin: 5px auto 0 auto;
	color:#cccccc;
	width:400px;
}
#address_left {
	width:200px;
	
	
}

a img {
	border: none;
}

/** Nav
==============================================================================*/

#navwrap {
	width: 929px;
	height: 33px;
	margin: 13px 0 25px 0;
	padding: 0 16px 0 0;
	background: url(../images/#) no-repeat;

}

#nav, #nav ul {
	list-style-position: outside;
	position: relative;
	z-index: 1000;
}

#nav li {
	float: left;
	line-height: 35px;
	background: url(../images/navdivider.png) no-repeat right;
}

#nav li ul li {
	background-image: none;
}

#nav li {
	float: left;
	position: relative;
	z-index: 20;
}

#nav li a {
	display: block;
	position: relative;
	float: left;
	height: 35px;
	padding: 0 16px;
	z-index: 35;
	color:#382f1d;
}

#nav li#home {
	line-height: 0;
}

#nav li#home a img {
	position: relative;
	top: 11px;
}

#nav ul {
	display: none;
	left: 0px;
	position: absolute;
	top: 34px;
	width: 232px;
	border-right: 1px solid #fff;
	border-left: 1px solid #a6a6a6;
	background: #897a58;
}

#nav li ul a {
	width: 200px;
	height: auto;
	float: left;
	text-align: left;
	padding: 0 16px;
	border-bottom: 1px solid #a6a6a6;
}

#nav ul ul {
	top: auto;
	border-top: none;
	background: #ffffff;
}	

#nav li ul ul {
	left: 232px;
}

#nav li:hover ul ul,  #nav li:hover ul ul ul,  #nav li:hover ul ul ul ul {
	display: none;	
}

#nav li:hover ul,  #nav li li:hover ul,  #nav li li li:hover ul,  #nav li li li li:hover ul{
	display: block;
}

/** Search
==============================================================================*/

#search {
	height: 14px;
	width: 184px;
	font-size: 10px;
	text-transform: uppercase;
	margin: 7px 0 0 0;
	padding: 3px 8px 2px 24px;
	border: 1px solid #a6a6a6;
	background: url(../images/search_icon.jpg) no-repeat 4px 4px #fff;
}

/** Slider
==============================================================================*/

#featured {
	width: 945px;
	height: 250px;
	padding: 0 0 15px 0;
	background: url(../images/#.jpg) repeat-x bottom;
}

#featured_dir {
	width: 945px;
	height: 175px;
	padding: 0 0 32px 0;

}

#featuredinner {
	position: relative;
	width: 945px;
	height: 250px;
	padding: 0px;
	
}

#featuredinner_dir {
	position: relative;
	width: 917px;
	height: 150px;
	padding: 14px;
	background: url(../images/slider_bg-trans.png) no-repeat;
}

#featured a#prevarrow, #featured a#nextarrow {
	position: relative;
	z-index: 2;
	display: block;
	width: 34px;
	height: 31px;
	outline: none;
	cursor: pointer;
}

#featured a#prevarrow {
	top: 60px;
	left: 0;
	background: url(../images/slider_prev_arrow-trans.png) no-repeat;
}

#featured a#nextarrow {
	top: 28px;
	left: 883px;
	background: url(../images/slider_next_arrow-trans.png) no-repeat;
}

#featured a#prevarrow span, #featured a#nextarrow span {
	display: none;
}

#slides {
	position: absolute;
	z-index: 1;
	top: 14px;
}

#posttitle {
	position: relative;
	background: #222;
	text-align: center;
	color: #ccc;
	z-index: 3;
}

/** Small Column
==============================================================================*/

.smcol {
	width: 195px;
	margin: 0 8px 0 0;
}

.smcol.last {
	margin: 0;
}

.smcol img {
	margin: 0 0 8px 0;
}

.smcol h3, .smcol p {
	padding: 0 8px;
}

.smcol h3 {
	margin: 0 0 8px 0;
}

.smcol p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 8px;
}

/** Content
==============================================================================*/

#content {
	width: 600px;
	margin: 32px 0 64px 0;
	min-height:400px;
}

#leftcol {
	width: 600px;
}
#leftcol2 {
	width: 800px;
}

.post {
	margin: 0 0 32px 0;
	padding: 0 0 32px 0;
	border-bottom: 3px solid #efefef;
}

.post p {
	margin: 0;
}

.postcontent p {
	margin: 0 0 16px 0;
}

.meta {
	width: 609px;
	font-size: 11px;
	margin: 0 0 32px 0;
	padding: 8px 0 0 0;
	color: #7e7e7e;
	text-transform: uppercase;
	background: url(../images/double_divider.jpg) repeat-x top;
}

.commentnum {
	padding: 0 16px 0 0;
	background: url(../images/comments_icon-trans.png) no-repeat right;
}

#tags {
	font-size: 11px;
	color: #7e7e7e;
	text-transform: uppercase;
	padding: 8px 0 0 0;
	background: url(../images/double_divider.jpg) repeat-x top;
}




/** Gallery
==============================================================================*/

#gallery img.left {
	margin: 0 15px 15px 0;
}

#gallery img.last {
	margin-right: 0;
}



/** Sidebar
==============================================================================*/

#sidebar {
	width: 305px;
	font-size: 12px;
	line-height: 18px;
	float:right;
}

.widget {
	width: 305px;
	margin: 0 0 16px 0;
	background: url(../images/widget_bottom_bg.jpg) no-repeat bottom;
}
.widget2 {
	width: 305px;
	margin: 0 0 16px 0;
	background: url(../images/#) no-repeat bottom;
}

.widgethead {
	width: 305px;
	height: 16px;
	background: url(../images/widget_top_bg.jpg) no-repeat top;
	margin-top:15px;
}
.widgethead2{
	width: 305px;
	height: 16px;
	background: url(../images/#) no-repeat top;
	margin-top:15px;
}

.widgetinner {
	padding: 8px 10px 10px 10px;
}


#sidebar img.smsqad {
	padding: 0px;
	border: none;
	background: none;
	margin: 0 2px 2px 0;
}

/** More Button
==============================================================================*/

.more a {
	display: block;
	width: 64px;
	height: 16px;
	background: url(../images/more_btn-trans.png) no-repeat 0 0;
	overflow: hidden;
}

.more a:hover {
	background-position: 0 -16px;
	cursor: pointer;
}

.more a span {
	display: none;
}

/** Twitter
==============================================================================*/

.tweet .tweet_text {
	font-size: 10px;
	color: #d0d0d0;
	line-height: 12px;
}

#twitter ul {
	margin: 0;
	padding: 0;
}

#twitter ul li {
	list-style-type: none;
	line-height: 18px;
}

.date, .author {
	text-transform: uppercase;
	font-size: 10px;
	color: #666;
}



/** Footer


#footer {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	font-size: 10px;
	color: #565656;
	text-transform: uppercase;
	background: #cccccc url(images/double_divider.jpg) repeat-x top;
}

#footer h3 {
	color: #323232;
}

#footer p {
	line-height: 16px;
}

.footerwidget {
	display:block;
	width: 250px;
	margin: 0 60px 0 0;
}

.footerwidget p {
	text-transform: none;
}

.footerwidget ul li {
	border-bottom: 1px solid #efefef;
}

==============================================================================*/


#footer_main {
	width:100%;
	min-height:300px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	background: url(../images/footerbg.jpg) no-repeat top #cccccc;
	padding-top: 40px;
	padding-bottom: 40px;
}

#bottom_nav {
	width:960px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align: left;
}
	
	
	
#nav_container1 {
	float: left;
	width:275px;
	height:41px;
	padding-top: 40px;
	padding-right: 45px;
}

#nav_container2 {
	float: left;
	width:275px;
	text-align: left;
	padding-right: 45px;
	padding-top: 40px;
}

#nav_container3 {
	float: left;
	width:275px;
	text-align: left;
	padding-right: 45px;
	padding-top: 40px;
}
	
	
#bottom_nav ul {
	margin:0;
	padding: 0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#bottom_nav li {
	border-top: 1px solid #000000;
	padding: 0 0 0 20px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 30px;
}

#bottom_nav li a{
	margin:0;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
}

#bottom_nav li a:hover {
	color:#3f3f3f;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#bottom_nav li a.active {

	color:#3f3f3f;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	
}



* { outline: none; }






.list { margin: 0 auto; width: 380px; padding: 10px; background-color: #fff; }

.exists { background: #FBE3E4 url(assets/cross.gif) no-repeat 98% center; border-color: #FBC2C4; color:#8a1f11; }
.avail { background: #D6FFD8 url(assets/success.gif) no-repeat 98% center; border-color: #A0D997; color:#436213; }

#main, #header, #footer #footer_log{
margin: 0 auto; width: 540px; margin-bottom: 10px; overflow: hidden; }

#main { padding: 15px; width: 510px; border: 1px solid #cbcbcb; -moz-border-radius: 10px; -webkit-border-radius:10px; background:#fff; }
#title { float: left; }
#title a { color: #333; }

#login { margin: 5px 0; float: right; }
#logout { margin: 5px 0; float: right; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url(assets/error.gif) no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 3px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

.success_message { display: block; height: 15px; line-height: 18px; padding: 3px 0px 3px 35px; margin: 3px 0; color:#ccc; border: 0px solid #A0D997; -moz-border-radius: 5px; -webkit-border-radius:5px; background-color: #; background-image: url(../assets/success.gif); background-repeat: no-repeat; color:#ffffff; }

#footer_log {text-align:right; font-size:14px;}

label { display:block; font-weight:bold; color:#888; font:10px Arial, Helvetica, sans-serif; text-transform:uppercase; margin:12px 0 4px; }







ul.success-reg { margin: 5px 0; padding:0; };
ul.success-reg li { line-height: 25px; color: #999; list-style: none; }
span.success-info { width: 70px; }

input.edit_search { width:400px; }
select { width:auto; }
input:focus, textarea:focus { border-color:#ccc; color:#555; }

ul.success-reg { margin:10px 10px 10px 0; font-size:120%; }

ul.success-reg li { padding: 5px 0; list-style: none; color: #999; border-bottom:1px dotted #ccc; }

ul.success-reg li span.success-info b { padding-right:5px; color:#222; display:inline-block; width:80px; }

.credentials { width:149px; float:left; text-align: center; padding:0 5px; margin:10px 5px; border-right:1px dotted #ccc; }

/* Form style */

fieldset { padding:20px; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }
legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }

span.required{ font-size: 13px; color: #08c; }

#succsess_page h1 { background: url('assets/success.gif') left no-repeat; padding-left:22px; }

/* Buttons */

a.admin { display:block; width:250px; height:52px; background:url(assets/btn_adminpanel.png) bottom no-repeat; text-indent:-9999px; float:left; margin-right:9px; margin-bottom:10px; }
a.admin:hover { background-position:top; }

a.protected { display:block; width:250px; height:52px; background:url(assets/btn_protected1.png) bottom no-repeat; text-indent:-9999px; float:left; margin-right:0px;}
a.protected:hover { background-position:top; }
a.protected2 { display:block; width:250px; height:52px; background:url(assets/btn_protected2.png) bottom no-repeat; text-indent:-9999px; float:left; margin-right:9px; margin-bottom:10px; }

a.protected2:hover { background-position:top; }
a.protected3 { display:block; width:250px; height:52px; background:url(assets/btn_protected3.png) bottom no-repeat; text-indent:-9999px; float:left; margin-right:0px; }
a.protected3:hover { background-position:top; }

a.register { display:block; width:509px; height:52px; background:url(assets/btn_register.png) bottom no-repeat; text-indent:-9999px; float:left; margin-right:0px; }
a.register:hover { background-position:top; }

hr { height:1px; background:#ccc; border:none; }









#tab1_container {
	float:left;
	width: 320px;
	height:157px;
	}
	
	
	#tab2_container {
	float:left;
	width: 320px;
	height:157px;
	}
	
	
	#tab3_container {
	float:right;
	width: 320px;
	height:157px;
	}
	
	.popup {
	padding: 0;
	width: 320px;
	position: relative;
}

div.popup em {
    background: url(../images/bubble.png) no-repeat;
    width: 150px;
    height: 75px;
    position: absolute;
    top: -80px;
    left: 80px;
    text-align: center;
    text-indent: -9999px;
    z-index: 200;
    display: none;
}

#tab1 {
    width: 320px;
    height: 157px;
    background: url(../images/tab1.png) no-repeat 0 0;
    text-indent: -9999px;
    display: block;
}

#tab2 {
    width: 320px;
    height: 157px;
    background: url(../images/tab2.png) no-repeat 0 0;
    text-indent: -9999px;
    display: block;
}

#tab3 {
    width: 320px;
    height: 157px;
    background: url(../images/tab3.png) no-repeat 0 0;
    text-indent: -9999px;
    display: block;
}

