/* CSS Document for arksecurity.com */

#main {
	position: relative;
	float: left;
	height: 100%;
	width: 100%;
	background-image: url(../images/background_gradient.png);
	background-repeat: repeat-x;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: 1000px;
}

#header {
	position: relative;
	float: left;
	background-color:;
	width: 100%;
	height: 85px;
}

#logo {
	position: relative;
	float: left;
}

#service_tag {
	position: relative;
	float: right;
	padding-top: 5px;
}

#navBar {
	position: relative;
	float: left;
	width: 960px;
	height: 42px;
	background-image: url(../images/navBar.gif);
	background-repeat: repeat-x;
}

#navLinks {
	position: relative;
	float: left;
}

#navLinks li {	
	padding: 10px;
	display: inline;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#sideNav {
	position: relative;
	float: left;
	width: 190px;
	height: 300px;
	background-image: url(../images/sideNav_image.gif);
	background-repeat: repeat-y;
}

#sideNav li {
	padding-bottom: 30px;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#mainContent {
	position: relative;
	float: left;
	height: 100%;
	width: 770px;
	background-color: #FFF;
}

#contentParts {
	position: relative;
	float: left;
	padding: 20px;
}

#info {
	position: relative;
	float: left;
	width: 725px;
}

#icon {
	position: relative;
	float: left;
	width: 200px;
	padding-top: 15px;
}

#infoText {
	position: relative;
	float: right;
	padding-top: 15px;
}

#list {
	position: relative;
	float: left;
	padding-left: 15px;
}

#infoText ul {
	float: left;
	width: 20em;
	margin: 0;
	padding: 0;
}

#infoText li {
	float: left;
	width: 10em;
	margin: 0;
	padding: 0;
	display: inline;
	display: block;
}