@charset "utf-8";

/* Basic Web Site CSS Information */
html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
	margin: 0px;
}

img {
	border: none;
}

hr {
	color: #555;
	background-color: #555;
	height: 1px;
	border: none;
}

body {
	background-image: url(images/bgrepeater.jpg);
	background-repeat: repeat;
	font-family: "Century Gothic", Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

a, a:link, a:visited {
	color: #FF9000;
	text-decoration: none;
	outline: none;
}

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

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

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

input, select, textarea {
	font-family: "Century Gothic", Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

li {
	margin-bottom: 20px;
}

/* Gradient Background */
.gradient {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}

/* Primary Content Table */
.content {
	width: 1000px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

/* Top Navigation Bar */
.menu {
	background-image: url(images/m_bar.png);
	background-repeat: repeat-x;	
	height: 32px;
}

/* Services Table (Now Blog Table) */
.services {
	background-image: url(images/l_services.png);
	background-repeat: no-repeat;
	height: 285px;
	width: 248px;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 2px;
	font-size: 11px;
}

/* Domain Availablility Table */
.domain {
	background-image: url(images/l_domain.png);
	background-repeat: no-repeat;
	height: 132px;
	width: 394px;
	padding-top: 65px;
	padding-left: 6px;
}

/* Design Art Table (Right Side) */
.design {
	background-image: url(images/l_design.jpg);
	background-repeat: no-repeat;
	height: 423px;
	width: 358px;
}

/* Articles Table */
.articles {
	background-image: url(images/l_articles.png);
	background-repeat: no-repeat;
	height: 138px;
	width: 248px;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 11px;
}

/* Articles Table Custom Link Colors */
.articles a, .articles a:link, .articles a:visited {
	color: #7E7A6A;
	text-decoration: none;
}

.articles a:active {
	color: #7E7A6A;
	text-decoration: none;
}

.articles a:hover {
	color: #7E7A6A; 
	text-decoration: underline;
}

/* Slideshow Table (Now Services Video Table) */
.slideshow {
	background-image: url(images/l_slideshow.jpg);
	background-repeat: no-repeat;
	height: 291px;
	width: 394px;
	padding-top: 30px;
	padding-right: 7px;
	padding-left: 10px;
}

/* Page Footer */
.footer {
	background-image: url(images/l_footer.jpg);
	background-repeat: repeat-x;
	height: 24px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
	color: #8B8774;
}

/* Body Tables (Usually loaded on Content Tables) */
.body {
	width: 100%;
	height: 100%;
	background-color: #2a2927;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: justify;
}

/* Page Titles */
.title {
	font-size: 14px;
	font-weight: bold;
	color: #7E7A6A;
	letter-spacing: .1em;
	font-variant: small-caps;
}

/* Page Subtitles */
.subtitle {
	font-size: 10px;
	color: #9B9886;
}

.bold {
	font-weight: bold;
	color: #7E7A6A;
}

.error {
	width: 75%;
	border: 1px solid #2E2E2E;
	background-color: #202020;
	color: #A8A697;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 2px;
}

.confirm {
	width: 75%;
	border: 1px solid #2E2E2E;
	background-color: #202020;
	color: #A8A697;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 2px;
}

/* Portfolio Styles */
.clients { 
	border-collapse: collapse;
	empty-cells: show;
	border: solid 1px #202020;
	margin: 0;
}

.clients .header {
	padding: 6px 0.25em;
	color: #8B8774;
	font-weight: bold;
	margin: 0;
	background-color: #202020;
}

/* Portfolio Image Gallery */
.gallery {
	margin: 6px;
	border: 1px solid #454d51;
}

/* Blog Styles */
.blog {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 2px;
}