html {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0; 
}


body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td
{
	margin: 0; padding: 0; border: 0; outline: none;
	
}


body {
	font: 12px Arial, Tahoma, sans-serif, Geneva, Helvetica;
	color:#363636;
	margin:0 auto;
	padding:0;
	border:0;
	line-height: 16px;
	background: #c8c8c8 url(../images/modules/pattern.gif) repeat-x;
}

b	{
	font-size: 100%;
	font-weight:bold;
}

br {
	
}
	
em {
	/*color: #70a9df;*/
	font-weight: normal;
}

strong {
	font-size:140%;
	color: #333;  /* 707070 */
}

h1, h2, h3, h4, h5, h6, blockquote {
	font-family: "Trebuchet Ms", Helvetica, Tahoma, Arial, Verdana;


}

h1, h2, h3 {
	display:block;
	height:28px;
	width:650px;
	font-size:26px;
	line-height:32px;
	background:url(../images/modules/pagetitle.png) no-repeat;
	margin-bottom:30px;
}

h2 {
	width:216px;
	background:url(../images/modules/sidetitle.png) no-repeat;
	margin-bottom:14px;
}

h3 {
	font-size:18px;
	line-height:22px;
	background:none;

}

p {
	padding:0;
	margin:0;
	margin-bottom:10px;
	
}

hr {
	border:0;
	display:none;
	height:4px;
	/*border-top:1px solid #f4f4f4;*/
}

.hr {
	clear:both;
	background:url(../images/modules/hr_pattern.gif) repeat-x;
	border:0;
	height:4px;
	margin:10px 0;
	display:block;
}

ol, ul {
	padding:0;
	margin:0;
}


a, a:link, a:active, a:hover, a:visited {
	font-size:12px;
	font-weight:bold;
	color:#9e0b0f;
	text-decoration:none;
	letter-spacing:0px;
	outline: none;
}

a:hover {
	color:#333;
	text-decoration:none;
	outline: none;
	
}

small {
	padding:2px 0;
}

input, textarea, select {
	padding: 3px 5px;
	border: 1px solid #cccccc;
	font: normal 12px Arial, Tahoma, Helvetica, sans-serif;
	color: #636363;
	background-color:#f8f8f8;
	
}



form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

label {
	display: block;
}


/*--- BEGIN positioning ---*/
.block {
	display:block;

}

.inline_block {
	display:inline-block;


}
.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.align_bottom {
	vertical-align:bottom;
}


.tight {
	padding:0; margin:0;
}

.align_center {
	text-align:center;
}

.align_right {
	text-align:right;
}

.margin_top {
	margin-top:10px;
}

.margin_top_small {
	margin-top:2px;
}

.margin_left_small {
	margin-left:6px;
}

.margin_bottom {
	margin-bottom:10px;
}

.margin_bottom_20 {
	margin-bottom:20px;
}

.margin_right_small {
	margin-right:4px;
}

.padding_right {
	padding-right:10px;
}
.padding_right_small {
	padding-right:4px;
}
.align_middle {
	vertical-align:middle;
}
.border {
	border:1px solid #666;
}

/*--- END positioning ---*/

.width_100 {
	width:100px;
}

.width_520 {
	width:520px;
}

.height_150 {
	height:150px;
}

