/******************************************************************/
/************************* ITIS v 3.0.1 ***************************/
/******************************************************************/

/*
	#main_menu a
	#news_menu a
	strong
	#welcome_screen .welcome_stripe
	a
	h2
	b	
*/

/**************************** GENERAL *****************************/

body {
	background-color: #cc0000;
	background-image: url(../assets/s/images/wall.gif);
	background-attachment: fixed;
	background-position: top;
	margin-top: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

h1 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	display:inline;
	position:relative;
	margin-left:0;
	padding-left:0;
	top:-1px;
	
}

h3,h4,h6 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	background-image:url(../pics/h2h3hr.gif);
	background-repeat:repeat-x;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	font-weight:normal;
	margin-top:0;
	margin-bottom:10px;
	height: 20px;
	padding-top:6px;
}
h2 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #72aabb;
	margin-top:15px;
	margin-bottom:1px;
}

strong {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #dd3a17;
	margin-top:0;
	margin-bottom:10px;
}

h5 {
	color: #ffcc00;
	padding:0;
	margin:0;
}

p {
	margin-top: 0em;
	margin-bottom: 10px;
}
a {
	color: #dd3a17;
	text-decoration: none;
}
a:hover {
	color: #999;
}
b {
	color: #72aabb;
}

img {
	border:0;
	padding:0;
	margin:0;	
}
img
{
	behavior: url(../css/iepngfix.php);
	border:none;
}
img
{
	behavior: url(../assets/s/css/iepngfix.php);
	border:none;
}
.hr {
	background: url(../pics/hr.gif);
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-bottom:0px;
	height: 1px;
}

ul  {
	list-style-image: url(../pics/dot1.gif);
	list-style-type: disc;
}
ul.list2 { 
	list-style-position: outside;
	list-style-image: url(../pics/dot2.gif);
	list-style-type: square;
}


/***************************** HEADER *****************************/
.top {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	height: 20px;
}

#header {
	width: 920px;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../assets/s/images/cross_shadow.gif);
	background-repeat: repeat-y;
}

#header_image {
	float:left;
	display: inline;
	margin: 0 10px 0 20px;
	width: 650px;
	height: 210px;
	background-image:url(../assets/s/images/header_image.jpg);
	background-repeat:no-repeat;
}

.logo {
	margin-top:24px;
}

#main_menu_area {
	float:left;
	width: 220px;
	height: 209px;
	background-image:url(../pics/main_menu_bg.gif);
	background-repeat:no-repeat;
}

#main_menu {
	list-style-image: none;
	list-style-type: none;
	margin-top: 20px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#main_menu li {
	margin-left: -20px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
#main_menu a {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
#main_menu a:hover {
	color: #dd3a17;
}
#main_menu a:active {
	color: #dd3a17;
}

#submenu_area {
	float:left;
	display: inline;
	margin: 0 20px 0 30px;
	width: 630px;
	height: 40px;
	padding: 0 0 0 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#submenu {
	float:left;
	width:100%;
	height: 40px;
	padding:0;
	margin:0;
	list-style-type:none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#submenu li {
	display:inline;
}

#submenu a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight:normal;
}
#submenu a:hover {
	font-size: 10px;
	color: #FF3399;
	text-decoration: none;
	font-weight:normal;
}
#submenu a:active {color: #FF3399;}

#ticket {
	float:left;
	width: 220px;
	height: 40px;
}

#clearfloat {
	clear: both;
	margin: 0px;
	font-size: 1px;
    line-height: 0px;
}


/************************** MAIN CONTENT **************************/

#center {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../assets/s/images/cross_shadow.gif);
	background-repeat: repeat-y;
}

#main_content {
	float:left;
	display:inline;
	width: 460px;
	margin: 0 10px 0 20px;
	padding: 0 10px 10px 0;
	font-family: "Microsoft Sans Serif", Arial, Verdana, Tahoma, "Palatino Linotype", Helvetica;
	font-size: 12px;
	color: #000000;
}

#page_title {
	height:30px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-bottom:6px;
}
.page_arrow {

}

#welcome_screen {
	position:relative;
	width: 460px;
	height:155px;
}

#welcome_screen .welcome_image {
	position:relative;
}

#welcome_screen .welcome_stripe {
	position:absolute;
	top:107px;
	left:0px;
	filter:alpha(opacity=40); 
	-moz-opacity:0.4; 
	opacity:0.4;
	background-color:#6da5b6;
	height: 25px;
	width:460px;
}

#welcome_screen .welcome_title {
	position:absolute;
	top:292px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:18px;
	letter-spacing:2px;
	top:108px;
	left:90px;
}

#welcome_screen .welcome_screen img {
	height:150px;
}

.welcome_text {
	position:absolute;
	top:24px;
	left:208px;
	width:235px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #990066;
	padding: 0 0 0 10px;
}


