
	@import url('http://www.get-moving.nl/css/blueprint/screen.css');

/**
 * Overal styles
 */
 
body
{
	font-family			: verdana, arial;
	font-size			: 11px;

	margin-top			: 0px;
	margin-bottom		: 0px;
	
	background-color	: #FDD9BB; /* or FFC99B with background_v1.gif */ 
	background-image	: url('../image/background.gif');
	background-repeat	: repeat-y;
	background-position	: center;
}

table
{
	margin-bottom		: 0px;
}

td
{
	vertical-align		: top;	

	padding				: 0px;		
}

h1
{
	font-family			: arial;
	font-size			: 20px;
	font-weight			: bold;
	
	color				: #48639a;
	
	margin-bottom		: 10px;
}

h2
{
	font-family			: verdana, arial;
	font-size			: 15px;
	font-weight			: bold;
	
	color				: #48639a;
	
	margin-bottom		: 4px;
}

h3
{
	font-family			: verdana, arial;
	font-size			: 12px;
	font-weight			: bold;
	
	margin-bottom		: 5px;
}

a, a:visited, a:hover, a[href]
{
	color				: #f87806;		/* same color as logo */
}

.SI-FILES-STYLIZED label.cabinet
{
    width				: 118px;
    height				: 17px;
    background			: url('http://www.get-moving.nl/image/_button_selectFile.gif') 0 0 no-repeat;

    display				: block;
    overflow			: hidden;
    cursor				: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
    position			: relative;
    height				: 100%;
    width				: auto;
    
    opacity				: 0;
    -moz-opacity		: 0;
    filter				: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

input[type=text], textarea, textarea:focus
{
	font-family			: verdana, arial;
	font-size			: 11px;
	
	margin				: 0px;
	padding-left		: 4px;
	padding-right		: 4px;
}

textarea
{	
	width				: 500px;
	height 				: 150px;
	
	padding-top			: 2px;
}

input[type=button]
{	
	background-image	: url('http://www.get-moving.nl/image/_button.gif');	
	background-repeat	: no-repeat;
	background-color	: transparent;
	
	color				: #ffffff;
	font-size			: 11px;
	letter-spacing		: 1px;
	
	border				: 0px;
	
	width				: 117px;
	height				: 20px;
	

	padding-bottom		: 5px;					
	
}

ul, ol
{
	padding-left		: 20px;
}

ul li
{


	list-style-image	: url('http://www.get-moving.nl/image/__li1.gif');

	list-style-type		: disc;							/* To specify an HTML bullet to use if the browser doesn’t support custom images */
}

img
{
	border				: 0px;
}

.black
{
	color				: #000000;
}

.formStar
{
	color				: #48639a;
}

.blackBorder
{
	border				: 1px solid #000000;
}

.orangeBorder, .orangeBorder:focus					/* disable black textarea:focus from blueprint */
{
	border				: 1px solid #F8B980;
}


/**
 * Design classes
 */

.container, .main-table
{
	width				: 851px;
}

.main-logo
{
	text-align			: center;
	
	height				: 103px;
}
 
.main-menu
{
	height				: 32px;
}

.main-menu-left
{
	background-image	: url('http://www.get-moving.nl/image/main-menu-left.gif');
	background-repeat	: no-repeat;
	
	width				: 11px;
	height				: 32px;
}

.main-menu-right
{
	background-image	: url('http://www.get-moving.nl/image/main-menu-right.gif');
	background-repeat	: no-repeat;
	
	width				: 11px;
	height				: 32px;
}

.main-menu-center
{
	background-image	: url('http://www.get-moving.nl/image/main-menu-center.gif');
	background-repeat	: repeat;
	
	font-family			: verdana, arial;
	font-size			: 14px;
	color				: #ffffff;
	
	text-align			: center;
	
	cursor				: pointer;
	cursor				: hand;				/* for IE 5.0 and 5.5 support */
	
	padding-top			: 4px;
	padding-left		: 13px;
	padding-right		: 13px;
	
	border-right		: 1px solid #000000;
}

.main-menu-center a, .main-menu-center a:hover, .main-menu-center a:visited
{
	color				: #ffffff;
}

.main-menu-center-active
{
	background-image	: url('http://www.get-moving.nl/image/main-menu-active.gif');
	
	cursor				: hand;
}

.main-menu-center-deactive
{
	background-image	: url('http://www.get-moving.nl/image/main-menu-center.gif');
}

.main-menu-center a
{
	color				: #ffffff;
	text-decoration		: none;
}

.main-menu-center-noBorder
{
	border-right		: 0px;
}

.main-header
{	
	font-size			: 0px;

	height				: 155px;
}

.main-content
{
	padding-top			: 13px;
}

.main-hrAbove
{
	height				: 20px;
}

.main-hr
{
	background-image	: url('http://www.get-moving.nl/image/main-pixel-grey.gif');
	background-repeat	: repeat;

	font-size			: 0px;			/* for the "&nbsp;" */
	
	height				: 1px;
}

.main-footer 
{
	color				: #646464;
	font-size			: 11px;
	
	margin-top			: 8px;
}

.main-footer a, .main-footer a:hover, .main-footer a:visited
{
	color				: #646464;
}
	
.main-footer-menu a
{
	padding-left		: 7px;
}

.main-footer-copyright
{
	text-align			: right;
	font-size			: 10px;
	
	padding-right		: 10px;
}

.main-footer-copyright a
{	
	color				: #cfcfcf;
}

.noUnderline
{
	text-decoration		: none;
}


/**
 * Home
 */
 
.home-mainTable
{
	padding-left		: 10px;
}

.home-column-left
{
	width				: 310px;
	padding-right		: 20px;
}

.home-column-middle
{
	width				: 290px;	
}

.home-column-right
{
	width				: 277px;
}

/* Left column */

.home-column-left img
{
	float				: left;   /* IE needs this property.. */
	padding-top			: 7px;
	padding-right		: 7px;
}

/* Service block */

.home-serviceTable
{
	width				: 296px;
}

.home-serviceTable-leftTop
{
	background-image	: url('http://www.get-moving.nl/image/home-services-topLeft.gif');
	background-repeat	: no-repeat;
	
	font-size			: 0px;
	
	width				: 8px;
	height				: 8px;
	
}

.home-serviceTable-middleTop
{
	background-image	: url('http://www.get-moving.nl/image/home-services-topMiddle.gif');
	background-repeat	: repeat;
	
	font-size			: 0px;
	
	height				: 8px;
}

.home-serviceTable-rightTop
{
	background-image	: url('http://www.get-moving.nl/image/home-services-topRight.gif');
	background-repeat	: no-repeat;
	
	font-size			: 0px;
	
	width				: 8px;
	height				: 8px;
}

.home-serviceTable-middleLeft
{
	background-image	: url('http://www.get-moving.nl/image/home-services-middleLeft.gif');
	background-repeat	: repeat;
	
	font-size			: 0px;
	
	width				: 8px;
	height				: 8px;
}

.home-serviceTable-middleRight
{
	background-image	: url('http://www.get-moving.nl/image/home-services-middleRight.gif');
	background-repeat	: repeat;
	
	font-size			: 0px;
	
	width				: 8px;
	height				: 8px;
}

.home-serviceTable-bottomLeft
{
	background-image	: url('http://www.get-moving.nl/image/home-services-bottomLeft.gif');
	background-repeat	: no-repeat;
	
	font-size			: 0px;
	
	width				: 8px;
	height				: 8px;
}

.home-serviceTable-bottomMiddle
{
	background-image	: url('http://www.get-moving.nl/image/home-services-bottomMiddle.gif');
	background-repeat	: repeat;
	
	font-size			: 0px;
	
	width				: 8px;
	height				: 8px;
}

.home-serviceTable-bottomRight
{
	background-image	: url('http://www.get-moving.nl/image/home-services-bottomRight.gif');
	background-repeat	: no-repeat;
	
	font-size			: 0px;
	
	width				: 8px;
	height				: 8px;
}

.home-serviceTable-whiteLine
{
	padding-top			: 14px;
}

.home-serviceTable-leftColumn
{
	font-size			: 13px;
	font-weight			: bold;
	
	width				: 20px;
	padding-left		: 3px;
}

/* Orange box */

.home-callForm
{
	width				: 258px;
	margin-top			: 30px;	
	margin-left			: 19px;
}

.home-callForm-top
{
	background-image	: url('http://www.get-moving.nl/image/home-orangeBox-top.gif');
	background-repeat	: no-repeat;
	
	font-size			: 0px;
	
	height				: 10px;
}

.home-callForm-middle
{
	background-image	: url('http://www.get-moving.nl/image/home-orangeBox-middle.gif');
	background-repeat	: repeat;
}

.home-callForm-bottom
{
	background-image	: url('http://www.get-moving.nl/image/home-orangeBox-bottom.gif');
	background-repeat	: no-repeat;
	
	height				: 129px;
}

.home-callForm-title
{
	font-size			: 22px;
	font-weight			: bold;
	
	color				: #ffffff;
	
	padding-left		: 20px;
}

.home-callForm-subTitle
{
	font-size			: 17px;
	font-weight			: bold;
	
	color				: #ffffff;
	
	padding-left		: 20px;
}

.home-callForm-text
{
	font-weight			: bold;
	
	padding-top			: 10px;
	padding-left		: 63px;
}

.home-callForm-formTable
{
	margin-top			: 10px;
	margin-left			: 63px;
}

.home-callForm-formTable-leftTd
{
	text-align			: right;

	width				: 57px;
	height				: 22px;
	
	padding-right		: 8px;
}

/* Grey box */


.home-greyBox
{
	width				: 258px;
	margin-top			: 30px;	
	margin-left			: 19px;
}

.home-greyBox-top
{
	background-image	: url('http://www.get-moving.nl/image/home-greyBox-top.gif');
	background-repeat	: no-repeat;
	
	font-size			: 0px;
	
	height				: 10px;
}

.home-greyBox-middle
{
	background-image	: url('http://www.get-moving.nl/image/home-greyBox-middle.gif');
	background-repeat	: repeat;
}

.home-greyBox-bottom
{
	background-image	: url('http://www.get-moving.nl/image/home-greyBox-bottom.gif');
	background-repeat	: no-repeat;
	
	height				: 135px;
}

.home-greyBox-title
{
	font-size			: 20px;
	font-weight			: bold;
	 	
	color				: #000000;
	
	padding-left		: 20px;
}

.home-greyBox-text
{	
	color				: #000000;
	
	padding-left		: 92px;
}

.home-greyBox-text-padding
{
	padding-top			: 13px;
}

.home-greyBox-button
{
	padding-top			: 13px;
	margin-left			: 30px;
}


/** 
 * Subpage 1
 */
 
.subpage1-content
{
	background-image	: url('http://www.get-moving.nl/image/subpage1-background.gif');
	
	padding-left		: 120px;
}

.subpage1-imageLeft
{
	float				: left;
	
	padding-top			: 5px;
	padding-right		: 13px;
}


/**
 * Subpage 2
 */
 
.subpage2-column1
{
	padding-top			: 5px;
	padding-right		: 10px;
}

.subpage2-column2
{
	padding-right		: 30px;
}

.subpage2-column3
{
	width				: 302px;
}


/**
 * Contactform
 */
 
.contactForm-leftTd
{
	text-align			: right;


	height				: 21px;
	padding-top			: 0px;
	
	padding-right		: 10px;
}

.contactForm-checkbox
{


	padding-top			: 2px;

}