/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ------------------------------------*/

a{
	text-decoration:none;
	color: inherit;
	cursor:pointer;
}
body {
	background-color:#000033;
	font-family:Arial,Helvetica,sans-serif;
}
img {
	border:none;
}
p {
color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	padding-left:5px;
}
p#warning {
	font-size:15px; 
	padding:0px 0 0 20px;
	line-height:30px;
}
.main {
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	width:800px;
}
#header {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:auto;
	margin-right:0;
	padding: 0px 30px 10px;
	text-align:right;
	width:200px;
}
#logo {
	padding-left:30px;
}
ul.contactForm {
	list-style-type:none;
}

.notification_error {
	/* border: 1px solid #A25965; */
	height: auto;
	padding: 4px 0 4px 30px;
	background: #F8F0F1;
	text-align: left;
	color:#FF0000;
}
.notification_ok {
	border: 1px #567397 solid;
	height: auto;
	padding: 8px;
	background: #f5f9fd;
	text-align: center;
	display:none;
}

#last {
	border-right:medium none;
	padding-right:0;
}
.navBox {
	margin-left:auto;
	margin-right:0;
	text-align:right;
	width:300px;
	margin-top:50px;
	padding-right:30px;
}
ul.nav li {
	color:#FFFFFF;
	display:inline;
	font-size:16px;
	font-weight:bold;
	margin-left:auto;
	margin-right:0;
	padding-left:2px;
	padding-right:20px;
	text-align:right;
}

.nav a:link {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.nav a:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.nav a:active {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.nav a:hover {
	border-top:medium solid #0099FF;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:5px;
	text-decoration:none;
}
.nav a.active {
	border-top:medium solid #0099FF;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:3px;
	padding-top:5px;
	text-decoration:none;
}
.work img{
	height:60px;
	border:none;
}
.work {
	background-color:#000;
	padding:10px 0 5px;
}
.workLink {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
.workLink:hover {
	color:#0099FF;
	border-bottom:medium solid #0099FF;
	text-decoration:none;
}
#work li {
	/*To display list in FF 2.x - hack */
	display:-moz-inline-stack;
	display:inline-block;
	font-weight:bold;
	padding-right:30px;
	text-align:center;
	/*To display list in IE6, 7 - hack */
	 zoom:1;
	 *display:inline;
}
#workLink li {
	display:inline;
	
}
#workLink {
	text-align:left;
	
}
.contact {
	display:none;
	background-color:#FFF;
	padding:5px 0 5px 30px;
}
.textbox {
	color:#8C9687;
}
.textbox {
	color:#000;
}

.aboutSection {
	background-color:#222222;
	color:#0099FF;
	font-family:Arial,Helvetica,sans-serif;
	margin-top:0px;
	height:380px;
}
.about {
	margin-left:0;
	width:350px;
	margin-right:auto;
	padding:10px 30px 0 30px;
	line-height:30px;
}
.friend {
	float:right;
	margin-left:auto;
	margin-right:0;
	margin-top:0;
	padding:10px 30px;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
}

ul.conn li {
	list-style-type:none;
	padding-bottom:10px;
	text-align:right;
	line-height:20px;
	font-size:12px;
}
.friend a:hover {
	color:#0099FF;
	text-decoration:none;
}

.footer {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding:10px 30px 5px 30px;
	background-color:#222222;
	text-align:left;
	margin-top:-10px;
}
