/* ----------- MAIN STYLES ----------- */

body {
	color: #ccc;
	background: #111 url(/img/colourful-background.jpg) top center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #ccc;
	font-size: 10px;
}
p {
	color: #ccc;
	line-height: 18px;
	font-size: 11px;
	font-family: tahoma;
}
h1, h2, h3, h4, h5, h6 {
	color: #f8cf49;
}
h1 {
	font-size: 31px;
}
h3 {
	font-size: 19px;
}
h2 {
	font-size: 27px;
}
h4 {
    font-size:16px;
}
/* ----------- END MAIN STYLES ----------- */

/* ----------- start slidedown top styles ----------- */

#slidedown_top {
	height: 47px;
	backgound: #3f3f3f;
}
#slidedown_bottom {
	position: absolute;
	width: 100%;
	height:100%;
	text-align: center;
}
#slidedown_content {
	position: absolute;
	width: 100%;
	height: 246px;
	top: -205px;
	text-align:center;
	background:url(/img/bg.png) repeat-x 0 bottom;
	z-index:999;
}
#slidedown_content .content {
	margin:0 auto;
	width:930px;
	height:205px;
}
/* Styles for content */

#slidedown_content .content .block {
	float:left;
	width:270px;
	padding: 7px 0px 0 25px;
	margin: 0 -21px 0 36px;
	text-align:left;
	font-size:13px;
	color:#ccc;
	display: inline;
}
#slidedown_content .content .block p {
	padding-left: 5px;
	font-family: tahoma;
	font-size: 13px;
color: #f8cf49
}
#slidedown_content .footer {
	height:40px;
}
#slidedown_content .content li {
	padding:0;
	margin:1px 29px;
	list-style-image:url(/img/bullet.png);
	font-family: tahoma;
color: #f8cf49
}
#slidedown_content .footer {
	font-size: 15px;
	font-family: tahoma;
	color: #f8cf49;
	text-shadow: 1px 1px 1px #000;
	padding-top: 2px;
	letter-spacing: 2px;
}
.clear {
	clear:both
}
/* ----------- end slidedown top styles ----------- */

/* ----------- home.html page styles ----------- */

#wrap_container {
	text-align: center;
}
#gradient_top_bg {
	height: 197px;
	background: url(/img/body_B.png) repeat-x;
	margin-top: 0px;
	margin-bottom: -189px;
	position: relative;
	clear: both;
}
/*#wrap_header {
background: url(/img/body_BG.png) repeat-x;
height: 196px;
}*/

#header {
	/*background: url(/img/body_BG.png) repeat-x;*/
padding-top: 43px;
}
#header h1#logo a {
	background: url(/img/logo4.png) no-repeat;
	width: 300px;
	height: 50px;
	float: left;
	text-indent: -9999px;
	margin-left: 60px;
	display: inline;
}
/* ------------ Navigation bar ------------ */

ul#topnav {
	float: right;
	display: inline;
	top:-10px;
	list-style: none;
	overflow: hidden;
	width: auto;
	background: url(/img/nav_BG2.png) no-repeat;
	margin: 0;
	margin-right: 0px;
	margin-bottom: 11px;
	border: 1px solid #111;
}

ul#topnav li {
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	height:40px;
	text-shadow: 1px 1px 1px #000;
}

ul#topnav.v2 span strong {
color: #f8cf49;
font-weight: lighter;
}

ul#topnav.v2 a strong {
color: #111;
font-weight: lighter;
}

ul#topnav a, ul#topnav span {
	padding: 10px 24.7px 10px 24.5px;
	float: left;
	text-decoration: none;
	color: #ccc;
	clear: both;
	height: 20px;
	line-height: 20px;
	background: #1d1d1d;
	font-size: 13px;
	font-family: arial;
	letter-spacing: 1px;
}
ul#topnav a {
	color: #7bc441;
}
ul#topnav span {
	display: none;
}
ul#topnav.v2 span {
	background: url(/img/page_title_BG.png) repeat-x left center;
}
ul#topnav.v2 a {
text-shadow: none;
	color: #111;
	background: url(/img/blogs_links_BG.png) repeat-x left center;
}




