
body {
	font: 13px helvetica, arial, sans-serif;
	background: #69c;
	background: #aaa url(../images/bg.png) repeat-x 0 0;
	color: #333;
}

ol, ul { list-style: none }
table { border-spacing: 0 }
*, input, select, option, textarea { margin: 0; padding: 0 }
a, img { border: 0 }
a { color: #0060AF }

.clear-both { clear: both }
.clear-right { clear: right }
.clear-left { clear: left }
.float-left { float: left }
.float-right { float: right }

#wrapper {
	width: 960px;
	background: #fff url(../images/header.jpg) no-repeat 50% 0;
	padding: 10px 0;
	margin: 20px auto;
	border: 5px solid #f0f0f0;
}

table#head,
table#body,
table#footer {
	width: 940px;
	margin: 0 auto;
}

table#body {
	margin: 15px auto 0 auto;
}

/* HEADER */

#head #header a#logo,
#head #header a#logo:hover {
	border: none;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 90px;
	width: 310px;
}

#head #menu td {
	text-align: center;
	vertical-align: middle;
	background: #706E67;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
}

#head #menu td.special.last {
}

#head #menu td.active {
	background: #FFF79E;
	border-bottom: 1px solid #FFF79E;
	color: #444;
}

#head #menu td a {
	display: block;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	cursor: pointer;
	vertical-align: middle;
}

#head #menu td a:hover {
	background: #FFF79E;
	color: #444;
}

#head #menu td.active a {
	color: #000;
}

#head #menu td.special a {
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}

#head #search td {
	background: #FFF79E;
	color: #444;
	padding: 10px 0;
	border-bottom: 2px solid #999;
}

#head #search label {
	font-size: 18px;
	color: #444;
	vertical-align: middle;
}

#head #search input.text {
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	padding: 1px;
	margin: 0 10px;
	width: 300px;
}

#head #search input.button {
	font-size: 11px;
	vertical-align: middle;
	padding: 2px;
}

#head #search form {
	padding-left: 10px;
}

#head #search table td {
	border: 0;
	padding: 0;
}

/* FOOTER */

#footer {
	padding-top: 25px;
}

#footer td {
	font-size: 11px;
	padding: 10px 20px;
	color: #555;
	text-align: center;
	background: #DFDCD1;
}

#footer td.strong {
	font-size: 12px;
}

#footer td.strong strong {
	font-weight: bold;
	color: #333;
}

#footer td a {
	color: #333;
}

/* CONTENT */

#body td.sidebar,
#body td#content {
	vertical-align: top;
}

#body #content {
	padding: 0 20px;
}

.sidebar div {
	display: block;
	position: relative;
	padding: 1px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	background: #fff;
}

.sidebar div h3 {
	display: block;
	background: #706E67;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: #fff;
	margin-bottom: 1px;
}

.sidebar div p {
	padding: 5px;
	font-size: 12px;
	color: #555;
}

.sidebar div ul.articles {
	padding: 5px;
	font-size: 11px;
	color: #666;
	list-style: outside square;
	margin-left: 15px;
}

.sidebar div ul.articles li {
	padding-bottom: 5px;
}

.sidebar div ul.articles li a {
	font-size: 13px;
	font-weight: bold;
}

.sidebar ul.article-toolbar {
	display: block;
	padding: 10px 5px 5px 10px;
	margin-bottom: 15px;
	background: #FFFFDF;
	border: 1px solid #ccc;
}

.sidebar ul.article-toolbar li {
	display: block;
	padding: 0 0 5px 0;
	font-size: 12px;
	color: #666;
}

.sidebar ul.article-toolbar li a {
	color: #BF2329;
}

.sidebar #category-menu {
	background: #fff;
	margin-bottom: 0;
}

.sidebar #category-menu ul {
	margin-left: 5px;
	font-weight: bold;
}

.sidebar #category-menu ul li {
	font-size: 13px;
	line-height: 1.4;
}

.sidebar #category-menu ul li ul {
	margin-left: 15px;
	font-weight: normal;
}

#breadcrumb {
	margin-bottom: 10px;
	font-size: 11px;
	color: #666;
}

#breadcrumb a {
	color: #666;
	text-decoration: underline;
}

#breadcrumb a:hover {
	color: #333;
}

#content .page h3,
#content .page h4,
#content .page h5,
#content .page h6 {
	padding-top: 5px;
}

#content .page h2 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}

#content .page p {
	margin-bottom: 10px;
}

#content .page p.article-summary {
	color: #333;
	padding: 10px;
	background: #DFF1FF;
}

form#contact table {
	width: 100%;
	margin: 20px 0;
	border: 2px solid #ddd;
	border-width: 2px 0 0 0;
}

form#contact td {
	text-align: left;
	vertical-align: middle;
	padding: 5px 5px 5px 10px;
}

form#contact td.label {
	width: 150px;
	text-align: right;
	padding: 8px 0 5px 2px;
	vertical-align: top;
}

form#contact input.text,
form#contact select {
	width: 250px;
}

form#contact textarea {
	width: 300px;
	height: 150px;
	font: 12px helvetica, arial, sans-serif;
}

