﻿/* --------------------------------------------------
CSS Document For V-Com
-------------------------------------------------- */

/* CONTAINER */

#envelope
{
	width: 778px;
	margin: 0 auto;
	line-height: 1.6em;
	background-image: url(../img/bodybg.gif);
	background-position: center;
	padding: 0px;
}
#container
{
	width: 750px;
	margin: 0 auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #666;
	background-color: #fff;
	background-image: url(../img/body_bg.gif);
	overflow: visible;
	padding: 0px;
}

/* GENERAL STYLES */

body
{
	background-color: #e5e5e5;
	margin-top: 0px;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #c63;
	padding-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	font-style: italic;
	line-height: 24px;
}

h2
{
	color: #c63;
	font-size: 19px;
	font-family: "Century Gothic" , Arial, Helvetica, sans-serif;
	background-color: #fff;
	padding-bottom: 6px;
	font-weight: bold;
	line-height: 24px;
}

h3
{
	font-size: 12px;
	margin-bottom: 7px;
	color: #416ec9;
}

a
{
	color: red;
	text-decoration: none;
}

a:hover
{
	color: #244892;
}


#logo
{
	float: right;
	margin-top: -88px;
	font-size: 9px;
}

input
{
	background-color: #fff;
	color: #999;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}

.button
{
	padding: 2px;
}

blockquote
{
	background-image: url(../img/backgrounds/bq.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding: 5px;
	margin: 0px;
	border: 1px solid #eee;
	font-family: "Trebuchet MS" , Tahoma, Verdana;
}

/* HEADER */

#header
{
	border-bottom: 2px solid #416EC9;
	padding-top: 10px;
	padding-right: 10px;
	clear: both;
	margin-bottom: 10px;
	background-image: url(../img/header.gif);
	height: 91px;
	text-align: right;
}

#header p
{
	margin-top: -20px;
	margin-left: 30px;
	color: #999;
}

img
{
	border: 0px;
}

/* NAVIGATION */

#navigation
{
	padding: 0px;
}
#navigation ul
{
	position: absolute;
	margin-left: 0;
	list-style-type: none;
	float: left;
	width: 145px;
	margin-top: -10px;
	padding: 0;
}

#navigation ul li 
{
	display: inline;
}

#navigation a
{
	display: block;
	padding: 5px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	color: #fff;
	font-weight: normal;
}

#navigation a:link, #navlist a:visited
{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#navigation a:hover
{
	background: #000 url(../img/arrow.gif) 96% 50% no-repeat;
	background-color: #5475b9;
	color: #ff0;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}

/* THE SMALL BOX */

#navigation p
{
	margin-top: 40px;
	padding: 5px;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}

/* CONTENT */

#content
{
	width: 377px;
	margin-left: 155px;
	margin-right: 205px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: visible;
	padding: 0px;
	/*border: solid 1px;*/
}

#content p
{
	margin-top: -5px;
	padding-bottom: 10px;
	font-size: 13px;
	/*color: #666;*/
}

#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #thread
{
	padding-left: 10px;
	padding-right: 3px;
}

.above
{
	margin: 0;
	border-top: 1px solid #d3dae9;
	border-bottom: 1px solid #d3dae9;
	overflow: visible;
}

#content li
{
	font-size: 12px;
	padding-bottom: 5px;
}
#content table
{
	width: 97%;
	margin: 7px auto;
	border-collapse: collapse;
	margin-left: 10px;
}
#content table th
{
	background-color: #ee0;
	text-align: left;
	padding-left: 5px;
}
#content textarea
{
	width: 99%;
}
#content input
{
	width: 50%;
}
#content h3
{
	font-size: 12px;
	margin-bottom: 16px;
	color: #fff;
	background-color: #7092d7;
	padding: 3px;
	padding-left: 10px;
	margin-left: 0px;
	overflow: visible;
}
#content h6
{
	font-size: 16px;
	color: #f00;
	padding: 0px;
	padding-left: 10px;
	margin: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#boxed
{
	color: #fff;
	font-size: 12px;
	background-color: #7092d7;
	padding: 10px 10px 0 0;
	font-weight: bold;
	overflow: visible;
}
#boxed table tr td
{
	padding: 0px 10px 10px 10px;
}
#boxed li, #boxed
{
	font-size: 16px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#boxed p
{
	font-size: 16px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

/* SIDEBAR */

#sidebar
{
	float: right;
	width: 175px;
	margin-right: 10px;
}

#sidebar p
{
	padding-bottom: 10px;
	border-bottom: 1px solid #d3dae9;
}

/* FOOTER */

#footer
{
	margin-top: 0px;
	clear: both;
	padding: 10px 15px 0px 0px;
	background-color: #416ec9;
}

#footer p
{
	color: #fff;
	padding: 0px;
	text-align: right;
}

#footer p a
{
	color: #89817f;
}

#footer p a:hover
{
	color: #fff;
	background-color: #575352;
}


