/* (C) Copyright 2009 David Beck */
body {
	margin:0px;
	padding:0px;
	position:absolute;
	height:100%;
	width:100%;
	background:#383838 url(http://ultimaterenowebdesign.com/images/gradient.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#bbb;
}
a:visited {
	color:#777;
}
a:link {
	color:#5F6EB8;
}
a:active {
	color:#CA7171;
}
#header {
	height:165px;
	position:relative;
}
#globe {
	position:absolute;
	top:15px;
	left:0px;
}
#title {
	position:absolute;
	top:15px;
	right:0px;
}
#sub-title {
	position:absolute;
	top:83px;
	right:0px;
	color:#7c7c7c;
	font-size:25px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
#sub-title a {
	color:#7c7c7c;
	text-decoration:none;
}
#links {
	text-align:right;
	height:35px;
}
#links a {
	color:#7c7c7c;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16px;
	line-height:25px;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:6px;
	display:inline-block;
}
#links a:hover {
	border-bottom:solid 6px #000;
	margin-bottom:0px !important;
}
#error {
	padding-top:10px;
	padding-bottom:10px;
	color:#e51717;
}
#message {
	padding-top:10px;
	padding-bottom:10px;
	color:#2ca10b;
}
#foot {
	height:40px;
}
.center {
	width:700px;
	margin:auto;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom:3px;
	padding-bottom:0px;
	/*border-bottom:solid 2px #222;*/
}
.h {
	height:2px;
	font-size:1px;
	background:url(http://ultimaterenowebdesign.com/images/header-border.gif) repeat-x;
}
.h.c1 {
	background-position:0 0px;
}
.h.c2 {
	background-position:0 -2px;
}
.h.c3 {
	background-position:0 -4px;
}
.h.c4 {
	background-position:0 -6px;
}
.h.c5 {
	background-position:0 -8px;
}
.h.c6 {
	background-position:0 -10px;
}
.h.c7 {
	background-position:0 -12px;
}

.list div {
	padding:3px;
}
.list span {
	display:block;
	height:10px;
	width:10px;
	float:left;
	margin:4px;
	margin-right:10px;
	background:url(http://ultimaterenowebdesign.com/images/dots-10.png) no-repeat;
}
.list .c1 {
	background-position:0px 0px;
}
.list .c2 {
	background-position:0px -10px;
}
.list .c3 {
	background-position:0px -20px;
}
.list .c4 {
	background-position:0px -30px;
}
.list .c5 {
	background-position:0px -40px;
}
.list .c6 {
	background-position:0px -50px;
}
.list .c7 {
	background-position:0px -60px;
}

p {
	margin-bottom:8px;
	margin-top:10px;
}

table {
	border-collapse:collapse;
}
table td {
	vertical-align:top;
	padding:0px;
}

.right {
	text-align:right;
}

.light {
	background-image:url(/images/lighter.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/lighter.png',sizingMethod='scale');
}