
/* GENERAL --------------------------------------------------------------- */

html {
	height: 100%;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, ul, li, ol, p, a, img, fieldset, legend {
	border: 0 none transparent;
	margin: 0;
	padding: 0;
}

a {
	color: #2088BB;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #F90;
	text-decoration: underline;
}

h1 {
	padding-bottom: 5px;
	font-size: 1.4em;
	/*color: #c00;*/
	color: #ff9900;
	float: none;
	clear: both;
}

p {
	padding-bottom: 1em;
}

input, textarea {
	background: #EBF0F4;
}



/* GENERAL CONTAINERS --------------------------------------------------------------- */

body {
	margin: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.75em;
	text-align: center;
	background: white url(images/bg_white.gif) repeat fixed;
}

#page {
	width: 857px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
}

#footer {
	height: 95px;
	padding-top: 25px;
	text-align: center;
	background: url(images/footer.png) no-repeat;
}

div.clear-it {
	float: none;
	clear: both;
	text-indent: -9999px;
	width: 0;
	height: 0;
}



/* NAVIGATION --------------------------------------------------------------- */

#navigation {
	width: 857px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: url(images/bg_menu_gray.png) no-repeat;
}

#navigation ul {
	width: 600px;
	float: none;
	margin: 0 auto;
	padding: 0;
	font-family: "Arial Black",Tahoma,sans-serif;
	list-style-type: none;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0;
}

#navigation a {
	width: 80px;
	float: left;
	color: #000;
	font-weight: normal;
	text-align: center;
	line-height: 2.2;
}

#navigation a:hover {
	color: #f90;
	text-decoration: none;
}

#navigation a img {
	padding-right: 5px;
}

#content_default {
	padding: 10px 17px 10px 10px;
	background: url(images/page.png) repeat-y;
}

#content_small {
	padding: 10px 17px 10px 15%;
	background: url(images/page.png) repeat-y;
}



/* MAIN PAGE --------------------------------------------------------------- */

div.span-1, div.span-2 {
	padding: 5px;
	background: url(images/bg_feature.gif) repeat-x;
	border-top: 1px solid #999;
}

div.span-1 {
	float: left;
	width: 390px;
}

div.span-2 {
	float: right;
	width: 390px;
}



/* NEWS --------------------------------------------------------------- */

dl.news {
	margin-left: 20px;
}

dl.news dt {
	font-weight: bold;
}

dl.news dd {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000;
}

dl.news p {
	padding-bottom: .5em;
}

ul.showroom {
	list-style-type: none;
	margin-left: 20px;
}

ul.showroom li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000;
}

ul.showroom .image {
	float: left;
	padding-right: 5px;
	width: 100px;
	height: 75px;
}

ul.showroom .header {
	font-weight: bold;
}



/* ABOUT --------------------------------------------------------------- */

#me {
	width: 450px;
	text-align: center;
	padding: 2em 0 2em 0;
}

#me img {
	border: 1px solid #999;
}

div.text_parag {
	float: none;
	clear: both;
	padding-bottom: 2em;
}

div.text_parag ul, div.text_parag2 ul {
	padding-left: 30px;
}

div.text_parag1 {
	float: left;
	width: 450px;
	padding-right: 50px;
	padding-bottom: 2em;
	text-align: justify;
}

div.text_parag2 {
	float: left;
	width: 150px;
	border: 1px solid #999;
	padding: 5px;
	margin-bottom: 20px;
	background: url(images/bg_feature_small.gif) repeat-x;
}



/* FORMS ---------------------------------------------------------------- */

fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 1.5em 0 0 0;
	padding: 0;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style-type: none;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

fieldset label {
	position: relative;
	float: left;
	width: 10em;
	margin-right: 1em;
}

fieldset input.text {
	width: 18em;
}

label em {
	position: absolute;
	left: 10em;
	top: 0;
}

