﻿/* 
Author: The iNet Group
Author URL: http://www.iNetGroup.com
Media: Screen
Type: Master CSS
Other credits: Denoted below w/comments
*/

html {
height: 100.02%;
}

/* Global Selectors
////////////////////////////////////////////////////////////////////////////////// */

body {
color: #999999;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
text-decoration: none;
margin-top: 70px;
background: #111111 url('../images/b_01.jpg') 50% 0;
background-repeat: no-repeat;
}

td, tr, p {
color: #999999;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
text-decoration: none;
}

h1 {
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

h2 {
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

a {
color: #FF0000;
text-decoration: underline;
}

a:link {
color: #FF0000;
text-decoration: underline;
}

a:visited {
color: #FF0000;
text-decoration: underline;
}

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

a:active {
color: #FF0000;
text-decoration: underline;
}

/* 1 Column Content
////////////////////////////////////////////////////////////////////////////////// */

#header {
background: #000000;
padding: 0px;
width: 754px;
margin-bottom: 5px;
border: 1px solid;
border-color: #333333;
}

#navi {
background: #000000;
padding: 0px;
width: 754px;
margin-bottom: 5px;
border: 1px solid;
border-color: #333333;
}

#multimedia {
background: #000000;
padding: 0px;
width: 754px;
margin-bottom: 5px;
border: 1px solid;
border-color: #333333;
}

#content {
background: #000000 url('../images/b_02.jpg');
background-repeat: no-repeat;
background-position: bottom;
padding: 0px;
width: 754px;
margin-bottom: 0px;
border: 1px solid;
border-color: #333333;
}

#footer {
background: #111111 url('../images/b_03.jpg');
background-repeat: no-repeat;
padding: 0px;
width: 850px;
height: 130px;
margin-bottom: 20px;
}

.s_content {
padding: 20px;
margin: 0px;
text-align: left;
line-height: 1.3em;
}

.s_content_footer {
color: #555555;
font-size: 10px;
padding: 5px 50px 0px 0px;
margin: 0px;
text-align: right;
line-height: 1.3em;
}

.s_content_footer a {
color: #990000;
text-decoration: underline;
}

.s_content_footer a:link {
color: #990000;
text-decoration: underline;
}

.s_content_footer a:visited {
color: #990000;
text-decoration: underline;
}

.s_content_footer a:hover {
color: #555555;
text-decoration: underline;
}

.s_content_footer a:active {
color: #990000;
text-decoration: underline;
}

/* Forms
////////////////////////////////////////////////////////////////////////////////// */

.f_input_grey {                
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
border: 1px solid #FF0000;
padding: 5px;
}

.f_input_red {                
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
border: 1px solid #FF0000;
padding: 5px;
}

/* Fonts
////////////////////////////////////////////////////////////////////////////////// */

.t_xxx_10 {               
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 100%;
text-align: left;
}

.t_xxx_12 {                
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
line-height: 100%;
text-align: left;
}

/* Boxes
////////////////////////////////////////////////////////////////////////////////// */

.pic {
color: #009933;
background: #222222 url('../images/loading.gif') no-repeat 50% 50%;
border: 1px solid #FF0000;
margin: 0px 0px 0px 0px;
padding: 6px;
}

.pic_left {
float: left;
color: #009933;
background: #222222 url('../images/loading.gif') no-repeat 50% 50%;
border: 1px solid #FF0000;
margin: 0px 12px 12px 12px;
padding: 6px;
}

.pic_right {
float: right;
color: #009933;
background: #222222 url('../images/loading.gif') no-repeat 50% 50%;
border: 1px solid #FF0000;
margin: 0px 12px 12px 12px;
padding: 6px;
}