/* CSS Document */

/* Styles for Page Headings */

/* Homepage */

#introducing {
	padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("introducing.gif");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:30px;
}

/* Product Range */

#range {
    	padding: 30px 0 0 0;
    	overflow: hidden;
    	background-image: url("range.gif");
    	background-repeat: no-repeat;
    	height: 0px !important;
    	height /**/:30px;
}

/* What's New */

#whatsnew {
    	padding: 30px 0 0 0;
    	overflow: hidden;
    	background-image: url("whatsnewheader.gif");
    	background-repeat: no-repeat;
    	height: 0px !important;
    	height /**/:30px;
}

/* Atlas Features */

#features {
    	padding: 30px 0 0 0;
    	overflow: hidden;
    	background-image: url("featuresheader.gif");
    	background-repeat: no-repeat;
    	height: 0px !important;
    	height /**/:30px;
}

/* Collins History */

#history {
    	padding: 30px 0 0 0;
    	overflow: hidden;
    	background-image: url("historyheader.gif");
    	background-repeat: no-repeat;
    	height: 0px !important;
    	height /**/:30px;
}

/* Atlas Timeline */

#timeline {
    	padding: 30px 0 0 0;
    	overflow: hidden;
    	background-image: url("timeline.gif");
    	background-repeat: no-repeat;
    	height: 0px !important;
    	height /**/:30px;
}

/* Weird and Wonderful */

#weird {
    	padding: 30px 0 0 0;
    	overflow: hidden;
    	background-image: url("weirdheader.gif");
    	background-repeat: no-repeat;
    	height: 0px !important;
    	height /**/:30px;
}

#location {
    	padding: 30px 0 0 0;
    	overflow: hidden;
    	background-image: url("locationheader.gif");
    	background-repeat: no-repeat;
    	height: 0px !important;
    	height /**/:30px;
}

#aurora {
    	padding: 30px 0 0 0;
    	overflow: hidden;
    	background-image: url("auroraheader.gif");
    	background-repeat: no-repeat;
    	height: 0px !important;
    	height /**/:30px;
}

/* Contact */

#contact {
    	padding: 30px 0 0 0;
    	overflow: hidden;
    	background-image: url("contact.gif");
    	background-repeat: no-repeat;
    	height: 0px !important;
    	height /**/:30px;
}





