/*-----------------		non validate css	-------------------------------------*/
/*-----------------		main css	---------------------------------------------*/
*html p
	{
	width:100%;
	}
*+html p
	{
	width:100%;
	}

h2,x:-moz-any-link
	{
	padding-bottom:3px;
	}
	
*html .header_bg
	{
	bottom:-1px;
	}

*html h2
	{
	padding-bottom:2px;
	}
	
*+html h2
	{
	padding-bottom:2px;
	}
	
*html .cases_header h1 
	{
	background:none;
	position:relative;
	top:6px;
	left:7px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../_images/left-greybg-cases.png',sizingMethod='crop');
	}
	
*html .info_header h1 
	{
	background:none;
	position:relative;
	top:6px;
	left:7px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../_images/left-greybg-info.png',sizingMethod='crop');
	}
	
*html .services_header h1 
	{
	background:none;
	position:relative;
	top:6px;
	left:7px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../_images/left-greybg-services.png',sizingMethod='crop');
	}
	
*html .contact_header h1 
	{
	background:none;
	position:relative;
	top:6px;
	left:7px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../_images/left-greybg-contact.png',sizingMethod='crop');
	}
	
@media all and ()

	{
		h2
			{
			padding-bottom:2px!important;
			}
			
		p
			{
			padding-right:13px!important;
			line-height:15px!important;
			padding-bottom:13px!important;
			}
			
		.breadcrumb p.root
			{
			padding-right:0px!important;
			}
			
		.footer p
			{
			padding-bottom:0px!important;
			}
			
		.news_item h2
			{
			padding-bottom:0px!important;
			}
			
		.news_item p
			{
			padding-right:0px!important;
			padding-bottom:14px!important;
			line-height:15px!important;
			}
			
		.content_right .werk h1
			{
			padding-bottom:13px!important;
			}
			
		.werk p
			{
			padding-right:13px!important;
			word-spacing:normal!important;
			line-height:17px!important;
			}
			
		.lb_small h2
			{
			padding-bottom:8px!important;
			}
			
		.lb_large h2.create
			{
			padding-bottom:10px!important;
			}
			
		.confirmation h2
			{
			padding-bottom:24px!important;
			}
		p.help_text
			{
			letter-spacing:-1px!important;
			}
			
		.footer p
			{
			word-spacing:-1px!important;
			}
	}
	
p:not(:root:root)
	{
	padding-right:13px;
	line-height:15px;
	padding-bottom:13px;
	}
	
.footer p:not(:root:root)
	{
	padding-bottom:0px;
	}
	
.news_item h2:not(:root:root)
	{
	padding-bottom:0px;
	}
	
.news_item p:not(:root:root)
	{
	padding-right:0px;
	padding-bottom:14px;
	line-height:15px;
	}
	
.werk h1:not(:root:root)
	{
	padding-bottom:13px;
	}
	
.werk p:not(:root:root)
	{
	padding-right:13px;
	word-spacing:normal;
	line-height:17px;
	}
	
p.help_text:not(:root:root)
	{
	letter-spacing:-1px;
	}
	
p.help_text,x:-moz-any-link
	{
	letter-spacing:-1px;
	}

p.help_text,x:-moz-any-link, x:default
	{
	letter-spacing:normal;
	}

h2, x:-moz-any-link, x:default
	{
	padding:0px;
	}
	
p,x:-moz-any-link
	{
	padding-right:13px;
	line-height:14.5px;
	padding-bottom:16px;
	}
	
*html p
	{
	padding-right:13px;
	line-height:15px;
	padding-bottom:13px;
	}
	
*+html p
	{
	padding-right:13px;
	line-height:15px;
	padding-bottom:13px;
	}
	
p, x:-moz-any-link, x:default
	{
	padding:0px 23px 13px 1px;
	line-height:normal;
	}

*html #main
	{
	height:100%;
	}
	
*html #outer
	{
	padding-left:2px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../_images/wrapper-bg.png',sizingMethod='scale');
	}
	
*html .home #outer
	{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='_images/wrapper-bg.png',sizingMethod='scale');
	}
	
*html .contact #outer
	{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../_images/wrapper-bg.png',sizingMethod='scale');
	}
	
*html .project_details #outer
	{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../_images/wrapper-bg.png',sizingMethod='scale');
	}
