/*--------------------------------------------------------------------------------------------
MAIN STYLES
---------------------------------------------------------------------------------------------*/

body
{
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	margin:17px 0px 0px 0px;
	padding:0px; background-color:#515762;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#484848;
}
#outerContainer 
{
	width:771px;
	margin:0px auto;

}
form
{
	margin:0px;
	padding:0px;
}
input,select,textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#484848;
}

a:link, a:visited {
	color:#a60303;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

li.leftpart 
{
	padding: 0px 0px 0px 0px;
	margin-bottom:10px;
}


/*--------------------------------------------------------------------------------------------
TOP NAVIGATION
---------------------------------------------------------------------------------------------*/
#topNav
{
	width:731px; float:left;
	height:35px;
	padding:0px 20px 0px 20px;
}
ul.topButtons
{
	margin:0px; 
	padding:0px;
	list-style-type:none;
}
li.liButton
{
	margin:0px;
	padding:0px; 
	float:left;
	display:inline;
}

/*--------------------------------------------------------------------------------------------
LOGO BANNER
---------------------------------------------------------------------------------------------*/
#logoBanner
{
	width:771px;
	float:left; height:64px;
}


/*--------------------------------------------------------------------------------------------
BIG IMAGE
---------------------------------------------------------------------------------------------*/
#bigImage
{
	width:771px;
	height: 150px;
	float:left;
}
/*--------------------------------------------------------------------------------------------
CONTENT AREA
---------------------------------------------------------------------------------------------*/
#middleSection
{
	background-image: url(../images/content_area_repeat.gif);
	background-repeat:repeat-y; 
	float:left; width:771px;
}
.middleSection
{
	background-image: url(../images/content_area_repeat.gif);
	background-repeat:repeat-y; 
	float:left; width:771px;/**/
}
.contentArea
{
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	width:731px; float:left;
	padding-left:20px; padding-right:20px;
}

.contentAreaExtended
{
	background-image:url(../images/content_bg_extend.jpg);
	background-repeat:no-repeat;
	width:731px; float:left;
	padding-left:20px; padding-right:20px;
}
.content
{
	width:510px;
	float:left;
	padding:0px 10px 0px 20px;
}
.leftSection
{
	width: 320px;
	padding: 45px 0px 0px 0px;
	float:left;
}
.rightSection
{
	width: 185px;
	padding: 30px 0px 0px 0px;
	float:left;
}

.extendedSection
{
	width: 480px;
	padding: 45px 0px 0px 0px;
	float:left;
}

p.homeText
{
	width:270px;
}

.leftbullets {
	width: 220px;
	padding: 45px 20px 0px 0px;
	float:left;
}

.rightbullets {
	width: 200px;
	padding: 45px 0px 0px 0px;
	float:left;
}

.tickbullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #484848;
	list-style-position: outside;
	list-style-image: url(../images/tick.gif);
	list-style-type: none;
	vertical-align: middle;
	line-height: 16px;
}


/*--------------------------------------------------------------------------------------------
LEFT NAVIGATION
---------------------------------------------------------------------------------------------*/
.leftNav
{
	padding:20px 10px 20px 15px;
	width:161px; float:left;
}
p.search
{
	margin:8px 0px 8px 0px;
}
select.searchOpt
{
	width:160px;
	border:1px solid white;
}

/*--------------------------------------------------------------------------------------------
FOOTER NAVIGATION
---------------------------------------------------------------------------------------------*/
#footer
{
	width:719px; height:22px;
	background-image:url(../images/ftr_bg.gif);
	background-repeat:no-repeat; float:left;
	padding:20px 20px 0px 32px;
	font-size:10px;
	color:#FFFFFF;
}
a.ftrLink:link, a.ftrLink:visited, 
{
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
}
a.ftrLink:hover, 
{
	color:#a60303;
	text-decoration:none;
	font-size:10px;
}

