
@import url(http://www.skapwebdesign.com/filestore/css/main.css);

/****** OVERALL LAYOUT ******/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	text-decoration: none;
	background-color: #8C8C8C;
	margin: 0;
	padding: 18px;
	background-image: url(http://www.skapwebdesign.com/gr/backdots.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#container {
	width: 739px;
	margin: auto;
}

#content {
	padding: 0 17px 27px 27px;
	min-height: 200px;
	background-color: #FFFFFF;
	background-image: url(http://www.skapwebdesign.com/gr/container_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#contentleft {
	width: 480px;
	display: block;
	float: left;
	line-height: 18px;
	padding-right: 10px;
}

#contentright {
	width: 173px;
	display: block;
	float: left;
	border-left: 1px solid #C8C8C8;
	text-align: right;
	padding-top: 10px;
}

#logo {
	width: 739px;
	height: 97px;
	background-color: #FFFFFF;
	background-image: url(http://www.skapwebdesign.com/gr/container_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 1px solid #C8C8C8;
}

#banner {
	height: 170px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #C8C8C8;
	padding: 3px 0 3px 0;
}

#bannerphoto {
	border-top: 1px solid #000099;
	border-bottom: 1px solid #000099;
}

/****** NAVIGATION ******/

#navbar {
	width: 188px;
	display: block;
	float: left;
}

#navbar ul {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 7px;
}

#navbar li {
	list-style-type: none;
	display: block;
	float: right;
	width: 154px;
	height: 33px;
	text-align: left;
	padding-bottom: 5px;
}

#navbar li.selected {
	background-image: url(http://www.skapwebdesign.com/gr/button_selected.gif);
	background-repeat: no-repeat;
}

#navbar li.selected a {
	color: #FFFFFF;
}

#navbar li.unselected {
	background-image: url(http://www.skapwebdesign.com/gr/button_unselected.jpg);
	background-repeat: no-repeat;
}

#navbar li.unselected a {
	color: #000099;
}

#navbar li.unselected a:hover {
	background-image: url(http://www.skapwebdesign.com/gr/button_unselected_hover.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#navbar li a {
	display: block;
	float: left;
	width: 139px;
	height: 33px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 33px;
	padding-left: 14px;
	border: 1px solid #000000;
}

.clear {
	clear: both;
}

.headtext {
	margin-top: 15px;
}

/****** OTHER STYLE SETTINGS ******/

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	font-weight: normal;
}

.hlt {
	color: #164365;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.hlt a, .highlight a:visited {
	color: #164365;
	text-decoration: underline;
	text-indent: 20px;
}

.hlt a:hover {
	text-decoration: nounderline;
}

a, a:visited {
	color: #164365;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #164365;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 { 
	margin: 15px 0; 
}

#portfolio .b {
	border-right: dotted 1px #999999;
}

#portfolio img.screenshot {
	border: solid 1px #999999;
}