label strong {
	position: absolute;
	left: 37em;
	top: 0.4em;
	width: 19em;
	color: #c00;
	font-size: 80%;
	font-weight: normal;
	text-transform: uppercase;
}

fieldset li.information label {
	text-indent: -9999px;
}

fieldset.submit {
	float: none;
	width: auto;
	padding: 0 0 2em 12em;
}

ul.contact {
	padding-left: 30px;
}



/* CAPTCHA ----------------------------------------------------------------------- */

li.captcha {
	padding-bottom: 2em;
}

li.captcha input {
	width: 8em;
	margin-right: 1em;
}

li.captcha span.image {
	position: relative;
	top: -10px;
}

li.captcha iframe {
	position: absolute;
	top: 0; left: 0;
}

li.captcha span.image a {
	position: absolute;
	top: 30px; left: 0;
	width: 87px;
	cursor: pointer;
	font-size: 80%;
	text-align: center;
}



/* ERRORS    ----------------------------------------------------------------------- */

div.errors {
	width: 450px;
	padding: 10px;
	font-weight: bold;
	border: 1px solid black;
}

div.errors p {
	padding: 0;
}

div.errors ul {
	padding-left: 20px;
	padding-bottom: 10px;
}

div.errors ul li {
	margin-left: 10px;
}


/* PORTFOLIO ----------------------------------------------------------------------- */

#portfolio {
	padding: 0 50px 0 80px;
	float: left;
}

#portfolio ul.thumb {
	clear: both;
	float: left;
	padding-bottom: 2em;
	list-style-type: none;
}

#portfolio ul.thumb li {
	float: left;
	width: 100px;
	height: 100px;
	position: relative;
	padding: 0 10px 10px 0;
}

#portfolio ul.thumb li a {
	float: left;
	width: 100px;
	height: 100px;
	font-size: 80%;
	font-weight: normal;
	color: #fff;
	border: 1px solid #999;
	text-decoration: none;
}

#portfolio ul.thumb li a:hover {
	outline: 2px solid #f90;
}

#portfolio ul.thumb li span.name, #portfolio ul.thumb li span.date {
	display: block;
	position: absolute;
	left: 1px;
	width: 100px;
	line-height: 1.5em;
	text-align: center;
	background: black;
}

#portfolio ul.thumb li span.name {
	bottom: 9px;
}

#portfolio ul.thumb li span.date {
	top: 0;
}

.portfolio_span {
	position: relative;
}

.portfolio_left {
	width: 500px;
	height: 120px;
	padding-right: 50px;
}

.portfolio_right {
	position: absolute;
	top: 0; left: 550px;
	width: 160px;
	height: 80px;
	padding: 5px;
	border: 1px solid #999;
	background: url(images/bg_feature_small.gif) repeat-x;
}

.portfolio_right_span-1 {
	float: left;
	padding-right: 20px;
}

.portfolio_right_span-2 {
	float: right;
}

.portfolio_right_span-1 span, .portfolio_right_span-2 span {
	font-weight: bold;
	padding-left: 1em;
}

ul.order {
	padding-left: 30px;
}

ul.order2 {
	color: #2088BB;
	font-weight: bold;
	list-style-type: none;
}

ul.order2 li label {
	float: left;
	width: 3em;
}

.centered {
	text-align: center;
}

.date_created {
	padding: 0 0 1em 0;
	text-align: center;
	color: #999;
}

#image_navigation {
	margin-bottom: 1em;
	padding-right: 15px;
	line-height: 2;
	background: #EBF0F4;
	text-align: right;
}

#next {
	background: url(images/arrow_next.gif) no-repeat;
	background-position: right bottom;
	padding-right: 15px;
	font-size: 110%;
	color: #2088BB;
}

#prev {
	background: url(images/arrow_prev.gif) no-repeat;
	background-position: left bottom;
	padding-left: 15px;
	font-size: 110%;
	color: #2088BB;
}

