body{
	background-color: #b5b5b5;
	font-family: Arial, Helvetica, sans-serif;
	background-image: URL('../images/background_tile.gif');
	background-repeat: repeat-x;
	background-position: top;
}

*{
	padding: 0px;
	margin: 0px;
}

a h4:hover {
	text-decoration: underline;
}

A:link {
	text-decoration: none;
	/*color: #7C1212;*/
	color: #628098;
	font-size: 12px;
}
A:visited {
	text-decoration: none;
	color: #628098;
	font-size: 12px;
}

A:hover {
	text-decoration: none;
	color: #444444;
	font-size: 12px;
}

A:active {
	text-decoration: none;
	color: #628098;
	font-size: 12px;
}

.subNavigation A:link{
	text-decoration: none;
	color: #444444;
}
.subNavigation A:visited {
	text-decoration: none;
	color: #444444;
}

.subNavigation A:hover {
	text-decoration: none;
	color: #7C1212;
}

.subNavigation A:active {
	text-decoration: none;
	color: #444444;
}

.footerNavigation p{
font-size: 9px;
}

.footerNavigation A:link {
	text-decoration: underline;
	color: #590504;
	font-size: 9px;
	color: #444444;
}

.footerNavigation A:visited {
	text-decoration: underline;
	color: #590504;
	font-size: 9px;
	color: #444444;
}

.footerNavigation A:hover {
	text-decoration: underline;
	color: #FF6600;
	font-size: 9px;
	color: #444444;
}

.footerNavigation A:active {
	text-decoration: underline;
	color: #590504;
	font-size: 9px;
	color: #444444;
}

.contextualNavigation A:link {
	text-decoration: underline;
	color: #590504;
}
.contextualNavigation A:visited {
	text-decoration: underline;
	color: #590504;
}

.contextualNavigation A:hover {
	text-decoration: underline;
	color: #FF6600;
}

.contextualNavigation A:active {
	text-decoration: underline;
	color: #590504;
}

option{
padding-right: 20px;
}

input, textarea, select{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

ul{
padding-left: 20px;
color: #444444;
}

#container{
width: 900px;
margin-left: auto;
margin-right: auto;
}

p{
font-size: 12px;
color: #555555;
line-height: 1.7;
}

#service_title{
font-size: 14px;
color: #7C1212;
line-height: 1.7;
font-weight: bold;
}

h4{
color: #7C1212;
}

h5{
color: #7C1212;
}

.red_zone p{
font-size: 12px;
color: #d4d4d4;
}

.red_zone h4{
color: #ffffff;
}

#container_top{
background-image: URL('../images/top_corners.gif');
background-repeat: no-repeat;
height:30px;
}

#container_middle{
background-image: URL('../images/middle.gif');
background-repeat: repeat-y;
padding-bottom: 15px;
}

#container_bottom{
background-image: URL('../images/bottom_corners.gif');
background-repeat: no-repeat;
height:75px;
}

#container_top_red{
background-image: URL('../images/top_corners_red.gif');
background-repeat: no-repeat;
height: 30px;
}

#container_middle_red{
background-image: URL('../images/middle_red.gif');
background-repeat: repeat-y;
padding-bottom: 15px;
}

#container_bottom_red{
background-image: URL('../images/bottom_corners_red.gif');
background-repeat: no-repeat;
height:45px;
}

#banner_image{
width: 848px;
margin-left: auto;
margin-right: auto;
}

#banner{
width:850px;
margin-left: auto;
margin-right: auto;
}

#promo_computers{
background-image: URL('../images/computers_background.jpg');
background-repeat: no-repeat;
height:250px;
padding-left: 20px;
padding-right: 15px;
}

#promo_printers{
background-image: URL('../images/printers_background.jpg');
background-repeat: no-repeat;
height:250px;
padding-left: 20px;
padding-right: 15px;
}

#promo_networks{
background-image: URL('../images/networks_background.jpg');
background-repeat: no-repeat;
height:250px;
padding-left: 20px;
padding-right: 15px;
}

.table_headline{
background-color: #666666;
padding-lefT: 15px;
}

.table_headline p{
color: #ffffff;
}

.table_item{
border-bottom: 1px solid #aeaeae;
line-height: 2;
}


