/* Start of CMSMS style sheet 'site' */
body {
	background-image: url(images/cms/bg.jpg);
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	color: #FFFFFF;
	line-height: 140%;
        overflow: -moz-scrollbars-vertical;
        overflow-x: hidden;
        overflow-y: scroll;
}
.warning{
	display:none;
}
a, a:link, a:active, a:visited {
	color: #333333;
	text-decoration: none;
}
h2 {
	padding: 0px;
	margin: 0px;
	text-indent: -3000px;
	line-height: normal;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

#about h2 {
	background-image: url(images/cms/about.png);
	height: 50px;
	background-repeat: no-repeat;
}
#featured h2 {
	background-image: url(images/cms/featured.png);
	background-repeat: no-repeat;
	height: 50px;
}
#work h2 {
	background-image: url(images/cms/work.png);
	background-repeat: no-repeat;
	height: 50px;
}
#contact h2 {
	background-image: url(images/cms/contact.png);
	background-repeat: no-repeat;
	height: 50px;
}

a:hover {
	color: #FFFFFF;
	background-color: #333333;
}

#wrapper {
	width: 914px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-image: url(images/cms/header_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	padding-top: 86px;
}
#header {
	background-image: url(images/cms/header_bg.png);
	background-repeat: no-repeat;
	display: block;
	clear: both;
	height: 86px;
	width: 914px;
}
#content {
	background-image: url(images/cms/content_bg.png);
	background-repeat: repeat-y;
}
#footer {
	background-image: url(images/cms/footer_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: both;
	height: 37px;
	width: 914px;
}
#footer p {
	margin: 0px;
	font-size: 10px;
	color: #CCCCCC;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 45px;
	right: 0px;
	width: auto;
	white-space: nowrap;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
	float: left; /* be nice to Opera */
}
.tabs-nav a {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	background-image: url(images/cms/tabs2_png.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
}
.tabs-nav a span {
	display: block;
	background-image: url(images/cms/tabs_png.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}

.tabs-nav .tabs-selected a {
	color: #ffffff;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	background-position: 100% -30px;
	outline: 0; /* prevent dotted border in Firefox */
	color: #ffffff;
	background-color: transparent;
}
.tabs-nav .tabs-selected a span {
	background-position: 0 -30px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
	background-position: 0 -30px;
	background-color: transparent;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-container {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.con_inputs    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding: 2px;
	width: 250px;
	border: 1px solid #CCCCCC;
	background-color: #333333;
	margin-bottom: 10px;
}
#comment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #333333;
	height: 150px;
	width: 350px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 2px;
}
.submitbtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #333333;
	border: 1px solid #CCCCCC;
	padding: 2px;
	color: #cccccc;
	cursor: pointer;
	margin-right: 10px;
}
.form_error {
	font-weight: bold;
	color: #ffffff;
	padding-left: 35px;
	display: none;
	position: absolute;
	top: 3px;
	line-height: 40px;
	background-image: url(images/cms/error.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
}
.relativePos {
	display: block;
	clear: both;
	position: relative;
}
#loading_gif {
	clear: none;
	display: none;
	margin-top: 5px;
}
#loading_gif img {
	border: 1px solid #CCCCCC;
}
.thumb {
	float: left;
	margin-right: 12px;
	background-image: url(images/cms/web_name+bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 12px;
	line-height: 25px;
	text-align: center;
}
.thumb a {
	color: #cccccc;
	text-decoration: none;
}
.thumb a:hover {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}

.thumb  img {
	height: 192px;
	width: 192px;
}

/* End of 'site' */