form#contact em {
	font-weight: bold;
	font-style: normal;
	margin-right: 2px;
	color: #f00;
}

form#contact tr.info td {
	text-align: center;
	background: #f0f0f0;
	color: #666;
	font-style: italic;
	font-size: 11px;
}

form#contact tr.success td {
	background: #fff;
	color: #117300;
	font-weight: bold;
}

form#contact tr.error td {
	background: #FFBFBF;
	border: 1px solid #f00;
	border-width: 1px 1px 1px 0;
}

form#contact tr.error td.label {
	border-width: 1px 0 1px 1px;
}

form#contact tr.error td p {
	display: block;
	font-style: italic;
	color: #7F2727;
	font-size: 12px;
	padding-top: 2px;
}

/* HOMEPAGE */

table#featured,
table#hp-articles {
	margin-bottom: 10px;
}

table#featured td,
table#hp-articles td {
	padding-bottom: 20px;
}

table#featured td img,
table#hp-articles td img {
	margin: 5px 0;
}

table#featured td a,
table#hp-articles td a {
	color: #BF2329;
}

table#featured td p,
table#hp-articles td p {
	color: #000;
}

table#featured tr.last td {
	text-align: center;
}

table#hp-articles td p {
	font-size: 12px;
}

ul.subcategory-articles {
	list-style: outside square;
	color: #666;
	margin-left: 15px;
}

ul.subcategory-articles li {
	margin-bottom: 5px;
}

ul.subcategory-articles small a {
	font-size: 12px;
	color: #BF2329;
}

p.previous-category {
	display: block;
	background: #FFFFDF;
	border-bottom: 1px solid #ccc;
}

p.previous-category a {
	color: #BF2329;
}

ul.subcat {
	padding: 5px 0 20px 0;
}

ul.subcat li {
	list-style: inside square;
	padding: 2px 0;
}

ul.subcat li a {
	color: #BF2329;
}

ul#search-results {
	padding: 10px 0 0 0;
}

ul#search-results li {
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

ul#search-results li span {
	display: block;
	padding: 0 0 10px 0;
	font-size: 12px;
	font-weight: normal;
}

ul#search-results li span a {
	color: #666;
	text-decoration: none;
}

ul#search-results li span a:hover {
	text-decoration: underline;
	color: #000;
}

p.larger {
	font-size: 14px;
}

.article-content {
	width: 500px;
	line-height: 1.4;
}

#gallery {
	display: block;
	border: 1px solid #999;
	padding: 5px;
	margin: 0 0 10px 0;
	background: #EDFFCF;
}

#gallery p {
	display: block;
	font-size: 14px;
	padding: 0 0 10px 0;
}

#gallery a {
	margin: 0 auto;
	display: block;
	text-align: center;
	background: #fff;
	padding: 10px;
}

#gallery p strong {
	color: #000;
}

#gallery small {
	display: block;
	font-size: 11px;
	padding-top: 5px;
}

.hidden,
#gallery .hidden {
	display: none;
}

.article-content ul,
.page ul {
	margin: 0;
	list-style: inside square;
}

.article-content ul li,
.page ul li {
	list-style: inside square;
}

.article-content ol,
.page ol {
	margin: 10px 0;
	list-style: inside decimal;
}

.article-content ol,
.page ol {
	list-style: inside decimal;
}

.article-content p {
	margin: 10px 0;
}

table.gallery p {
	font-size: 16px;
}

#sitemap ul {
	padding-left: 20px;
	margin: 0;
	border-left: 1px solid #ccc;
}

#sitemap ul.level-1 {
	padding-left: 0;
	border-left: none;
}

#sitemap ul li {
	color: #ccc;
	line-height: 1.4;
}

#sitemap ul li.no-bullet {
	list-style: none;
}

#sitemap ul li.level-1 {
	font-size: 16px;
	font-weight: bold;
}

#sitemap ul li.level-2 {
	font-size: 14px;
	font-weight: bold;
}

#sitemap ul li.level-3 {
	font-size: 13px;
	font-weight: bold;
}

#sitemap ul li.level-4 {
	font-size: 13px;
	font-weight: normal;
}

#web-development {
	width: 100%;
	text-align: center;
	margin: 0 auto 10px auto;
	font-size: 11px;
}

#head #search table td.right {
	padding: 0 10px 0 0;
	text-align: right;
	color: #666;
}

#head #search table td.right a {
	color: #444;
	text-decoration: none;
}

#head #search table td.right a:hover {
	text-decoration: underline;
}

#head #search table td.right a.strong {
	font-weight: bold;
}

#brochure ul {
	background: #f0f0f0;
}

#brochure ul li {
	list-style: none;
	padding: 10px;
	border-bottom: 2px solid #fff;
}

#brochure ul li a {
	font-weight: bold;
	font-size: 14px;
}

#brochure ul li span.description {
	display: block;
	font-size: 13px;
	color: #000;
	padding-top: 2px;
}

#brochure ul li span.moment {
	display: block;
	font-size: 11px;
	color: #666;
	padding-top: 2px;
}

p.contact img {
	float: right;
	margin: -70px 0 0 0;
}
