/* CSS Document */

/* ====== GLOBALS ============*/
* {
  margin:0;
  padding:0;
}

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

p {
	padding-top: 10px;
	text-indent: 35px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

table tr td {
	padding-top: 10px;
	padding-bottom: 10px;
}

table tr td.imageholder {
	width: 35%;
	text-align: center;
}

table tr td.titleholder {
	padding-left: 10px;
	font-weight: bold;
	color: #5e759d;
	font-size: 13px;
	width: 65%;	
}

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/bg.gif) repeat-x #d3dee9;
	height:inherit;
	margin: 0px;
	padding: 0px;
}

img { border: 0; }

/* ========= BODY ==========*/
#maincontainer {
	margin:20px auto;
	width:780px;
}

#maincontainer_inner {
	margin:0;
	padding:5px;
}
		
		#menu {
			width: 100%;
			color: #FFFFFF;
			font-weight: bold;
			font-size:11px;
			padding-bottom: 20px;
		}
		
			#menu ul {
				margin: 0px;
			}
			
			#menu ul li {
				float: left;
				width: 92px;
				list-style-type: none;
				text-align: center;	
			}
			
		#accesoriescontainer {
			padding: 15px 30px 10px 30px;
			background-color:#FFF;
			margin: 0px;
			padding: 15px 20px 15px 20px;
		}
			
			#accesoriescontainer ul {
				margin: 0px;
				padding: 0px;
			}
		
			#accesoriescontainer ul li {
				float: left;
				list-style-type: none;
				border: 1px solid red;
				width: 130px;
				height: 145px;
				padding: 5px 9px 5px 5px;
				text-align: center;
				color: #5e759d;
				font-weight: bold;
			}
		
		#linkscontainer {
			float: left;
			padding-top: 20px;
			padding-bottom: 10px;
			width: 385px;
			font-size: 11px;
		}
		
			#linkscontainer ul {
				list-style-type: none;
				padding-left: 30px;
			}
			
			#linkscontainer ul li {
				font-weight: bold;
				padding: 1px 40px 1px 5px;
				color: #000;
			}
			
			#linkscontainer ul li.header {
				padding: 3px 0px 10px 10px;
				background: url(images/bg_header.png) no-repeat top left;
				color: #FFF;
			}
			
			#linkscontainer ul li.content {
				font-weight: normal;
				text-indent: 25px;
				text-align:left;
				color: #DBDBDB;
			}
		
#clear_both {
	clear:both;
}

.nav {
	color: #5e759d;
	font-weight: bold;
	font-size: 12px;
}

.grey {
	font-weight: bold;
	font-size: 12px;
	color: #CCCCCC;
}

.contacts {
	font-weight: bold;
	font-size: 13px;
	padding: 0px;
	color: #5e759d;
}

.about {
	color: #000;
	font-size: 13px;
	line-height: 15px;
	color:#5e759d;
	font-weight: bold;
}

#accessories {
	width: 145px; 
	float: left;
	padding-top:5px;
}
	#accessories ul {
		list-style-type:none;
		margin: 0px;
		padding: 0px;
	}
	
	#accessories ul li {
		padding: 1px 5px 2px 10px;
		border-bottom: 1px solid #666;
		background: #ACACAC;
		font-weight:bold;
		color: #313D75;
	}
	
	#accessories ul li.selected, #accessories ul li.selected:hover {
		color: #FFF;
		background: #1064A9;
	}
	
	#accessories ul li:hover {
		background: #CCCCCC;
	}

#itemholder {
	border: 2px solid #005CB9;
}

	#itemholder ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	#itemholder ul li {
		padding-top: 10px;
	}
	
	#itemholder ul li.itemholder {
		width: 195px; 
		border-right: 1px solid #005CB9;
		border-bottom: 1px solid #005CB9;
		height: 80px; 
		float: left;
		text-align: center;
	}

	#itemholder ul li.itemcontent {
		width: 370px; 
		height: 80px; 
		float: right;
		font-weight: bold;
		border-bottom: 1px solid #005CB9;
		color: #5e759d;
		font-size: 13px;
		padding-left: 10px;
	}
