/* CSS Document */

body
{
	background-color:white;
	padding:0px;
	margin:0px;
	text-align:center;
	background-image:url(../design/bg-tile.jpg);
	background-repeat:repeat;
}


#Wrapper
{
    width: 960px;
    margin: 0px auto 10px auto;
    text-align: left;
    background-color: black;
    color: white;
    padding-bottom: 10px;
    border: solid 1px black;
    position: relative;
}

#Masthead
{
	height:105px;
	border-bottom:solid 2px #cccccc;
	position:relative;
}


#ContentArea
{
    position:relative;
}

#Footer
{
	border-top:solid 2px #cccccc;
	/*border-bottom:solid 2px #cccccc;*/
	position:relative;
	font-size:11px;
}
#Footer .padding
{

}

/* NAVIGATION */

#Navigation 
{
	padding-top:75px;
}
#Navigation ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#Navigation ul li
{
    list-style-type: none;
    padding: 16px 16px 0px 0;
    margin: 0px;
    display: block;
    float: left;
    width: auto;
    line-height:1em;
    /*border-left: 2px solid #666666;*/
}
#Navigation ul li.first 
{
	border-left:none;
	padding-left:10px;
}
#Navigation ul li a
{
	
}
#Navigation ul li.img
{
    padding-top:0;
}

/* DQ AND YB LINKS */
.DermaquestLink
{
    display:block;
    width:119px;
    height:28px;
    background-image:url(../design/masthead/dermaquest-btn-bg.gif);
    background-position:0px 0px;
    float:left;
    margin-top:34px;
}
.DermaquestLink:hover
{
    background-position:0px 26px;
}
.YoungbloodLink
{
    display:block;
    width:114px;
    height:28px;
    background-image:url(../design/masthead/yb-btn-bg.gif);
    background-position:0px 0px;
    float:left;
    margin-top:34px;
}
.YoungbloodLink:hover
{
    background-position:0px 26px;
}


#Footer ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#Footer ul li
{
	list-style-type:none;
	padding:5px 10px 5px 10px;
	margin:0px;
	display:block;
	float:left;
	width:auto;
}
#Footer ul li.first
{
	padding-left:10px;
}
#Footer ul li.RightFloater
{
	float:right;
}
#Credit
{
	position:absolute;
	right:10px;
	top: 7px;
}

/* MULTI COLUMN LAYOUTS */

#LeftColumn
{
	float:left;
	width:248px;
}
#RightColumn
{
	float:right;
	width:712px;
}
#MiddleColumn
{
    float:left;
    width:512px;
}

/* Log In Out */
#LogInOut
{
    position:absolute;
    right:0px;
    top:0px;
    width:400px;
    height:20px;
    font-size:0.8em;
    text-align:right;
    padding:5px 0 5px 10px;
    color:#cccccc;
}
#LogInOut a
{
    color:#999999;
    text-decoration:none;
}
#LogInOut a:hover
{
    text-decoration:underline;
}

/* UTILITIES */

.clear-both
{
	font-family:monospace;
	font-size:0px;
	line-height:0px;
	clear:both;
}
a img {
    border:none;
}

.styled
{
    background-image:url(../design/filigree-bg.jpg);
    background-repeat:no-repeat;
    background-position:right top;
}

/* FONTS ETC */

body, th, td
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

select, input, textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#Navigation a
{
	color:#CCCCCC;
	text-decoration:none;
	text-transform:uppercase;
}
#Navigation a:hover{
	color:orange;
}

#ContentArea a
{
	color:#DF821A;
	text-decoration:none;
}
#ContentArea a:hover
{
	color:#FFD384;
}

#Footer a
{
	color:white;
	text-decoration:none;
}
#Footer a:hover
{
	color:orange;
}

.EmailFormTextBox
{
	width:120px;
	height:14px;
	border:solid 1px orange;
}
.EmailFormButton
{
	background-image:url(../design/submit-btn-bg.jpg);
	background-repeat:repeat-x;
	border:solid 1px #6C3701;
}
#EnquiryForm td
{
	font-size:11px;
}


/* Headings */

h1, 
h2, 
h3, 
h4, 
h5, 
h6
{
	margin:0px;
	font-weight:normal;
}

h1 {font-size:36px}
h2 {font-size:24px; padding:10px 0px 10px 0px;}
h3 {font-size:20px}
h4 {font-size:16px}
h5 {font-size:14px}
h6 {font-size:12px}

#ContentArea p
{
	letter-spacing:50%;
}

#ContentArea p
{
	margin-top:10px;
	margin-bottom:10px;
}
#ContentArea h1
{
    padding:10px 10px 5px 10px;
    border-bottom:solid 1px #eeeeee;
}


a.SidebarLink
{
    color:Orange;
    font-weight:bold;
    text-decoration:none;
}
a.SidebarLink:hover
{
    color:White;
}

a.PdfLink {
    background-image:url(../design/pdf-icon.jpg);
    background-repeat:no-repeat;
    background-position:left center;
    min-height:32px;
    display:block;
    padding-left:36px;
}
a.DownloadLink {
    background-image:url(../design/download-icon.jpg);
    background-repeat:no-repeat;
    background-position:left center;
    min-height:32px;
    display:block;
    padding-left:36px;
}