html, body {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(bg_main.gif);
	text-align: center;
}

img { border: 0; }

#content {
	margin: 0 auto;
	text-align: center;
	background-color: #D8D8D8;
	border: solid 1px #777;
	border-width: 0 1px 1px 1px;
	padding: 10px;
	width: 770px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 750px;
}

a, a:visited {
	color: #F00;
	text-decoration: underline;
}
a:hover, a:active {
	color: #3383B8;
	text-decoration: underline;
}

/* logo */
#logo {
	background: url(logo_bg.gif) top left repeat-x;
	height: 77px;
	text-align: left;
	margin-bottom: 5px;
}

#logo1 {
	background: url(logo_right.gif) top right no-repeat;
	height: 77px;
	text-align: left;
}

/* navigation */
.navigation {
	font-size: 11px;
	color: #606060;
	text-align: center;
	line-height: 1.5em;
}

.navigation a, .navigation a:visited {
	color: #F00;
	text-decoration: none;
}
.navigation a:hover, .navigation a:active {
	color: #3383B8;
	text-decoration: underline;
}

h1 {
	color: #4796CA;
	font-weight: bold;
	margin: 5px auto;
	padding: 0;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 a, h1 a:visited { 
	text-decoration: none;
	color: #4796CA;
}

h1 a:hover, h1 a:active {
	text-decoration: underline;
	color: #4796CA;
}

/* items */
.items-left {
	width: 372px;
	text-align: left;
	float: left;
}

.items-right {
	width: 372px;
	text-align: right;
	float: right;
}

/* small item */
.item {
	position: relative;
	width: 372px;
	height: 136px;
	background: url(item.gif) top left no-repeat;
	margin: 5px 0;
}

.item-sample {
	position: absolute;
	left: 13px;
	top: 14px;
}

#item-full .item-sample {
	top: 13px;
}

.item-text {
	position: absolute;
	left: 214px;
	top: 10px;
	color: #666;
	text-align: left;
	width: 150px;
}

#item-full .item-text {
	left: 8px;
	top: 133px;
	width: 195px;
}

.item-text b, .item-text h3 {
	color: #000;
	font-weight: normal;
}

.item-text h3 {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.item-text a, .item-text a:visited, h3 a, h3 a:visited {
	text-decoration: none;
	color: #000;
}

.item-text a:hover, .item-text a:active, h3 a:hover, h3 a:active {
	text-decoration: underline;
	color: #000;
}

.item-download {
	margin-top: 20px;
	margin-left: 8px;
	font-size: 11px;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #3383B8;
}

.item-download a, .item-download a:visited {
	text-decoration: none;
	color: #F00;
}

.item-download a:hover, .item-download a:active {
	text-decoration: underline;
	color: #3383B8;
}

/* full item */
#item-full {
	height: 248px;
	background: url(item_full_bg.gif) top left repeat-x;
	margin: 5px 0;
	position: relative;
}

#item-full-left {
	height: 248px;
	background: url(item_full_left.gif) top left no-repeat;
}

#item-full-right {
	height: 248px;
	background: url(item_full_right.gif) top right no-repeat;
}

.item-download-button a {
	margin-top: 16px;
	margin-left: 47px;
	display: block;
	width: 97px;
	height: 25px;
	background: url(download.gif) top left no-repeat;
}

.item-download-button a:hover {
	background: url(download.gif) bottom left no-repeat;
}

.item-download-button a span { display: none; }

.item-notes {
	position: absolute;
	left: 212px;
	top: 8px;
	font-size: 10px;
	color: #444;
	text-align: left;
	border: solid 1px #52ACE8;
	width: 527px;
	height: 229px;
	overflow: auto;
	background: #FFF url(item_full_text.gif) top left repeat-x;
	padding: 2px;
}

h6, .item-notes h6 {
	color: #4796CA;
	font-weight: bold;
	margin: 3px auto 5px auto;
	padding: 0;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* text */
.text {
	font-size: 11px;
	color: #444;
	text-align: left;
	border: solid 1px #52ACE8;
	background: #FFF url(item_full_text.gif) top left repeat-x;
	padding: 2px;
}
.text1 {
    font-size: 11px;
    color: #444;
    text-align: left;
    border: solid 1px #52ACE8;
    background: #FFF url(item_full_text.gif) top left repeat-x;
    padding: 10px;
}
.text1 a{
   color: #4796CA;
}
.text1 a:hover{
 color: #F00;
}
.text h6 {
	color: #4796CA;
	font-weight: bold;
	margin: 3px auto 5px auto;
	padding: 0;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

div.text-center {
	text-align: center;
}

div.text-nograd {
	background: #F4F4F4;
}

/* copyright */
#copyright {
	margin-top: 5px;
	padding: 10px;
	padding-bottom: 0;
	text-align: center;
	color: #888;
	font-size: 10px;
	line-height: 1.5em;
}
#copyright a, #copyright a:visited {
	color: #666;
	text-decoration: underline;
}
#copyright a:hover, #copyright a:active {
	color: #F00;
	text-decoration: underline;
}


/* contact form */
form, input { 
	display: inline; 
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

form {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 1.6em;
}

input, textarea {
	background-color: #DDD;
	border: solid 2px #888;
	color: #000;
}

input.submit {
	font-size: 12px;
	font-weight: bold;
}

input.message, textarea {
	font-size: 12px;
	width: 700px;
}

textarea {
	height: 150px;
}

input:hover, textarea:hover {
	background-color: #EEE;
	border: solid 2px #52ACE8;
}

input:focus, textarea:focus {
	background-color: #F8F8F8;
	border: solid 2px #52ACE8;
}
