/* CSS Document */

/* This is the external stylesheet for Advanced Computers */
/* created by Rising Tide New Media - www.risingtidenewmedia.com  */
/* December 2006                                                      */

#wrapper {
	width: 770px;
	margin: 10px auto;
	text-align: left;
	/* border: 1px solid #666666; */
	/* background-image: url(../Images/bg.gif);
	background-repeat: repeat-y; */
}

#banner {
	height: 156px;
	background-image: url(../images/banner.gif);
	border: 1px solid #FFFFFF;
	background-repeat: no-repeat;
}
/* #logo {
	background-image: url(../Assets/pocketwatch.swf);
	background-repeat: no-repeat;
	height: 320px; */
}


#nav{
	border-bottom: 1px solid #000000;
}

#nav ul{
	padding: 0;
	margin: 0;
	background-color:#00FF99;
}

#nav ul li{
	display: inline;
	padding: 0;
	margin: 0;
}

#nav ul li a{
	color: #FFFFFF;
	background-color: #3333CC;
	text-decoration: none;
	padding: 0 25px 0 25px;
	border-right: 1px solid #000000;
	text-align: center;
	width: 9em;
}

#nav ul li a:hover, #nav ul li a:focus{
background-color: #990000;
}

#content p{
	margin: 20px;
	margin-left: 20px;
}

#content h1 {
	font-size: 130%;
	color: #003366;
	padding: 0;
	margin: 20px;
}

#content h2 {
	font-size: 110%;
	color: #003366;
	padding: 0;
	margin: 20px;
}
body  {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
}

p em {
	font-size: 80%;
	color: #990000;
}
p {
	font-size: 80%;
}
.leftimage {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	border: 1px solid #000000;
}
.rightimage {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
	border: 1px solid #000000;
	width: 150px;
}

.clearit {
	clear: both;
	display: block;
}

#footer {
	clear: both;
	border-top: 1px solid #000000;
	background-color: #cccccc;
	color: #FFFFFF;
}

#footer p {
	font-size: 70%;
	margin: 0;
	padding: 10px;
}

#leftcol {
	margin-bottom: 20px;
	float: left;
	width: 200px;
	font-size: 90%;
	padding-bottom: 20px;
	background-image: url(../Images/leftcol/bg.jpg);
	background-repeat: no-repeat;
	height: 900px;
}

#leftcol p {
	margin: 2px;
	margin-left: 4px;
	margin-right: 4px;
}

#leftcol h1 {
	font-size: 130%;
	color: #003366;
	padding: 0;
	margin: 4px;
}

#leftcol h2 {
	font-size: 105%;
	color: #003366;
	padding: 0;
	margin: 4px;
}

#leftcol #nav ul {
	margin: 0; 
	padding: 0;
	background-color: transparent;
	list-style-type: none;

	border: 1px solid #000000;
}

#leftcol #nav ul li a{
	background-color: #869BCC;
	border-bottom: 1px solid #000000;
	color: #000000;
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none; 
	height: 1%;
}

#leftcol #nav a:hover, #leftcol #nav a:focus { 
	background-color: #003366;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

.container {
	font-size: 70%;
	width: 75%;
	float: right;
	padding-right: 5px;
	padding-top: 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 2.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #425929;
	border-bottom: 1px solid #688C40;
	border-left: 1px solid #688C40;
	border-right: 1px solid #141C0D;
	border-top: 1px solid #141C0D;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #76685D;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #A1978F;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #FFFFFF;
}
.altRowOdd{
	background-color: #FFFFFF;
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
.mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* drm font-size: 16px; */
	font-size: 80%;
	width: 400px;
	float: left;
	padding: 20px;
	list-style-image: url(../Images/shoe.gif);
}