/* ------------ End Navigation bar ------------ */

/* ------------ start featured slider styles ------------ */

/* Slideshow */
div#slideshow {
	margin: 0;
	margin-top: 19px;
	width: 940px; /* width of the Slide Show */
	height: 331px; /* height of the Slide Show */
}
div#slides {
	border: 7px solid #f8cf49; /* Here set the thickness border of the area sliding image */
	width: 926px; /* width of image */
	height: 306px; /* height of image */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
}
div#slides a.default-slide {
	display: block;
}
/* ------------ end featured slider styles ------------ */

/* ------------ start main section styles ------------ */

#main {
	background: url(/img/main_BG.png) no-repeat;
	width: 942px;
	height: 266px;
	padding: 0px 0px 0px 0px;
	clear: both;
	overflow: hidden;
	display: inline;
	text-align: left;
	margin-top: 7px;
}
#main div.block {
	float: left;
	overflow: hidden;
	margin: 0;
	display: block;
	width: 283px;
	padding: 9px 3px 19px 22px;
}
#main div.block h3 {
	border-bottom: 1px solid #f8cf49;
	color: #f8cf49;
	padding-bottom: 1px;
	margin: 0;
	margin-bottom: 13px;
	text-shadow: 1px 1px 1px #fff;
}
#main div.block p {
	margin: 0;
	font-size: 11px;
	color: #ccc;
	margin-top: -3px;
    margin-bottom: 15px
}
/* ------------ end main section styles ------------ */

/* ----------- Footer ------------ */


#wrap_foot {
margin-bottom: 27px;
}


#foot_container {
	background: url(/img/footer_contain_BG.png) no-repeat;
	width: 940px;
	height: 42px;
	margin-bottom: 27px;
	margin-top: 7px;
	display: block;
	font-family: tahoma;
	overflow: hidden;
}
#foot_dev {
	float:right;
}

#foot_links {
list-style: none;
float: right;
margin: 16px 7px 0 0;
}

#foot_links li {
float: left;
padding: 1px 7px 3px 7px;
margin: 0;
border-right: 1px solid #f4e255;
}

#foot_links li:last-child {
border-right: none;
}

#foot_links li a {
padding: 0;
line-height: 5px;
letter-spacing: 1px;
display: block;
color: #f4e255;
}

#foot_links li a:hover {
text-decoration: underline;
}

#foot_container small {
	float: left;
	font-size: 10px;
	margin: 0;
	padding:12px 17px;
	color: #f4e255;
	letter-spacing: 1px
}

/* ----------- end Footer ------------ */

/* ----------- Start styels for other pages ------------ */

#main_2 {
	text-align: left;
	background: url(/img/background_1.png) repeat-y;
	margin-top: 19px;
	border: 3px solid #f8cf49;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	overflow: hidden;
	width: 934px;
}
#main_2 #page_title {
	display: inline;
	overflow: hidden;
	text-align: center;
	background: url(/img/page_title_BG.png) repeat-x;
	color: #f8cf49;
	margin: 0;
	padding: 11px 0 17px 0;
	clear: both;
}
/* ----------- left content styles ----------- */

#left_content {
	display: inline;
	overflow: hidden;
	padding: 17px 0 13px 21px;
	width: 589px;
	margin: 0
}
.block_2 {
	margin: 0;
	margin-bottom: 15px;
	margin-top: -5px;
	overflow: hidden;
	clear: both
}
.block_2 h2 {
	border-bottom: 1px solid #f8cf49;
	color: #f8cf49;
	padding-bottom: 1px;
	margin: 0;
	width: 585px;
}
.block_2 p {
	margin: 11px 0;
}
.block_2 img {
	border: 3px solid #f8cf49;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.block_2 img:hover {
	border: 3px solid #ccc;
}
.block_2 p#last-paragraph {
	margin-top: 21px;
	margin-left: 17px;
	border-left: 3px solid #f8cf49;
	padding-left: 13px;
	margin-right: 27px
}
.obj {
	border: 3px solid #f8cf49;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.block_2 li {
    font-size: 11px;
}
#show_part {
	margin: 11px;
}
#show_part ul {
	list-style: none;
	list-style-image: url(/img/bullet.png);
}
#show_part ul li {
	padding: 2px;
}
/* ----------- end left content styles ----------- */

