/* --------------------------------------------------------------- */

/* GLOBAL START */

body { 
	font-family: Verdana, Arial;
	background-image: url(../images/bg_striped.gif);
	color: #fff;
	margin-top: 20px;
	font-size: 13px;
}

p, li, form {
	line-height: 150%;
	font-size: 13px;
}

img  {
	border: 0;
}

a {
	color: #fff;
	position: relative;
}

a:hover {
	color: #f1f227;
	text-decoration: none;
}

a span { 
	display: none;
}

a:hover span {
	display: block;
	border: 0px;
	position: absolute;
	right: -18px;
	top: -1px;
	z-index: 200;
}

p a, p a:visited {
	color: #f1f227;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: -5px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -10px;
	color: #44f66d;
}

h2 a:link, h2 a:visited {
	color: #f1f227;
	text-decoration: underline;
	
}

h2 a:hover {
	text-decoration: none;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

#contact table {
	width: 800px;
}

#contact th {
	font-weight: bold;
	padding: .5px 5px;
	text-align: left;
	margin-left: 50px;
}

#contact td {
	padding: .5px 5px;

	vertical-align: top;
}

.w400 {
	width: 400px;
}

.w800 {
	width: 800px;
}

.dotted {
	border: dotted 1px #ccc;
}

.right {
	float: right;
	margin-left: 30px;
	margin-bottom: 15px;
}

.black {
	background-color: #000;
}

.smalltext {
	font-size: 11px;
}

.yellow a, .yellow a:visited {
	color: #f1f227;
}
/* GLOBAL END */

/* --------------------------------------------------------------- */

/* HEADER START */

#wrapper { 
	background-color: #002f8a; 
	background-image: url(../images/bg_content_general.jpg); 
	background-repeat: no-repeat; 
	width: 980px; 
	margin: auto; 
	border: 0;
}

#wrapper_left {
	width: 986px;
	background-image: url(../images/content_left.gif);
	background-repeat: repeat-y;
	padding-left: 6px;
	margin: auto;
}

#wrapper_right {
	width: 980px;
	background-image: url(../images/content_right.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 6px;
	margin: auto;
}

#menu_top_right {
	float: right;
	margin-right: 25px;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 170%;
	list-style-type: none;
}

#menu {
	height: 23px;
	width: 980px;
	padding-top: 25px;
	clear: both;
}

#menu img {
	border: 0;
}

#content_top {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#general_content_wrapper {
	width: 900px;
	margin: auto;
	margin-top: 40px;
	padding-bottom: 25px;
	min-height: 400px;
}

/* HEADER END */

/* --------------------------------------------------------------- */

/* MAIN CONTENT START */

.sidebar {
	width: 220px;
	
	padding: 0 10px 10px 15px;
	margin-top: 15px;
	float: right;
	margin-left: 30px;
}

.sidebar a, .sidebar a:visited {
	color:  #f1f227;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	padding-left: 15px;
}

.sidebar li {
	padding-bottom: 5px;
}

p.caption {
	margin-top: 5px;
	line-height: 135%;
}

#portfolio {
	width: 200px;
	margin-top: -35px;
	float: right;
	margin-left: 30px;
	border: dotted 1px #ccc;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#portfolio p {
	font-size: 11px;
}

#portfolio h2 {
	padding-top: 0px;
	margin-top: 0px;
}


/* --------------------------------------------------------------- */

/* FOOTER START */

#content_bottom {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

#bottom_menu {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 5px;
}

#bottom_menu li{
	display: inline;
	color: #fff;
	font-size: 12px;
	list-style-type: none;
	margin-right: 3px;
}

#footer {
	color: #fff;
	text-align: center;
	font-size: 10px;
}

/* FOOTER END */

/* --------------------------------------------------------------- */

#screenshots {

	width: 885px;
	margin-top: 30px;
	margin-bottom: 20px;
	border: dotted 1px #ccc;
	padding-left: 15px;
	padding-bottom: 5px;
}

#screenshots img:hover {
	opacity: .8;
}

#screenshots td {
	width: 200px;
	padding-right: 20px;
	text-align: center;
	vertical-align: top;
}

#screenshots p {
	margin-top: 5px;
	font-size: 11px;
}
