/* Page Setup */
body {
	font-size: 12px;
	line-height: 1.5em;
	color: #5C5C5C;
	margin: 10px auto;
	padding: 0px;
	background-color: #333333;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	text-align: left;
	width: 754px;
	border: solid 0px #0ff;
	background: #ffffff url(../images/page_bottom.gif) no-repeat bottom;
}

html>body #container {
  	width: 754px;
}

.clear {
	clear: both;
}

img.left {
	text-align: left;
}

#header {
	padding: 10px 10px 0px 0px;
	width: 744px;
	border: solid 0px #0ff;
	background: url(../images/page_top.gif) no-repeat top;
	clear: both;
}

#header img {
	float: left;
	margin-left: 9px;
	margin-right: 5px;
	border: 0px;
}

#header a img {
	border: 0px;
}

#navigation {
	clear: both;
	margin-top: 6px;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	/* background: url(../images/fon_top01.gif) repeat-x; */
	height: 40px;
}

#navigation a {
	text-decoration: none;
	font-weight: bold;
	margin-left: 3px;
	padding-left: 4px;
	margin-right: 3px;
	padding-right: 4px;
	border-bottom: 0px;
	color: #5C5C5C;
	/* color: #64B211; */
}
#navigation a:hover, h1, h2 {
	color: #C70202;
}
#navigation .selected, #navigation a:hover.selected {
	color: #FFFFFF;
	background-color: #C70202;
}
#sublinks {
	margin-right: 100px;
	float: right;
	margin-top: 5px;
}
#sublinks .selected {
	
}
a:link, a:active, a:visited {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed; 
	color: #5C5C5C;
	/* color: #64B211; */
}

a:hover {
	border-bottom: 1px solid; 
}

#content_main {
	width: 736px;
	padding: 3px 9px 3px 9px;
	border: solid 0px #0ff;
}

#footer, #foot {
	position: relative;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	text-align: left;
	width: 754px;
	border: solid 0px #0ff;
}

#links {
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	padding: 10px 20px 0px 0px;
}

#links a {
	margin-left: 5px;
	margin-right: 5px;
}

body, #container, #header, #navigation, #content_main, #footer, #foot {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#portfolio {
	font-size: 10px;
}

#portfolio img {
	float: left;
	border: 1px solid #D3D3D3;
	padding: 2px;
	display: block;
	width: 170px;
	height: 100px;
	margin-bottom: 5px;
	margin-left: -180px;
}

#portfolio img.thumb {
	display: inline;
	float: none;
	width: 100px;
	height: 75px;
	margin-left: 0px;
}

#portfolio p {
	margin-right: 10px;
	padding: 5px;
}

#portfolio p.tech {
	margin-right: 0px;
	padding: 5px;
}

#portfolio hr {
	clear: both;
}
/*
#tagline {
	position: absolute; 
	width: 254px; 
	height: 138px; 
	top: 170px; 
	left: 485px; 
	background: url('../images/tagline2.png') no-repeat; 
	text-indent: -9999px; 
}
*/
#left_col, #content {
	margin-top: 10px;
}

.project img {
	position: relative; 
	display: block; 
	float: left;
	margin-left: -110px;
	margin-right: 5px;
	top: 15px;
}

.project a img {
	margin-left: 0px;
	margin-right: 0px;
	top: 0px;
	float: none;
	display: inline; 
	text-decoration: none;
	border: none;
}

.project {
	margin-bottom: 14px;
	clear: both;
}

.project p {
	padding: 0px;
	padding-left: 18px;
}

.project a {
	font-weight: normal;
	text-decoration: none;
	color: blue;
}

#foot div {
	width: 220px; 
	float: left;
	margin: 9px;
}

#foot div a {
	font-weight: normal;
	margin-right: 20px;
}

fieldset, fieldset#foot { 
	padding-top: 0px;
	border: 1px solid #CFCFC5;
   /* -moz-border-radius: 0px; */
   padding: 5px;
	margin-bottom: 5px;
}

fieldset#foot {
	width: 720px;
}

.right {
	text-align: right;
}
.cntr {
	text-align: center;
}
.design {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.designright {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 5px;
}
.designleft {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
}
/*.design h2 {
	color: #C70202;
}*/
.inline {
	display: inline;
}

form .float_l {
	float: left;
	padding-right: 10px;
}

legend {
	font-size: 1.2em;
	margin: 0px;
	padding: 5px;
	color: #C70202;
	font-weight: bold;
}

#left_col {
	float: left;
	width: 180px;
	padding-top: 4px;
}

#redtab {
	float:left;
	position: relative;
	left: -106px;
	background: url(../images/red-sidetab.png) no-repeat left top  ;
	height:530px;
	width: 97px;
	margin-right: -97px;
}

#content {
	float: right;
	width: 540px;
	padding: 4px;
	padding-top: 5px;
}

.terms {
	font-size: small;
}

/* Design Elements */

sup {
	vertical-align: text-top;
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
}

.title {
	width: 180px;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	padding-bottom: 5px;
	margin: 3px;
	border-bottom: 2px solid #CC0000;
	clear: both;
	text-transform: uppercase;
}

.sml {
	font-size: 0.7em;
}

p {
	margin: 0px;
	padding-top: 6px;
}

h1 {
	font-size: 1.5em;
	line-height: 1em;
	font-style: italic;
	margin: 0px;
	padding-top: 5px;
}

h2 {
	font-size: 1.3em;
	margin: 0px;
	padding-top: 10px;
	font-style: italic;
}

h3 {
	font-size: 1.3em;
	margin: 0px;
	font-style: italic;
	color: #006400;
}

hr {
	border-top: 1px solid #ccc;
	border-bottom: none;
	height: 1px;
	margin: 4px 0 4px 0;
}

.bar {
	width: 95%;
	background: url(../images/fon_bar01.gif) repeat-x center;
	height: 25px;
	margin-left: 20px;
	margin-right: 20px;
}

.bar_txt_red, .bar_txt_green, .bar_txt_blue {
	width: auto;
	display: inline;
	margin-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 0px;
	padding-left: 28px;
	padding-right: 10px;
	font-size: 18px;
}

.bar_txt_red {
	color: #DA0008;
	background: #FFFFFF url(../images/e03.gif) no-repeat left;
}

.bar_txt_green {
	color: #4AC250;
	background: #FFFFFF url(../images/e05.gif) no-repeat left;
}

.bar_txt_blue {
	color: #3466DE;
	background: #FFFFFF url(../images/e04.gif) no-repeat left;
}

fieldset#whois {
	background-color: #CFCFC5;
	border: 1px solid #b9b9ac;
}

#whois form, #whois input {
	font-size: 16px;
	font-weight: bold;
	color: #5C5C5C;
	font-family: Arial, Helvetica, sans-serif;
}

#whois small {
	font-size: 10px;
	font-weight: normal;
}

#whois legend {
	border: 1px solid #b9b9ac;
	margin-bottom: 4px;
	background-color: #FFFFFF;
	padding: 3px;
}

#whois #domain {
	width: 380px;
	border: 1px solid #b9b9ac;
	padding: 3px;
}

a img {
	border: 0px;
	text-decoration: none;
}

:focus {
	outline: 0px;
}

.free, .download a, b, strong {
	color: #008000;
}

.taken {
	color: #FF0000;
}

.download {
	float: right;
}

input, textarea {
	font-size: 14px;
}

#pagelinks {
	position: relative;
	left: 200px;
	top:60px;	
}
