
body {
	margin:0px;
	padding-bottom:20px;
	background: url(bg-m.gif) top right no-repeat fixed #FBF4EA;
	/*General font's settings here*/
	color:#333;
	font: 90% Arial, Helvetica, sans-serif;
	text-align:justify;
}

/*________________________________ CONTENT*/

#container {
	width:980px;
	margin:auto;
	position:relative;
}

#content {
	background:url(bg-content.png) repeat-y;
	padding-left:15px;
	padding-right:15px;
	float:left;
}

#IEroot6 #content {
	background:url(bg-content.gif) repeat-y;
}

/*________________________________ HEADER*/
#header {
	width:980px;
	height:243px;
	background:url(header.png) no-repeat;
	text-align:center;
}

#IEroot6 #header {
	background:url(header.gif) no-repeat;
}

.logo-link {
	width:440px;
	height:180px;
	border:none;
}

#header-left {
	float:left;
	margin-left:15px;	
}

#header-right {
	float:right;
	margin-right:15px;	
}

#header-left,
#header-right  {
	margin-top:5px;
	font-size:140%;
}


/*________________________________ NAV BAR*/

#nav-bar {
	position:relative;
	float:left;
	width:239px;
	text-align:left;
}

#nav-bar ul {
	margin-left: 1px;
	padding-left: 0;
	list-style-type: none;
	font: 100% Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#nav-bar a {
	background:url(bullet-bg.gif) no-repeat #333;
	display: block;
	padding:15px;
	padding-left:60px;
	text-decoration:none;
	border-bottom:1px solid #333;
}

#IEroot6 #nav-bar a {
	padding:3px;
	padding-left:55px;
	line-height:40px;
	width:178px;
}

#nav-bar a:link,
#nav-bar a:visited {
	color: #FFF8E8;
	text-decoration:none;
}

#nav-bar a:hover {
	color: #fff;
	background:url(bullet.gif) no-repeat #282828;
	text-decoration:underline;
	border-bottom:1px solid #1D1D1D;
}

#site-info {
	position:relative;
	float:left;
	width:676px;
	padding: 0 15px 20px 20px;
}

/*________________________________ FOOTER*/

#footer {
	background:url(bg-footer.png) no-repeat;
	width:950px;
	height:70px;
	position:relative;
	margin:auto;
	color:#333;
	font-size:80%;
	float:left;
	padding:30px 15px 0 15px;
}

#IEroot6 #footer {
	background:url(bg-footer.gif) no-repeat;
}

#footer-left {
	float:left;
}

#footer-right {
	float:right;
	text-align:right;
}

/*________________________________ LINKS*/

a:link {
	color:#666;
	text-decoration:underline;
	padding:1px 3px;
}

a:visited {
	color:#666;
	background:inherit;
}

a:hover {
	color:#fff;
	text-decoration:none;
	background:#282828;
}


#site-info a:link,
#site-info a:hover {
	padding:0;
}

#header a:link,
#header a:hover {
	padding:0;
	background:none;
}

/*________________________________ THUMBNAIL LINKS - PREVIEW*/

.thumbnail-link,
a:visited .thumbnail-link {
	border: 1px solid #333;
	padding:5px;
	background:#333;
}

a:hover .thumbnail-link {
	border: 1px solid #000;
	border-bottom: 1px solid #fff;
	background:#fff;
}

/*Preview Thumbnail links*/

.preview {
	border: #666 1px dotted;
	padding:5px;
	padding-right:6px;
	background:#FBF4EA;
}

.preview-thumbnail-link {
	margin:5px;
	border: 10px solid #002137;
}

a:hover .preview-thumbnail-link {
	border: 10px solid #003C62;
}

a:active .preview-thumbnail-link {
	border: 10px solid #000;
}

/*________________________________ PRODUCT NAME*/
div.name {
	padding:3px;
	padding-bottom:5px;
	text-align:center;
	background:#333;
	color:#FFF8E8;
	font:90% Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	text-decoration:none;
}

a:hover div.name {
	background:#FFF8E8;
	color:#333;
	border: 1px solid #000;
	border-top:none;
	font-weight:bold;
}

#IEroot a:hover div.name {
	background:#282828;
	border-top: 1px solid #999;
	color:#fff;
	font-weight:normal;
}

/*________________________________ CONTACT FORM*/

#contact {
	position:relative;
	top:20px;
	margin:auto;
	width:550px;
	padding:10px;
	background:#FBF4EA;
	border: #999 1px dotted;
	font-size:85%;
	color:#222;	
}

/*________________________________ STYLES*/

.border {
	border: #F0CB1E 1px solid;
}

.clear {
	clear:left;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:left;
	font-size:150%;
	margin-bottom:0;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003C62;
	font-size:170%;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.float-right {
	float:right;
}

.float-left {
	float:left;
}

.align-middle {
	vertical-align:middle;
}

.text-small {
	font-size:85%;
	font-style:normal;
	color:#999;
}

hr {
	width:100%;
	height:2px;
	border-bottom:#999 1px dotted;
	border-top:#F4E1C4 1px solid;
	border-left:0px;
	border-right:0px;
	text-align:center;
}


/* FORMS
----------------------------------------------- */

button {
	background:url(bullet-bg.gif) no-repeat #333 -20px -9px;
	padding:5px;
	padding-left:30px;
	color:#fff;
	border:2px solid #666;
	font-weight:bold;
}

#IEroot6 button {
	background:url(bullet.gif) no-repeat #333 -15px -10px;
	padding-left:15px;
}

button:hover {
	background:url(bullet.gif) no-repeat #333 -20px -9px;
	border:2px solid #333;
}

input[type="text"],
textarea {
	background:#E5E5E5;
	border:1px solid #999;
	font: 110% Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:130%;
	color:#666;
	padding:5px 0px 0px 5px;
	height:23px;
}

textarea {
	height:auto;
	width:95%;
}

.fields {
	width:95%;
}

input:focus,
select:focus,
textarea:focus {
	border:1px solid #333;
	background:#fff;
	color:#333;
}