/* -------------- sidebar styles --------------- */

#sidebar {
	padding-top: 25px;
	width: 261px;
	margin: 0;
	margin-left: 43px
}
.sidebar_block {
	margin: 0;
	margin-bottom: 13px;
}
.sidebar_block h3 {
	border-bottom: 1px solid #f8cf49;
	color: #f8cf49;
	margin: 0;
	margin-bottom: 11px;
	width: 260px
}
.sidebar_block .sidebar_menu {
	width: 289px;
	margin-left: -29px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: -11px
}
.sidebar_block .sidebar_menu ul {
	list-style: none;
	line-height: 19px;
}
.sidebar_block .sidebar_menu ul li {
	height: 30px;
	border-bottom: 1px solid #f8cf49;
}
/*#sidebar #sidebar_block #sidebar_menu ul li:first-child {
    height: 30px;
    border-top: 1px solid #999;
}
*/

.sidebar_block .sidebar_menu ul li a {
	text-indent: 20px;
	padding: 5px 0;
	display: block;
	height: 20px;
	text-decoration: none;
	color: #f8cf49;
	background-image: url(/img/bull.png);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	font-size: 12px;
	font-family: sans-serif;
}
.sidebar_block .sidebar_menu ul li a:hover {
	background-color: #f8cf49;
	background-image: url(/img/bull.png);
	background-repeat: no-repeat;
	background-position: 15px 9px;
	color: #111;
	border-top: .5px solid #111;
}
/* #sidebar_block ul#sidebar_images {

display: inline;
margin-left: 0
} */

.sidebar_block ul#sidebar_images li {
	list-style: none;
	float: left;
	margin-left: 0;
	margin-right: 11px;
	margin-top: 7px;
}
.sidebar_block ul#sidebar_images li span {
	width: 253px;
	height: 103px;
	background: #333;
	color: #f8cf49;
	display: block;
	border: 3px solid #f8cf49;
	text-align: center;
	line-height: 103px;
	font-weight: bold;
	font-family: sans-serif;
	margin-bottom: 11px;
}
.sidebar_block ul#sidebar_images li span.selected {
	display: block;
	width: 114px;
	margin-right: 8px;
}
.sidebar_block ul#sidebar_images li span:hover {
	background: #555;
	border: 3px solid #f8cf49;
}
.sidebar_block p {
	margin: 0;
	padding-bottom: 9px;
	width: 263px;
}
.sidebar_block span.button a {
	float: right;
	margin-right: 37px;
	width: 75px;
	height: 28px;
	text-align: center;
	line-height: 25px;
	font-size: 10px;
	font-family: tahoma;
	color: #000;
	background: url(/img/button.png) no-repeat;
}
.sidebar_block span.button a:hover {
	background: url(/img/button_hover.png) no-repeat;
}
/* ---------- end about.html styles ---------- */


/* ---------- start of blogs.html styles ---------- */

.block_2 span {
	margin: 19px 0;
	display: block;
	font-size: 11px;
}
.block_2 span small a {
	background: #f8cf49 url(/img/blogs_links_BG.png);
	color: #111;
	padding: 5px;
	margin: 0 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: tahoma;
	font-size: 11px;
	letter-spacing: 1px;
}
.block_2 span small a:hover {
	background: #ccc;
	color: #111;
}
.block_2 span.button a {
	float: left;
	width: 75px;
	height: 28px;
	text-align: center;
	line-height: 25px;
	font-size: 10px;
	font-family: tahoma;
	color: #000;
	background: url(/img/button.png) no-repeat;
}
.block_2 span.button a:hover {
	background: url(/img/button_hover.png) no-repeat;
}
/* ------------ pages changing section ------------ */