.back, .back_top {
	background: #EBF0F4;
	margin-bottom: 1em;
	padding-right: 15px;
	font-size: 11px;
	line-height: 2;
	text-align: right;
}

.back a, .back_top a {
	font-size: 110%;
	color: #2088BB;
	width: 100%;
	display: block;
}

.back span {
	background: url(images/arrow_down.gif) no-repeat;
	background-position: left bottom;
	padding-left: 15px;
}

.back_top span {
	background: url(images/arrow_up.gif) no-repeat;
	background-position: left bottom;
	padding-left: 15px;
}

.add_img {
	padding-bottom: 2em;
}

.add_img_small {
	padding-right: 10px;
	padding-bottom: 2em;
	width: 380px;
}



/* TUTORIALS ------------------------------------------------------------------------- */

ul#tutorials {
	margin-top: 1em;
	list-style-type: none;
}

ul#tutorials li {
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 2em;
	background: #EBF0F4;
	border: 1px solid #999;
}

ul#tutorials li a:hover {
	outline: 2px solid #f90;
}

.tutorial_img {
	width: 300px;
	height: 100px;
	float: left;
	padding: 0;
	margin: 0 1em 0 0;
}

h2 {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 1.25em;
}

.tutorial_descr {
	float: none;
	display: block;
	height: 100px;
}

p.level {
	font-weight: bold;
}


/* VIEW TUTORIAL ------------------------------------------------------------------ */

#tut_banner {
	text-align: center;
	padding-bottom: 1.5em;
}

#tut_body {
	width: 80%;
	margin: 0 auto;
	font-size: small;
	text-align: justify;
}

#tut_body .tut_img {
	text-align: center;
	padding-bottom: 1em;
}

#tut_body ul {
	padding-bottom: 1.5em;
	text-align: center;
	list-style-type: none;
}

#tut_body ol {
	margin-left: 3em;
	padding-bottom: 1em;
}

#tut_signature {
	padding-bottom: 1em;
}

#tut_signature p {
	margin: 0;
	padding: 0;;
}

#author {
	font-weight: bold;
}



/* GUESTBOOK -------------------------------------------------------------- */

dl.guestbook {
	width: 600px;
	padding-bottom: 1em;
}

dl.guestbook dt {
	position: relative;
	font-weight: bold;
}

dl.guestbook span {
	font-weight: normal;
	font-size: 80%;
	margin-left: 1em;
}

dl.guestbook span.homepage {
	position: absolute;
	top: 0; right: 0;
	font-weight: normal;
	font-size: 80%;
}

dl.guestbook dd {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000;
}



/* AWARDS ----------------------------------------------------------------- */

ul#awards {
	width: 600px;
	margin: 0 auto;
	list-style-type: none;
	text-align: center;
}

ul#awards li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted black;
}

ul#awards li p {
	margin: 0;
	padding: 0;
}

ul#awards li p.caption {
	padding: 0;
	font-weight: bold;
	font-size: 110%;
}



/* LINKS ---------------------------------------------------------------- */

#links {
	width: 600px;
	margin: 0 auto;
}

ul.links {
	margin-bottom: 2em;
	list-style-type: none;
}

ul.links li {
	float: none;
	clear: left;
	border-bottom: 1px dotted black;
}

ul.links .link {
	float: left;
	width: 220px;
}

ul.links .name {
	float: left;
	width: 280px;
}



/* FAST CHECK ---------------------------------------------------------------- */

#fastCheck .fs_banner {
	text-align: center;
}

#fastCheck .fs_download {
	padding: 1em 0 0 0;
	text-align: right;
}

#fastCheck .fs_TOU {
	padding: 0 0 2em 0;
	text-align: right;
}

#fastCheck .img {
	text-align: center;
	padding-bottom: 2em;
}

#fastCheck .fs_blue {
	padding: 5px;
	margin-bottom: 3em;
	background: #EBF0F4;
}

#fastCheck table {
	width: 80%;
	text-align: center;
}












