/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #FFFFFF;
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #606060;
}

body.editor {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

h1 {
	font-size: 18px;
	line-height: 18px;
	color: #700000;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	font-size: 15px;
	line-height: 15px;
	color: #700000;
	text-transform: uppercase;
	margin-bottom: 5px;
}

img { 
	border: none;
}

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

a:hover {
	color: #000000;
}

blockquote {
    margin: 10px 0 10px 15px;
}

optgroup option {
	margin-left: 25px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.burgundy {
	color: #700000;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}

dd {
	margin-bottom: 10px;
}
 
.button {
	border: 0px;   
	background-color: #000000; 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 948px;
	margin: 29px auto;
}

#left_content {
	float: left;
	width: 627px;
}

#header {
	margin: 8px 0px 10px 0px;
}

#content {
	background-image: url('../images/content_bg.gif');
	background-repeat: no-repeat;
	padding: 20px 11px 20px 15px;
	width: 601px;
	min-height: 250px;
}

#container.home #content {
	background-image: none;
	padding: 20px 0px;
}

#container.fullwidth #content {
	background-image: url('../images/content_bg_full.gif');
	width: 922px;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

#right_content {
	padding-top: 41px;
	width: 311px;
	float: right;
}

#mailinglist {
	width: 154px;
	float: right;	
	font-size: 11px;
	line-height: 14px;
	color: #7A7A7A;
	text-transform: uppercase;
	height: 32px;
	margin-bottom: 14px;
}

#mailinglist form {
	background-image: url('../images/emailbox_bg.png');
}

.emailbox {
	border: 0px;
	background-color: transparent;
	width: 129px;
	float: left;
	padding: 4px 0px 0px 4px;
	color: #7B7B7B;
}

#right_content a img {
	margin-bottom: 10px;
}

#testimonial_container {
	width: 311px;
	background-color: #DADADA;
	background-image: url('../images/testimonial_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#testimonial {
	background-image: url('../images/testimonial_top.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px;
	color: #4A4A4A;
}

#testimonial .grey {
	color: #898989;
	line-height: 16px;
}

.social_links {
	margin-top: 20px;
	text-transform: uppercase;
	color: #A3A3A3;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}

.social_links img {
	vertical-align: top;
	margin-left: 5px;
}

.social_links a {
	color: #A3A3A3;
}

.address {
	text-align: right;
	text-transform: uppercase;
	margin: 10px 0px 20px 0px;
	color: #A3A3A3;
	line-height: 18px;
}

.logos {
	text-align: right;
}

.logos img {
	margin-left: 15px;
}

#container.fullwidth .social_links {
	clear: left;
}

.address b {
	color: #8D8D8D;
	font-weight: bold;
}

#footer {
	clear: both;
	background-image: url('../images/footer_bg.gif');
	background-repeat: repeat-x;
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	color: #C5C5C5;
	padding-top: 4px;
}

/* NAVIGATION CSS */

#nav {
	padding: 0px;
	margin: 19px 0px 0px 0px;
	height: 22px;
}

#nav li {
	list-style: none;
	float: left;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	padding-top: 9px;
	margin-left: 33px;
}

#nav li.active {
	background-image: url('../images/nav_bg.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

#nav li a {
	color: #939598;
}

#nav li a:hover {
	color: #FFFFFF;
}

#subnav {
	padding: 0px;
	margin: 0px;
}

#subnav li {
	list-style: none;
}

/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery li {
	width: 140px;
	height: 100px;
	text-align: center;
	padding: 2px;
	border: 0px solid #C7C7C7;
	background-color: #DADADA;
	float: left;
}

.gallery table {
	width: 140px;
	height: 100px;
}

/* ADMIN CSS */

#admin .button {
	margin: 0 3px 6px 0;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

#admin ul, #admin ol {
	padding-left: 0px;
}

.admin-index-list img { 
	float: left; 
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%;
}

.admin-index-list li { 
	padding: 3px;
	margin: 5px 0;
	line-height: 17px;
	background-color: #aaa; 
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999; 
}

.admin-index-list li div {
	float: right;
	padding: 0;
	margin: 0 3px;
	text-align: center;
}

#admin .admin-index-list .button { margin: 0px; width: 100%; }
.admin-index-list li div.view { width: 46px; }
.admin-index-list li div.configure { width: 77px; }
.admin-index-list li div.edit { width: 36px; }
.admin-index-list li div.subpages { width: 100px; }
.admin-index-list li div.delete { width: 55px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0 0 8px;
	float: left;
	background-color: #aaa; 
	border: 1px solid #999; 
	margin: 0 10px 10px 0;
}

/* Portfolio Index */
.portfolio-items-index {
	float:right;
	width: 302px;
	margin-left: 20px;
}

.portfolio-items-index td {
	padding: 0px 10px 10px 0px;
	width: 144px;
}

.portfolio-items-index td table {
	width: 144px;
	height: 104px;
	border: 1px solid #C7C7C7;
	background-color: #DADADA;
	margin-bottom: 5px;
}

.portfolio-items-index td table td {
	text-align: center;
	padding: 2px;
	vertical-align: middle;
}

.portfolio-items-index div {
	width: 140px;
	height: 100px;
}

.portfolio-items-index a {
	font-weight: bold;
	color: #720002;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
}

/* Portfolio Item */
#portfolio-item-right {
	float:right;
	width: 302px;
	padding: 0px;
}

#portfolio-item-right ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#portfolio-item-right li {
	margin: 0px 10px 10px 0px;
	float: left;
}

#portfolio-item-right td {
	vertical-align: middle;
}

.portfolio-item {
	width: 575px;
}

.portfolio-item .technical-info, .clients {
	border: 1px solid #C7C7C7;
	background-color: #DADADA;
	padding: 14px 18px 0px 18px;
	width: 537px;
	font-size: 12px;
}

.portfolio-item .technical-info ul, .clients ul {
	width: 250px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#portfolio-item-right .testimonial-info {
	margin: 15px 0px 0px 0px;
}

.portfolio-item-right .testimonial-info cite {
	color: #898989;
	line-height: 16px;
	font-style: normal;
}

.backlink {
	float: right;
	width: 300px;
}

