@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4d4d4d;	
	background: url(../images/background-pattern.jpg) top left repeat;
}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	font-weight: lighter;
	padding: 0;
	margin: 0 0 10px 0;	
	letter-spacing: -1px;
	line-height: 21px;
	text-align: left;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 30px 0 5px 0;	
	letter-spacing: -1px;
	text-align: left;
	width: 95%;
	background-color: #e0e0e0;
	color: #666;
}

h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: lighter;
	padding: 5px 10px;
	margin: 0 0 5px 8px;	
	letter-spacing: -1px;
	text-align: left;
	width: 523px;
	background: #FC9;
	color: #900;
}

h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: lighter;
	padding: 0;
	margin: 0;	
	letter-spacing: -1px;
	text-align: left;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 14px;	
	text-align: justify;
}

a {
	color: #CA6200;
	text-decoration: none;
	border: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	border: none;
	outline: none;
}

label {
	float: left;
	margin: 5px 0 5px 10px;
	padding: 4px 8px 4px 0;
	width: 120px;
	font-size: 14px;
	text-align: left;
}

input[type="text"] {
	float: left;
	margin: 5px 130px 5px 5px;
	padding: 4px;
	border: none;
	border-bottom: 1px solid #CCC;
	width: 250px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #666;
}

input[type="radio"] input[type="checkbox"] {
	margin: 2px;	
}

textarea {
	float: left;
	margin: 5px 130px 5px 5px;
	padding: 4px;
	border: 1px solid #CCC;
	border-top: none;
	border-left: none;
	width: 250px;
	height: 250px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #666;
}

button {
	cursor: default;
	padding: 5px 10px;
	margin: 10px;
	background: #f5911f;	
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	font-weight: lighter;
	color: #FFF;
	letter-spacing: -1px;
	text-align: center;
	text-shadow: #CA6200 0 -1px 0;
	border: 1px solid #ffefd5;
	outline: none;
}

#header {
	width: 100%;
	background: url(../images/header-background.jpg) top left repeat-x;	
}

.content-holder {
	overflow: hidden;
	width: 950px;
	margin: 0 auto;	
}

#logo {
	float: left;
	margin: 0 25px;
	padding: 20px 30px;
	background: #26252d;	
}

.main-menu {
	float: left;
	margin: 8px 5px 0 5px;
	width: 85px;
	text-align: center;
	background-color: #26252d;	
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
}

.main-menu a {
	float: left;
	padding: 62px 0;
	width: 100%;
	text-indent: -9999px;
}

.main-menu:hover {
	background-color: #f5911f;
	background-position: 50px;
}

div.main-menu a.about-mnu {
	background: url(../images/main-mnu-btns.gif) no-repeat 12px -55px;	
}

div.main-menu a.services-mnu {
	background: url(../images/main-mnu-btns.gif) no-repeat -85px -55px;	
}

div.main-menu a.portfolio-mnu {
	background: url(../images/main-mnu-btns.gif) no-repeat -183px -55px;	
}

div.main-menu a.blog-mnu {
	background: url(../images/main-mnu-btns.gif) no-repeat -280px -55px;	
}

div.main-menu a.contact-mnu {
	background: url(../images/main-mnu-btns.gif) no-repeat -379px -55px;	
}

div.main-menu a.about-mnu:hover {
	background-position: 12px 50px;	
}

div.main-menu a.services-mnu:hover {
	background-position: -85px 50px;	
}

div.main-menu a.portfolio-mnu:hover {
	background-position: -183px 50px;	
}

div.main-menu a.blog-mnu:hover {
	background-position: -280px 50px;	
}

div.main-menu a.contact-mnu:hover {
	background-position: -379px 50px;	
}

.left-box {
	overflow: hidden;
	float: left;
	width: 644px;
	margin: 0 15px 0 0;
}

.right-box {
	overflow: hidden;
	float: left;
	width: 290px;
	height: 728px;
}

.left-banner {
	float: left;
	width: 15px;	
}

.vrt-banner {
	float: left;
	width: 198px;	
	text-align: center;
}

ul {
	margin: 0;
	padding: 15px 0 15px 25px;
	border-right: 1px solid;
	border-color: #ececec;	
	font-size: 15px;
	color: #4d4d4d;
	text-align: left;
}

ul li {
	list-style: none;
	margin: 0;
	font-size: 12px;
	padding: 3px 10px;
	background: url(../images/orange-bullet.gif) no-repeat 0 50%; 
	color: #CA6200;
}

ul.alt-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 180px;
	color: #FFF;
	text-align: left;	
}

ul.alt-list li {
	list-style: none;
	margin: 0;
	padding: 5px 15px;
	width: auto;
	border-bottom: 1px dotted #F9F9F9;
	background: #C0C0C0 url(../images/white-bullet.gif) no-repeat 5px 50%; 
	color: #FFF;	
	font-size: 12px;
}

ul.alt-list li a {
	color: #FFF;
	outline: none;
	border: none;
	text-decoration: none;	
}

ul.alt-list li:hover {
	background-color: #26252d;
}

#validatorDialog {
	display: none;
	border: none;	
}