/*--- BEGIN color ---*/
.orange { color:#f26522; }
.white { color:#fff; }
.blue { color:#004fac; }
.green { color:#9cbf23; }
.red { color:#ed1c24; }

a.readmore {
	color:#f26522;
	font:10px Arial;
	background:url(../images/modules/readmore_arrow.gif) right no-repeat;
	padding:0 8px 0 0;
	text-transform:uppercase;
}
/*--- END color ---*/

/*--- BEGIN layout ---*/
.c_container {
	margin:0 auto;
	padding:0;
	width:930px;
	display:block;
	height:100%;
	height: auto !important;
	z-index:0;
	top:0;
	background: #fff url(../images/modules/content_bg.gif) repeat-y;
}

.c_topnav_wrapper {
	width:930px;
	height:20px;
	background:#fff;
}

.c_language a {
	padding:4px 0 0 6px;
}

.c_topnav ul {
	list-style:none;


}

.c_topnav li {
	float:left;
	padding:1px 10px 0 0;
}

.c_topnav li a {
	font-weight:normal;
	font: 10px Arial;
	color:#ed1c24;
	text-transform:uppercase;
}

.c_topnav li a:hover {
	color:#333;
}

.c_logo {
	width:290px;
	height:204px;
}
.c_header {
	width:640px;
	height:204px;

}

.c_menu {
	width:924px;
	height:70px;
	border-left:6px solid #ee1d25;
	background: #fff url(../images/modules/menu_bg.jpg) repeat-x;
}

.c_menu ul {
	list-style:none;
}

.c_menu li {
	float:left;
	width:132px; /* 154 */
	height:70px;
	background:url(../images/modules/menu_divider.png) right no-repeat;
}

.c_menu li a {
	font:16px "Trebuchet Ms", Arial;
	font-weight:bold;
	padding:26px 0 0 0;
	text-align:center;
	display:block;
	color:#fff;
	background:url(../images/modules/menu_arrow.png) center no-repeat;
}

.c_menu li a:hover {
	color:#ee1c24;

}

.c_body {
	width:930px;
	
	/*min-height:400px;*/
	display:inline-block;
	min-height:100%;
	height:auto;


	padding:10px 0 10px 0;

}

.c_content_wrapper {
	width:690px;
}

.c_content {
	width:650px;
	padding:0 20px;
}

.c_content ul {
	list-style:square;
	padding-left:14px;
	
}

.c_content ol {
	padding-left:20px;
	line-height:auto;
}

.c_content li {

	list-style-image:url(../images/modules/bullet.gif); /* no-repeat top left */
	list-style-position: outside;
	height:auto;
	line-height:auto;
	padding-bottom:10px;
	

}
/*--- BEGIN news ---*/
.news_image {
	width:140px;
}

.news_copy {
	width:auto; /* 500 */
}


/*--- END news ---*/

/*--- BEGIN photo ---*/
.photo_sidebar li {
	float:left;
	width:50px;
	height:50px;
	padding:0 4px 0 0;
}


/*--- END photo ---*/

.c_sidebar_wrapper {
	/*background-color:#fbfbfb;*/
	width:240px;
}

.c_sidebar {
	width:220px;
	margin:0 10px;
	border-top:1px solid #cdc9d7;
}

.c_sidebar ul {
	list-style:none;
}

.c_sidebar li {
	padding-bottom:8px;
}
.c_footer {
	width:930px;
	height:60px;
	background: #fff url(../images/modules/footer_bg.gif) repeat-x;
}

.c_copyright {
	width:680px;
	height:56px;

	border-top:4px solid #fdb812;
}

.c_footer p {
	padding:8px 8px 0 8px;
}


.c_developed {
	width:250px;
	height:56px;

	border-top:4px solid #ee1c24;

}
/*--- END layout ---*/

/*--- BUTTON start ---*/
.btn_submit, .btn_submit_hover {
	border:1px solid #b0b0b0;
	width:auto;
	height:22px;
	padding:0 10px;
	font-family: Helvetica, Arial;
	font-size:12px;
	color:#3f3f3f;
	outline:none;
	text-transform:normal;
	background:url(../images/modules/btn_submit.gif) repeat-x;
}

.btn_submit_hover {
	color:#ed1c24;
	background:url(../images/modules/btn_submit_hover.gif) repeat-x;
}

/*--- BUTTON stop ---*/


/*--- photo_video_gallery START ---*/

.photo_panel {
	width:150px;
	height:110px;
	/*border:1px solid #ff0000;*/
	float:left;
	
}

.photo_panel img {
	border:4px solid #ddd;
	border-width: 2px 2px;
	/*border-width: 2px 2px 20px;
	border-width: 2px;*/
}

.photo_panel a:hover img {
	border:4px solid #bbb;
	/*border-width: 2px;*/
	border-width: 2px 2px;
	
}

/*--- photo_video_gallery END ---*/

/*--- BEGIN contact_form ---*/
#contact {
	margin:0;
	padding:0;
	border:none;
}

#contact form {
	margin:0;
	padding:0;
}

#contact fieldset {
	border: 0;
}

#contact legend {
	display: none;
}

#contact label {
	display: block;
	font-size:12px;
	
	
	
}

#contact_label, #contact_input {
	float:left;
	width:150px;
	height:30px;
	
	padding:0;
	/*font-size:15px;*/
	color:#252525;
	/*border:1px solid;*/
}

#contact_input, #contact_comment {
	float:left;
	width:450px;
}

#contact_comment {
	margin-bottom:10px;

}

#contact_submit {
	margin:0;
	clear:both;

}

#input_text {

}


/*--- END contact_form ---*/

#cws_search_result iframe {
        width: 400px;

} 

