﻿/*
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: #808080;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
margin-top: 27px;
margin-bottom: 45px;
background: #e7100e url('../images/b_01.jpg') no-repeat top center;
text-align: center; /* apply only for center div otherwise use left */
}

table {
width: 100%;
margin: 0px;
text-align: center;
border-collapse: collapse;
}

tr {
padding: 5px;
border: 0px solid #000000;
color: #c0c0c0;
font-size: 10px;
line-height: 1.3em;
}

td {
padding: 5px;
border: 0px solid #000000;
color: #c0c0c0;
font-size: 10px;
line-height: 1.3em;
}

ul {
list-style-type: square;
color: #999999;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 1.8em;
}

img {
border-width: 0px;
}

h1 {
color: #999999;
font-family: 'Trebuchet MS', verdana, sans-serif;
font-weight: normal;
font-size: 18px;
text-decoration: none;
text-indent: 0px;
}

h2 {
color: #e7100e;
font-family: 'Trebuchet MS', verdana, sans-serif;
font-weight: bold;
font-size: 14px;
text-decoration: none;
text-indent: 0px;
}

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

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

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

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

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

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

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

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

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

/* Centering Container
////////////////////////////////////////////////////////////////////////////////// */

#container_center {
width: 788px;
margin: 0 auto;
text-align: left;
}

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

#header {
width: 778px;
height: 93px;
padding-top: 10px;
padding-right: 10px;
margin: 0px;
text-align: right;
color: #ffffff;
font-size: 10px;
background: #666666 url('../images/header.gif') no-repeat;
}

#navigation {
width: 788px;
height: 20px;
padding: 0px;
margin: 0px;
text-align: right;
background: #666666 url('../images/navigation.gif') no-repeat;
}

#strip {
width: 788px;
height: 13px;
padding: 0px;
margin: 0px;
border-top: 1px solid #e7100e;
background: #333333;
}

#multimedia_home {
width: 788px;
padding: 0px;
margin: 0px;
text-align: right;
background: #ffffff url('../images/side_home.gif') no-repeat left;
}

#multimedia {
width: 788px;
padding: 0px;
margin: 0px;
text-align: right;
background: #ffffff url('../images/side.gif') no-repeat left;
}

#content_home {
width: 528px;
padding-top: 0px;
padding-bottom: 30px;
padding-left: 240px;
padding-right: 20px;
margin: 0px;
text-align: left;
line-height: 1.5em;
background: #ffffff url('../images/home.gif') repeat-y left;
}

#content {
width: 728px;
padding-top: 0px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
margin: 0px;
text-align: left;
line-height: 1.5em;
background: #ffffff;
}

#footer {
width: 778px;
padding-top: 10px;
padding-right: 10px;
margin: 0px;
text-align: right;
color: #ffffff;
font-size: 10px;
background: #e7100e;
}

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

.font_grey_10 {
color: #c0c0c0;
font-size: 10px;
line-height: 1.3em;
margin-top: -15px;
}

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

.input_grey {
color: #666666;
font-size: 11px;
border: 1px solid #999999;
padding: 2px;
margin-bottom: 5px;
background: #ffffff;
}

.input_red {
color: #666666;
font-size: 11px;
border: 1px solid #ff0000;
padding: 2px;
margin-bottom: 5px;
background: #ffffff;
}

.submit {
color: #999999;
font-size: 11px;
font-weight: normal;
border: 1px solid #999999;
background: #ffffff;
}

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

.box {
color: #ffffff;
border: 1px solid #c0c0c0;
padding: 6px;
margin: 0px;
background: #ffffff url('../images/loading.gif') no-repeat center center;
}

.close{
color: #999999;
font-size: 11px;
font-weight: normal;
border: 1px solid #999999;
background: #ffffff;
}