#validatorDialog ul {
	color: #F00;
	text-align: left;	
	border: none;
	margin: none;
	padding: none;
}

#validatorDialog li {
	color: #F00;
	padding-left: 15px;
	text-align: left;
	background: url(../images/list-error-background.gif) no-repeat 0 4px; 
}

input[type="text"].validationError {
	background: #FF9;
	border-bottom: 1px dotted #F00;
	color: #900;	
}

textarea.validationError {
	background: #FF9;
	border-right: 1px dotted #F00;
	border-bottom: 1px dotted #F00;
	color: #900;	
}

.window-holder {
	overflow: hidden; 
	margin-bottom: 15px;	
}

.floating-window {
	float: left; 
	padding-top: 15px; 
	width: 629px; 
	background: #FFF;	
}

.floating-banner-start-orng {
	margin-top: 15px; 
	height: 54px;
	background-color: #f5911f; 
	border-top: 1px solid; 
	border-left: 1px solid; 
	border-bottom: 1px solid; 
	border-color: #ffbb3e;	
}

.floating-banner-orng {
	padding: 8px 0; 
	width: 381px; 
	background-color: #f5911f; 
	border-top: 1px solid; 
	border-right: 1px solid; 
	border-bottom: 1px solid; 
	border-color: #ffbb3e;
}

.floating-window-content {
	overflow: hidden; 
	padding: 20px 25px 50px 25px; 
	text-align: justify; 
	letter-spacing: 0px;
}

.articles-btn {
	float: left; 
	height: 32; 
	padding: 10px 10px 10px 25px; 
	background: #26252d url(../images/article-btn-background.gif) 7px 50% no-repeat; 
	color: #FFF;
}

.articles-btn:hover {
	background: #f3901d url(../images/article-btn-background.gif) 7px 50% no-repeat; 
}

.articles-btn  a {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	font-size: 18px; 
	font-weight: normal; 
	text-decoration: none;
	color: #FFF;
}

.row-holder {
	overflow: hidden; 
	border-bottom: 1px dotted #ffbb3e; 
	padding: 10px 15px;
}

.date-holder {
	float: left; width: 60px; margin-right: 15px;
}

.date-day-holder {
	padding: 5px 11px; 
	border: 1px solid #5f7da3; 
	border-bottom: 0; 
	background-color: #26252d; 
	color: #FFF; 
	text-align: center; 
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	font-size: 28px; 
	font-weight: bold; 
	letter-spacing: -3px;	
}

.date-month-holder {
	padding: 4px; 
	background: #F90; 
	color: #FFF; 
	text-align: center; 
	font-size: 10px; 
	font-weight: bold; 
	border: 1px solid #ffbb3e;	
}

.date-hour-holder {
	padding: 2px;
	text-align: center;
	font-size: 10px;	
}

.news-short-content-holder {
	float: left; 
	width: 470px;
}

.breadcrumb-nav {
	overflow: hidden;
	margin: 0 0 10px 15px;
	padding: 0;
	background: #FFF;
}

.breadcrumb-nav li {
	list-style: none;
	float: left;
	background: #f3901d url(../images/breadcrumb-separator-img.gif) no-repeat 0 50%;
	padding: 5px 5px 5px 20px;
	margin: 0;
	border-left: 0;
}

.breadcrumb-nav li a {
	color: #fee2c5;
	text-decoration: none;
	outline: 0;
	border: 0;
}

.breadcrumb-nav li a:hover {
	color: #FFF;
}

.left-dialog-holder {
	float: left; 
	margin: 0 20;
	padding-bottom: 35px;
	width: 560px; 
	background: url(../images/left-btm-dialog-background-2.gif) no-repeat 100% 100%;	
}

.rt-dialog-holder {
	float: right; 
	margin: 0 20px;
	padding-bottom: 35px;
	width: 560px; 
	background: url(../images/rt-btm-dialog-background-2.gif) no-repeat 100% 100%;	
}

.dialog-body {
	padding: 15px;
	background-color: #f3901d;
	color: #FFF;	
}

.dialog-body a {
	padding-bottom: 1px;
	color: #F2F0FF;
	outline: 0;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	text-decoration: none;	
}

.dialog-body a:hover {
	border-bottom: 1px dotted #F2F0FF;
}


.top-dialog-body {
	overflow: hidden;	
	margin-bottom: 20px;
	padding: 0 8px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #ffbb3e;
}

.dialog-alias-holder { float: left; margin-top: 5px; }

.dialog-date-holder { float: right; font-size: 10px; }

.btm-dialog-body {
	margin-top: 20px;
	text-align: right;
	color: #FFF;	
}

.btm-dialog-body a {
	padding: 3px 5px;
	border: 1px solid #f3901d;
	background-color: #ffbb3e;
	text-decoration: none;
	outline: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
}

.btm-dialog-body a:hover {
	border: 1px solid #ffbb3e;
	background-color: #f3901d;
	text-decoration: none;
	outline: 0;
	color: #FFF;
}


#footer {
	padding-top: 50px;
	width: 100%;
	background: url(../images/footer-background.gif) top left repeat-x;
}