ul#pages_changing {
	list-style: none;
	float: right;
	display: inline;
}
ul#pages_changing li {
	float: left;
	margin: 0;
	display: inline;
}
ul#pages_changing li a {
	background: #f8cf49;
	color: #111;
	padding: 7px 13px;
	border: 1px solid #555;
	margin: 2px;
	font-family: tahoma;
	font-size: 11px;
	display: inline;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
}
ul#pages_changing li a.selected {
	background: url(/img/blogs_links_BG.png) bottom;
	color: #111;
}
ul#pages_changing li a:hover {
	background: url(/img/blogs_links_BG.png) bottom;
	color: #111;
}
/* -------------- portfolio.html page styles --------------- */

#main_3 {
	text-align: center;
	background: url(/img/background_2.png) repeat-y;
	margin-top: 19px;
	border: 3px solid #f8cf49;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	overflow: hidden;
	width: 934px;
}
#main_3 #page_title {
	display: inline;
	overflow: hidden;
	text-align: center;
	background: url(/img/page_title_BG.png) repeat-x;
	color: #f8cf49;
	margin: 0;
	padding: 11px 0 17px 0;
	clear: both;
}
ul#filter {
	background: url(/img/page_title_BG.png) repeat-x bottom;
	margin-top: 37px;
	height: 57px;
	width: 857px;
	margin-left: 37px;
	border: 3px solid #f8cf49;
	-moz-border-radius: 5px;
}
ul#filter li {
	list-style: none;
	float: left;
	margin: 17px 9px;
	padding: 0px 17px 0px 17px;
	display: block
}
ul#filter li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
ul#filter a {
	color: #f8cf49;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	font-size: 15px;
}
ul#filter li.current a, ul#filter a:hover {
	background: #f8cf49;
	color: #111;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul#filter li.current a {
	color: #111;
	font-weight: bold;
}
ul#portfolio {
	list-style: none;
	margin-left: 5px;
	margin-top: 19px;
	width: 879.9px;
	font-family: sans-serif;
}
ul#portfolio li {
	float: left;
	margin: 7.9px;
	margin-bottom: -7px;
	padding: 13px 7px 5px 49px;
	display:block;

}
ul#portfolio a {
	display: block;
	width: 100%;
	font-size: 13px;
}
ul#portfolio a:hover {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
ul#portfolio img {
	border: 1px solid #777;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	margin-bottom: 3.9px;
	margin-top: -27px;
}
ul#portfolio img:hover {
	border: 1px solid #555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	margin-bottom: 3.9px;
}
/* ------------- end portfolio.html page styles -------------- */

/* ------------- contact.html page styles -------------- */

#contact_form {
	margin: 0;
	margin-top: -9px;
	margin-left: 3px;
	display: inline;
	width: 581px;
}
#contact_form h1 {
	width: 581px;
	border-bottom: 1px solid #f8cf49;
}
#contact_form p {
	margin: 0;
	margin-top: 27px;
	margin-bottom: 37px;
	font-size: 16px;
	line-height: 27px;
	color: #333;
	background: #fff url(/img/form_elements_BG.png) repeat-x;
	padding: 15px;
	border: 1px solid #f8cf49;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input {
	width: 565px;
	margin-bottom: 19px;
	border: 1px solid #f8cf49;
	padding: 7px;
	font-size: 17px;
	font-family: helvetica;
	color: #333;
	background: url(/img/form_elements_BG.png) repeat-x;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-botomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-bottomright: 5px;
}
input:hover, textarea:hover {
	background: #fff;
}
textarea {
	width: 565px;
	margin: 0;
	margin-bottom: 7px;
	border: 1px solid #f8cf49;
	padding: 7px;
	font-size: 17px;
	font-family: helvetica;
	color: #333;
	height: 127px;
	background: #fff url(/img/form_elements_BG.png) repeat-x;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-bottomright: 5px;
}
input#send_button1 {
	background: #333 url(/img/blogs_links_BG.png) repeat-x bottom;
	border: 1px solid #f8cf49;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #111;
	font-size: 21px;
	width: 581px;
	float: right;
	margin-top: 9px;
}
input#send_button1:hover {
	background: #f8cf49;
}
label {
	margin-bottom: 0px;
	display: block;
	font-size: 14px;
	font-family: helvetica;
	color: #111;
	background: url(/img/blogs_links_BG.png) repeat-x center;
	width: 107px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}
validator {
    display:inline;
    
}