/*-----------------		end of main css	-----------------------------------------*/
/*-----------------		header css	---------------------------------------------*/
*html .header_bg
	{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../_images/header-bg.png',sizingMethod='crop');
	}
	
*html .home .header_bg
	{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='_images/header-bg.png',sizingMethod='crop');
	}
	
*html .project_details .header_bg
	{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../_images/header-bg.png',sizingMethod='crop');
	}
	
*html .home .logo
	{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='_images/paddock-live-logo.png',sizingMethod='crop');
	}
	
*html .project_details .logo
	{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../_images/paddock-live-logo.png',sizingMethod='crop');
	}
	
*html .logo
	{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../_images/paddock-live-logo.png',sizingMethod='crop');
	}
/*-----------------		end of header css	-------------------------------------*/
/*-----------------		content css	---------------------------------------------*/
*html .content_left
	{
	overflow-x:hidden;
	}
	
*html .content_right
	{
	overflow-x:hidden;
	}
/*-----------------		left container css start	-----------------------------*/
*html .news_item h2
	{
	padding-bottom:0px;
	}
	
*+html .news_item h2
	{
	padding-bottom:0px;
	}
	
.news_item p,x:-moz-any-link
	{
	padding-right:5px;
	padding-bottom:17px;
	width:100%;
	}
	
*html .news_item p
	{
	padding-right:0px;
	padding-bottom:14px;
	line-height:15px;
	}
	
*+html .news_item p
	{
	padding-right:0px;
	padding-bottom:14px;
	line-height:15px;
	padding-left:0px;
	}
	
.news_item p, x:-moz-any-link, x:default
	{
	padding:0px 12px 13px 1px;
	}
/*-----------------		end of left container css start	-------------------------*/
/*-----------------		right container css end	---------------------------------*/
.werk p,x:-moz-any-link
	{
	padding-right:16px;
	}
	
*html .werk p
	{
	padding-right:16px;
	word-spacing:normal;
	line-height:17px;
	}
	
*+html .werk p
	{
	padding-right:13px;
	word-spacing:normal;
	line-height:17px;
	}
	
.werk p, x:-moz-any-link, x:default
	{
	padding-right:24px;
	}
	
.footer p ,x:-moz-any-link
	{
	word-spacing:-1px;
	}
	
.footer p ,x:-moz-any-link, x:default
	{
	word-spacing:normal;
	}
/*-----------------		end of right container css end	-------------------------*/
/*-----------------		1D category css 	-------------------------------------*/
*html .project_list ul li a strong
	{
	word-spacing:-1px;
	}
/*-----------------		end of 1D category css 	---------------------------------*/

/*-----------------		end of content css	-------------------------------------*/
/*-----------------		overlay css	---------------------------------------------*/
*html .overlay_content
	{
	display:inline;
	}
	
*+html .overlay_content
	{
	display:inline;
	}
	
*html .home .lb_small	
	{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='_images/login-bg.png',sizingMethod='crop');
	}
	
*html .project_details .lb_small	
	{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../_images/login-bg.png',sizingMethod='crop');
	}
	
*html .lb_small	
	{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../_images/login-bg.png',sizingMethod='crop');
	}
	
*html .lb_large	
	{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../_images/file-uploader-bg.png',sizingMethod='crop');
	}
	
*html .lb_small h2
	{
	padding:24px 0px 8px 36px;
	}
	
*html .lb_large input.yes
	{
	padding:0px 33px 0px 106px;
	margin:0px;
	}
	
.overlay_content
	{
	zoom: 1;
	}

.overlay_bottom 
	{
    zoom: 1;
	}
	
*html p.help_text
	{
	letter-spacing:-1px;
	}
	
*+html p.help_text
	{
	letter-spacing:-1px;
	}
	
*html .footer
	{
	width:500px;
	}
	
*html .footer p
	{
	width:500px;
	font-size:11px;
	word-spacing:-1px;
	}
	
*+html .footer
	{
	width:500px;
	}
	
*+html .footer p
	{
	width:500px;
	font-size:11px;
	word-spacing:-1px;
	}
	
.footer p:not(:root:root)
	{
	word-spacing:-1px;
	}
/*-----------------		end of overlay css	-------------------------------------*/
/*-----------------		end of non validate css	---------------------------------*/
