﻿/***********************************************/
/* Dona Gelsinger website CSS Template	       */
/*       									   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
   background: #F7F7F6 url("background.jpg") repeat-y 50% 0;
   background-attachment: fixed;
   margin: 0;
   padding: 0;
   text-align: center;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 960px;
	position: relative;
}

#footer {
	position: relative;
	background-color: #738F6E;
	border-top: 1px solid #FFFFFF;
	width: 960px;
	margin: 0px auto;
	padding: 5px 0;
	clear: both;
}

#footer h2 {
	margin: 0;
	text-align: center;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #33FFFF;
}
#footer h2 a:visited, #footer h2 a:link {
	color: #33FFFF;
	text-decoration: none;
	border-bottom: 1px #D3D8C4;
}
#footer h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.clear {
	clear: both;
}	
	
h1 {
	width: 960px;
	height: 170px;
	text-indent: -9999px;
	background: url(header.jpg);
	margin: 0;
	padding: 0;
}

#content {
	width: 750px;
	float:	left;
	padding-left: 5px;
	margin-left: 5px;
}
#content a:visited, #content a:link {
	color: #FFFFFF;
	text-decoration:	underline;
}
#content a:hover {
	color:#6F50A3;
	text-decoration: underline;
}
#content h2 {
	font: normal 18px Georgia, Times New Roman, Times, serif;
	color: #F3F9F0;
	width: 500px;
	padding: 0 0 0 0px;
}
.text {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #33FFFF;
	margin-bottom: 10px;
	}
#products {
	width: 750px;
	float:	left;
	padding-left: 5px;
	margin-left: 5px;
}
.image {
	margin: 5px;
	padding: 0;
}
#right {
	width: 178px;
	float: right;
	border-right-style: groove;
	border-left-style: groove;
	border-bottom-style: groove;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
#imageRight {
	width: 178px;
	float: right;
	padding: 10px;	
}

#navcontainer {
	width: 178px;
}

#navcontainer ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
 	font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 20px;
	letter-spacing: 1px;
	border-bottom: 1px solid #fff;
}

#navcontainer a {
 	display: block;
 	width: 178px;
 	height: 22px;
}

#navcontainer a:link, #navcontainer a:visited {
	background: url(btn.gif);
 	color: #5C604D;
 	text-decoration: none;
}

#navcontainer a:hover {
	background: url(btnro.gif);
	color: #A5003B;
	text-decoration: none;
}

#favlinks {
	text-align: center;
	width: 178px;
	padding-right: 0px;
	margin-top: 10px;
}
#favlinks h2 {
	color: #5D6B90;
	margin: 0 0 0 0;
	padding: 0;
	font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
}
#favlinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.extlinks li {
	padding-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
}
.extlinks a:link {
 	color: #5C604D;
 	text-decoration: none;
}

.extlinks a:visited {
 	color: #5C604D;
 	text-decoration: none;
}

.extlinks a:hover {
	background-color: #C3C9B1;
	color: #5C604D;
	text-decoration: none;
	border-bottom: 1px solid #A5003B;
}
#search {
	text-align: center;
	width: 178px;
	padding-top: 10px;
}
