﻿/* ------------------ BASICS -------------------------- */
*, html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #2B2C7C;
	font-family: "Futura Md BT", Ariel, Helvetica, non-serif;
}
#wrapper {
	background-color: #2B2C7C;
	text-align: center;
	width: 100%;
	
}
#wrapper tr {
	vertical-align:top;
}
#content {
	position: relative;
	top: -5px;
	vertical-align: top;
	margin: 0 auto;
}
#main {
	background-position: center;
	background-color: #2B2C7C;
	background-image: url('images/background.jpg');
	background-repeat: repeat-y;
	width: 800px;
	height: 100%;
	text-align: center;
}
#footer {
	background-position: top;
	background-color: #2B2C7C;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	height: 40px;
	font-size: 10px;
	line-height:40px;
}
#copyright {
	font-size: 10px;
}

#flash {
	margin-top:-3px;
}
img {
	border: none;
	padding: 0;
	margin: 0;
}

.block {
	margin: 20px 40px 0 40px;	
}
.textblock_left {
	width: 50%;
	vertical-align: top;
	padding: 0pt 20px 10px 0;
}
.textblock_right {
	width: 50%;
	vertical-align: top;
	padding: 0pt 20px 10px 0;
}

.introtext {
	font-size: 14px;
}

p {
	text-align: justify;
	padding: 0pt 2px 10px 2pt;
	font-size: 12px;
}
/* ------------------ NAVIGATION -------------------------- */
#navigation {
	float: left;
	width: 100%;
	text-align: right;
	white-space: nowrap;
}
#navigation ul {
	list-style-type: none;
	display: block;
	font-size: 12px;
	line-height: 25px;
	position: relative;
	/**top: -107px!important;*/
	top:135px;
	right: -6px;
	margin-left: -10px;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #761A1A;
}
#navigation ul li a:link, #navigation ul li a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #2B2C7C;
	padding: 0 10px 0 20px;

}
#navigation ul li a:hover, #navigation ul li a:active {
	background-color: #da3038;
}

#home #navigation ul li a.home, #home #navigation ul li a.home:hover {background-color: #454794;}
#hardware #navigation ul li a.hardware, #hardware #navigation ul li a.hardware:hover {background-color: #454794;}
#software #navigation ul li a.software, #software #navigation ul li a.software:hover {background-color: #454794;}
#services #navigation ul li a.services, #services #navigation ul li a.services:hover {background-color: #454794;}
#useful #navigation ul li a.useful, #useful #navigation ul li a.useful:hover {background-color: #454794;}
#faq #navigation ul li a.faq, #faq #navigation ul li a.faq:hover {background-color: #454794;}
#contact #navigation ul li a.contact, #contact #navigation ul li a.contact:hover {background-color: #454794;}

/* ------------------ SINGLE ITEMS -------------------------- */

#benefits  {
	font-size: 16px;
	padding: 15px 0 30px 0;
	font-weight: bold;
	list-style-type: none;
	/*color: #454794;*/
}

#usefullinks  {
	text-align: left;
	font-size: 16px;
	list-style-position: outside;
	margin: 0 100px 20px 100px;
	padding: 15px 0 30px 0;
	font-weight: bold;
	color: #454794;
}
#contact p.sub_intro {
	margin: 0 200px;
	padding-left:60px;
}
#form {
	color: #454794;
	
}
h5 a {
	background-color: #DA3038;
	border: 2px #761A1A outset;
	padding: 5px 15px;
}
h5 a:link, h5 a:visited {
	color:#fff;
}
h5 a:visited, h5 a:hover {
	color: #fff;
	background-color: #454794;
	border-color:#2B2C7C;
}
a.blue:link, a.blue:visited {
	color: #454794;
}
a.blue:visited, a.blue:hover {
	color: #DA3038;
}
a.red:link, a.red:visited {
	color: #DA3038;
}
a.red:visited, a.red:hover {
	color: #761A1A;
}



/* ------------------ LINKS GENERAL -------------------------- */

a:link {
	color: #000000;
	text-decoration : none;
}
a:visited {
	color: #454794;
}
a:hover {
	color: #DA3038;
}
a:active {
	color: #2B2C7C;
}

#footer a:link {
	color: #DA3038;
	text-decoration : none;
}
#footer a:visited, #footer a:hover {
	color: #454794;
}

/* ------------------ OTHER -------------------------- */

h1 {
	font-size: 24px;
	color: #DA3038;
	padding-top: 30px;
	padding-bottom: 15px;
}
h3 {
	color: #000000;
	padding-top: 0;
	padding-bottom: 0;
}
h4 {
	color: #000000;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 16px;
}
h5 {
	font-size:16px;
	padding-bottom:20px;
	padding-top:30px;
}
.large_list  {
	text-align: left;
	font-size: 16px;
	list-style-position: outside;
	margin: 20px;
	padding: 15px 0 30px 0;
	font-weight: bold;
	color: #454794;
}
.small_list {
	text-align: left;
	font-size: 12px;
	list-style-position: outside;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.red {
	color: #DA3038;
}
.blue {
	color: #2B2C7C;
}
.blueshade {
	color: #454794;
}
.sub_intro {
	font-size: 16px;
	font-weight: normal;
	color: #454794;
	text-align:justify;
}

.sub_intro_center {
	font-size: 16px;
	font-weight: normal;
	color: #454794;
}

/****************** KODAK RESELLER IMAGE BLOCK *********************/

#kodak-reseller {
	width: 510px;
	margin: 5px auto;
}
#kodak-reseller img {
	float:left;
	margin:5px 10px;
}
#kodak-reseller br {
	clear:both;
}
#kodak-reseller a img {
	position:relative;
	top:22px;
}