@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
/* Tags */
body {
	background-color:#FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #412941;
}
a:visited {
	color: #412941;
}
a:hover {
	color: #F90;
}
a:active {
	color: #A570A5;
}
img {
	border: none;
}

/* Generic page design */

.content {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
}
#content_txt {
	background-image: url(images/main_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 161px;
}
#holder {
	text-align:center;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#header {
	border:none;
	height: 114px;
}
#main_txt {
	width: 520px;
	margin-left: 80px;
	text-align: left;
}

#intro_txt {
	width: 550px;
	margin-left: 50px;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding-top: 28px;
}
#side_col {
	background-image: url(../images/project_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	width: 222px;
	padding-top: 5px;
}
.side_items {
	display: block;
	text-align: center;
	padding-top: 6px;
	padding-right: 23px;
	padding-bottom: 6px;
	padding-left: 23px;
	background-image: url(../images/side_bg.png);
	background-repeat: repeat-y;
}
#project_list {
	height: 388px;
	padding-right: 25px;
	padding-left: 18px;
}
.list_img {
	width: 148px;
	float: left;
	padding-top: 5px;
}
.list_txt {
	float: left;
	width: 350px;
	padding-top: 5px;
	padding-left: 20px;
}
.list_title {
}
.list_item {
	clear: both;
	padding-top: 35px;
}
.bookmarks {
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	padding: 10px;
	border: 4px solid #CCC;
}
.bookmarks a {
	text-decoration:none;
}

#main_content {
	width: 644px;
	float: left;
}
#footer {
	clear: both;
	background-color: #412941;
	color: #FFF;
	width: 100%;
	overflow: visible;
	position: fixed;
	height: 20px;
	bottom: 0px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B487B4;
}
#logo_footer {
	width: 67px;
	height: 25px;
	overflow: visible;
	position: relative;
	top: -5px;
	float: left;
	margin-left: 8px;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
.small_txt {
	font-size: 12px;
	color: #666;
}

/* Navigation */

#nav_left {
	background-image: url(../images/nav_strip/left.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 63px;
	width: 51px;
	float: left;
}
#main_nav {
	width: 680px;
	float: left;
}

#nav_print {
	float: left;
	width: 117px;
}
#nav_online {
	width: 116px;
	float: left;
}
#nav_home {
	float: left;
	width: 127px;
}
#nav_about {
	float: left;
	width: 118px;
}
#nav_contact {
	float: left;
	width: 115px;
}
#nav_right {
	float: left;
	width: 33px;
}

/* Login box */

#login {
	padding-top: 35px;
	padding-left: 56px;
	height: 98px;
}
#login_boxes {
	width: 424px;
	float: left;
	background-image: url(../images/login/login_main.png);
	background-repeat: no-repeat;
	height: 98px;
}
#login_btn {
	width: 109px;
	float: left;
}
#login_right {
	float: left;
	width: 41px;
}
#login_username_box {
	width: 141px;
	padding-left: 142px;
	padding-top: 46px;
	float: left;
}
#login_password_box {
	width: 141px;
	padding-top: 46px;
	float: left;
}
.invisible_txt_box {
	width: 135px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: none;
	color: #333;
}
.error_box {
	font-weight: bold;
	color: #F00;
	border: 2px dashed #F00;
}
.index_intro  {
	font-size: 12px;
}