/*--------------------------------------------------------------------------------------------
INPUT FIELDS
---------------------------------------------------------------------------------------------*/

.dvInput /* modified */
{
	/*width:460px;*/
	width:320px;
	float:left;
}
.dvInputNew /* modified */
{
	/*width:460px;*/
	width:500px;
	float:left;
}
.dvInputArt /* modified on 2/11/06 */
{
	width:460px;
	float:left;
	margin-bottom:20px;
}

.formLabel
{
	width:120px;
	float:left;
	padding-top:4px;
	padding-bottom:4px;
	color:#a60303;
}
.TextLabel
{
	width:160px;
	float:left;
	padding-top:4px;
	padding-bottom:4px;
}

.spnInputText
{
	width:100px;
	float:left;
	padding-top:4px;
	padding-bottom:4px;
}

.redcolor {
	color:#a60303;
}
.resultBlock
{
	width:238px;
	height:255px;
	float:left;
	border:1px solid #9FA4AA;
    background-color: white;
	margin-right:7px;
	margin-top:7px;
 
}
.resultBlock_email
{
	width:238px;
	height:205px;
	float:left;
	border:1px solid #9FA4AA;
    background-color: white;
	margin-right:7px;
	margin-top:7px;
 
}
.dvSpace
{
	width:7px;
	height:215px;
	float:left;
}
.dvArtisteImage
{
	width:85px;
	height:220px;
	float:left;
	padding:7px 0px 0px 7px;
	
}
.dvPrint
{
	width:210px;
	height:30px;
	float:left;
	padding:0px 5px 0px 20px;
	text-align: center;
}

.dvPrint1
{
	width:210px;
	height:30px;
	float:right;
	padding:0px 15px 0px 10px;
	text-align: center;
}
.dvPrint2
{
	width:210px;
	height:30px;
	float:left;
	padding:0px 5px 0px 0px;
	text-align: center;
}
.resultMainBlock
{
	width:505px;
	float:left;
	padding:5px 10px 5px 0px;
}
.dvpadding
{
	padding-left:100px;
}
.info-dopdown
{
	width:118px;
	height:91px;
	float:left;
	padding:9px 0px 0px 13px;
	background-image:url(../images/dropdown-bg.png) !important;
	background-repeat:no-repeat;
	background-image:url(../images/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/dropdown-bg.png',sizingMethod='scale');
}
.info-dopdown ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.info-dopdown ul li
{
	padding:0px;
	margin:5px 0px 8px 0px;
	list-style-type:none;
	height:8px;
	width:100%;
	float:left;
}
.info-dopdown ul li a
{
	width:100%;
	float:left;
	height:8px;
	padding:0px;
	position:relative;
	line-height:8px;
	text-decoration:none;
}
.info-dopdown ul li a:hover
{
	text-decoration:none;
}
a img           
{
	border:0px;
}
.dropdown-outer
{
	float:left; 
	position:absolute; 
	z-index:1;	
	left:0px;	
	top:0px;	
	display:none;
}
a.links
{
	background-image:url(../images/links.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
}
a.links:hover
{
	background-image:url(../images/links.gif);
	background-repeat:no-repeat;
	background-position:0 -8px;
	text-decoration:none;
}
a.transport-information
{
	background-image:url(../images/transport-information.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
}
a.transport-information:hover
{
	background-image:url(../images/transport-information.gif);
	background-repeat:no-repeat;
	background-position:0 -8px;
	text-decoration:none;
}
a.rates-of-pay
{
	background-image:url(../images/rates-of-pay.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
}
a.rates-of-pay:hover
{
	background-image:url(../images/rates-of-pay.gif);
	background-repeat:no-repeat;
	background-position:0 -8px;
	text-decoration:none;
}
a.studio-locations
{
	background-image:url(../images/studio-locations.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
}
a.studio-locations:hover
{
	background-image:url(../images/studio-locations.gif);
	background-repeat:no-repeat;
	background-position:0 -8px;
	text-decoration:none;
}