/*
*
*  Project:     ProSource Imports - style.css
*  Author:      Clinton De Young
*  Date:        April 10, 2006
*
*/

body
{
    background-color: #000066;
    font-family: Arial;
    margin: 0;
}

img
{
    border: white solid 2px;
	align: center;
}

a:link
{
	color: #2A1FAA;
	text-decoration: underline;
}

a:visited
{
	color: #009FFF;
	text-decoration: underline;
}
a:hover
{
	color: #990000;
	text-decoration: underline;
}

.blue
{
	background-color: white;
	color: #000066;
	width: 99%;
}

.labels
{
	background-color: #EEEEEE;
	color: #000066;
	width: 40%;
}

.trucklabels
{
	background-color: #EEEEEE;
	color: #000066;
	width: 60%;
}

.forminput
{
	width: 60%;
}

.form_headers
{
	background-color: #CCCCCC;
	color: #000066;
}

.bluebuttons
{
	background-color: #000066;
	color: white;
}

#main
{
    background-color: #000066;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-align: left;
}

#logo
{
    background: url(/images/prosource2.jpg) no-repeat;
    padding: 165px 0 0 0;
    border-bottom: white solid 1px;
}


#content
{
    width: 800px;
    background-color: transparent;
}


/* Left Side */
#leftside
{
    float: left;
    width: 200px;
    border-right: white solid 1px;
    background-color: white;
}

#about
{
    display: block;
    background-color: #000066;
    padding: 10px 10px;
    font-size: 10pt;
    color: white;
}

/* Right Side */
#rightside
{
    float: right;
    width: 596px;
    padding: 20px 0 0 0;
}

#menu
{
    width: 200px;
    left: 0;
    top: 0;
    background-color: #000066;
    border-right: white solid 1px;
    border-bottom: white solid 1px;
}

#menupic
{
    width: 200px;
    left: 0;
    top: 0px;
	padding-top: 5px;
    background-color: #000066;
}

#menu a:link
{
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    background-color: transparent;
    padding: 5px 35px;
    border-width: 0px;
}

#menu a:visited
{
    display: block;
    font-size: 12px;
    font-weight: bold;
	color: white;
    text-decoration: none;
    background-color: transparent;
    padding: 5px 35px;
    border-width: 0px;
}

#menu a:hover
{
	color: white;
    background-color: #4F89FF;
}

/* Cleaner */
.cleaner
{
	clear: both;
}

/* Bottom Shadow */
#shadow
{
    background: #000066 url(../images/shadow.jpg) no-repeat;
    width: 804px;
    padding: 16px 0 0 0;
    margin-left: auto;
    margin-right: auto;
}

/* Copyright */
#copyright
{
    background-color: #000066;
    color: white;
    text-align: center;
    font-size: 10pt;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid white;
}

#counter
{
    background-color: #000066;
    color: yellow;
    text-align: center;
    font-size: 12pt;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid white;
}

#bottomlinks
{
    background-color: #2A3FFF;
    color: white;
    text-align: center;
    font-size: 10pt;
    width: 596px;
    margin-left: auto;
    margin-right: auto;
}

#bottomlinks a:link
{
    color: white;
    text-decoration: underline;
    background-color: transparent;
}

#bottomlinks a:visited
{
	color: white;
    text-decoration: underline;
    background-color: transparent;
}

#bottomlinks a:hover
{
	color: white;
    background-color: #4F89FF;
    text-decoration: underline;
}

#leftside a:link
{
    color: white;
    text-decoration: underline;
    background-color: transparent;
}

#leftside a:visited
{
	color: white;
    text-decoration: underline;
    background-color: transparent;
}

#leftside a:hover
{
	color: white;
    background-color: #4F89FF;
    text-decoration: underline;
}

#maillink
{
	background-color:#000066;
	color: white;
	text-align:center;
	font-size:12px;
}

#maillink a:link
{
 color: white;
    text-decoration: underline;
    background-color: transparent;
}

#maillink a:visited
{
	color: white;
    text-decoration: underline;
    background-color: transparent;
}

#maillink a:hover
{
	color: white;
    background-color: #4F89FF;
    text-decoration: underline;
}

/* Round boxes */
.box
{
    color: #2d486c;
    font-size: 10pt;
    background-color: transparent;
    margin: 0 20px 10px 20px;
}

.lowerbox
{
    color:#2A3FFF;
    font-size: 10pt;
    background-color: transparent;
    margin: 3% 20% 3% 20%
}

.lowerborder
{
    height: 1px;
    overflow: hidden;
    background-color: #2A3FFF;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

.roundborder
{
    height: 1px;
    overflow: hidden;
    background-color: white;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

.c1
{
    margin: 0 12px;
    border: none;
    background-color: black;
}

.c2
{
    margin: 0 9px;
    border-width: 0 3px;

}

.c3
{
    margin: 0 7px;
    border-width: 0 2px;
}

.c4
{
    margin: 0 6px;
}

.c5
{
    margin: 0 5px;
}

.c6
{
    margin: 0 4px;
}

.c7
{
    margin: 0 3px;
}

.c8
{
    margin: 0 2px;
    height: 2px;
}

.c9
{
    margin: 0 1px;
    height: 3px;
}

.content
{
    height: auto;
    width: 524px;
    padding: 0 15px;
}

.lowercontent
{
    height: auto;
    padding: 0 15px;
}

/* Header class for round boxes */
.headers
{
    font-size: 14pt;
    font-weight: bold;
}

.linkspagebody
{
	color:#2A00AA;
}

.linkentries
{
	width: 50%;
	color: blue;
}

#LinksPagemain
{
    background-color: #000066;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-align: left;
}

#Linkslogo
{
    background: url(/images/prosource2.jpg) no-repeat;
    padding: 165px 0 0 0;
    border-bottom: white solid 1px;
}

#LinksPageBoxContent
{
    background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
}

#LinksPageBody
{
    float: center;
    width: 100%;
    padding: 20px 0 0 0;
}

.LinksPagebox
{
    color: #2d486c;
    font-size: 10pt;
    background-color: transparent;
	 margin: 0 20px 0px 20px;
}

#xhtmlpic
{
float: right;
}




