@charset "utf-8";
/* Tony Trinh @ VDP WEBSITES 26.06.2008 / HAIR BLING BY TRISH / NORMAL VERSION
--------------------------------------------------------------------------- */
/*
-- ID = "#blah", CLASS = ".blah"
-- Font: Arial, Helvetica, sans-serif;
-- Colors:
	#000000 = black
	#ffffff = white
	#fa5f67 = red
	#ffd800 = yellow
	#61d45b = green
	#6bd5cb = blue
	#fb8e17 = orange
	#fbd4a8 = orange-light
*/
/* GENERAL
--------------------------------------------------------------------------- */
body {
	background-color: white;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	margin-top: 10px;
	text-align: center;
}
#wrap {
	margin: 0 auto;
	text-align: center;
	width: 910px;
}
#header {
	width: 910px;
	height: 130px;
	padding-top: 5px;
}
h1 {
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 910px;
	height: 62px;
	margin-top: 0;
	padding: 0;
}

/* NAVIGATION
--------------------------------------------------------------------------- */
.navigation {
	padding: 0px;
	margin-top: -5px;
	margin-left: -10px;
	height: 32px;
	color: white;
	float: left;
}

.navigation li {
	display: inline;
	margin-right: 5px; 
	margin-left: 5px;
	padding: 5px;
	font: 16px tw cen mt, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 36px;

}

/* CONTENT
--------------------------------------------------------------------------- */
#content {
	background-color: white;
	background-image: url(../img/contenttop.jpg);
	background-repeat:no-repeat;
	background-position: top;
	margin-top: -34px;
	margin-left: -23px;
	padding: 23px;
	width: 699px;
	float: left;
	text-align: left;
}

#rightbar {
	float: right;
	width: 177px;
	text-align: center;
}
/* CONTENT-FORMATTING
--------------------------------------------------------------------------- */


.navigation li a:link {
	color: white;
	text-decoration: none;
}
.navigation li a:visited {
	color: white;
	text-decoration: none;
}
.navigation li a:hover {
	color: #AAB89E;
	text-decoration: underline;
}



#content p {
	font: 12px/18px Verdana, Arial;	
	margin-left: 12px;
	margin-right: 12px;
	text-align: justify;
}

#content h2 {
	font: 26px TW Cen MT, Verdana, Arial;
	color: #1B3D76;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content h3 {
	font: 15px Verdana, Arial;
	color: #1B3D76;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
#content a:link {
	color: blue;
	text-decoration: none;
}
#content a:visited {
	color: #3F418B;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#rightbar h2 {
	background-image: url(../img/recentwork.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-indent: -9999px;
	width: 163px;
	height: 38px;
	font: 28px/32px Vladimir Script, Arial;
	color: black;
	text-align: center;
}
#rightbar p {
	font: 12px/18px Verdana, Arial;
}
#rightbar a:link {
	color: blue;
	text-decoration: none;
}
#rightbar a:visited {
	color: #3F418B;
	text-decoration: none;
}
#rightbar a:hover {
	text-decoration: underline;
}
/* FOOTER
--------------------------------------------------------------------------- */
#footer {
	background-color: #000000;
	text-align: center;
	width: 100%;
	height: 43em;
	margin: 0 auto;
	font: 10px verdana;
	color: white;
}

#footer a:link {
	color: white;
	text-decoration: none;
}
#footer a:visited {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


#inputArea
{
    font-family: verdana, Arial, Sans-Serif;
    font-size: 13px;
    background-color: #d6e5f4;
	padding: 10px 60px 10px 60px;
	width: 210px;
	margin: 0 auto;
	text-align: left;

}

#inputArea input[type="text"], input[type="password"], #inputArea textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de;
    width: 200px;
	background-color: #EDF2F7;
	
}
#inputArea input[type="text"]:focus, input[type="password"]:focus, #inputArea textarea:focus
{
    background-color: #ffffff;
    border: solid 1px #33677F;
}