#main_text {
	font-family: "Microsoft Sans Serif", Arial, Verdana, Tahoma, "Palatino Linotype", Helvetica;
	font-size: 12px;
	color: #000000;
	padding: 0 10px 0 10px;
	text-align:justify;
}


#news_and_stuff {
	float:left;
	width: 160px;
	margin: 0 10px 0 10px;
	padding: 0 0 0 0;	
}

#recent_works_projects {
	float:left;
	width: 200px;
	margin: 0 10px 0 10px;
	padding: 0 0 0 0;
}
.recent_img {
	padding: 0 0 0 0;
}

#clearfloat {
	clear: both;
	margin: 0px;
	font-size: 1px;
    line-height: 0px;
}


/************************* NEWS & STUFF ***************************/

#news_menu {
	list-style-image: none;
	list-style-type: none;
	margin-top:0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#news_menu li {
	margin-left: -40px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
#news_menu a {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #dd3a17;
	text-decoration: none;
	font-weight:normal;
}
#news_menu a:hover {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #68a2ae;
	text-decoration: none;
	font-weight:normal;
}
#news_menu a:active {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #68a2ae;
	text-decoration: none;
	font-weight:normal;
}


/***************************** WORKS ******************************/

#works_menu {
	list-style-image: none;
	list-style-type: none;
	margin-top:0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#works_menu li {
	margin-left: -40px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
#works_menu a {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-weight:normal;
}
#works_menu a:hover {
	font-size: 11px;
	color: #0099cc;
	text-decoration: none;
	font-weight:normal;
}
#works_menu a:active {
	font-size: 11px;
	color: #0099cc;
	text-decoration: none;
	font-weight:normal;
}

/************************ MAIN INDEX AREA *************************/

.mainArticleImage {
	background-image: url(../pics/main_article.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 0px;
}

.mainIndexText {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #990066;
}

.mainArticleBtm {
	background-image: url(../pics/main_article_btm.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 0px;
}

.mainText {
	font-family: "Microsoft Sans Serif", Arial, Verdana, Tahoma, "Palatino Linotype", Helvetica;
	font-size: 12px;
	color: #000000;
	padding-top: 15px;
}
.mainText a {
	color: #dd3a17;
}
.mainText a:hover {
	color: #999;
}

/***************************** FORMS ******************************/

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 150px;
height: 100px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.form_box {
	border: none;
	width:100px;
	height:12px;
	padding-top:5px;
	padding-bottom:5px;
}

.form_text {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	color:#ff0099;
	border: none;
	font-size:9px;
	padding-right:4px;
	padding-left:4px;
	margin:0;
	margin-top:5px;
	1float: left;
	width:50px;
	height:12px;
}

.form_field {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background:#e42587;
	color:#FFFFFF;
	border: none;
	font-size:9px;
	padding-right:4px;
	padding-left:4px;
	margin:0;
	margin-top: 2px;
	lfloat: left;
	width:150px;
	height:12px;
}


/**************************** FOOTER ******************************/

#btm_hr {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	height:10px;
	background-image: url(../assets/s/images/cross_shadow.gif);
	background-repeat: repeat-y;
}
.btm_hr {
	text-align:center;
}

#footer {
	width: 920px;
	height:20px;
	padding-top:0px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	background-image: url(../assets/s/images/cross_shadow.gif);
	background-repeat: repeat-y;
}

#copyright {
	float:left;
	display:inline-block;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	width:250px;
	padding-left:20px;
	padding-top:4px;
}

#footer_menu_area {
	float:left;
	width: 240px;
	padding-right:90px;
	height: 19px;
}
#footer_links {
	padding:0px;
	margin:0px;
	list-style-type:none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-top:4px;
}
#footer_links li {
	display:inline;
	padding:0px;
	margin:0px;
}
#footer_links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
#footer_links a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
#footer_links a:active {color: #CCCCCC;}

#members_area {
	float:left;
	width: 320px;
	height: 20px;
}

.footer_field {
	float:left;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	color:#ff0099;
	border: none;
	border-top-style:solid;
	border-top-width: 1px;
	border-top-color:#d6d6d6;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color:#d6d6d6;
	font-size:9px;
	padding-right:4px;
	padding-left:4px;
	margin:0;
	margin-top: 2px;
	margin-right: 0px;
	width:104px;
	height:14px;
}

.footer_field_l {
	float:left;
	background-position:center;
	background-repeat: no-repeat;
	width:9px;
}
.footer_field_r {
	float:left;
	background-position:center;
	background-repeat: no-repeat;
	width:9px;
}
.footer_spacer {
	float:left;
	width:10px;
	height:20px;
}
.footer_btn {
	float:left;
	width:20px;
	text-align:left;
}


.footer_arrow {
	vertical-align:top;
}

#bottom {
	width: 920px;
	height:20px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}