/* Colour Key 

Colour 1:#471499 (dark purple)

Colour 2:#CC0099 (pink)

Colour 3:#FF9936 (orange)

Colour 4:

Colour 5:

*/

/* Browser Reset*/

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote, button {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

/* Any divs that include floated elements will need clearing. Add a class of clear to the div. */

.clear:after {
	content:  "";
	display: block;
	clear: both;
}

/* @group global styles */


body {
	font: 12px/16px Helvetica, Arial, sans-serif;
	background: #471499 url(../images/StarSwirlBG.jpg) repeat-x;
	text-align: center;
}

a:link {
	color: #0D43B2;
	text-decoration: underline;
}

a:hover {
	color: #FF9936;
	text-decoration: underline;
}

a:visited {
	color: #CC0099;
	text-decoration: none;
} 

h1 {
	color: #471499;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}

h2 {
	color: #CC0099;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
}

h3 {
	font-size: 15px;
	line-height: 18px;
	color: #FF9936;
	font-weight: bold;
	margin-bottom: 10px;
}

.red {
	color: red;
}

/* @end */

#container {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	color: #471499;
}

#header {
	background-image: url(../images/Paperwork_Genie_Header.png);
	height: 260px;
}

#bodycontent {
	background: white 0;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: left;
}

#internalcentre {
	text-align: center;
	margin-top: 10px;
}

#skype {
	margin-bottom: 20px;
}

.imagespacer {
	margin-bottom: 30px;
}

.rightimages {
	margin-bottom: 20px;
	float: right;
	margin-left: 20px;
}

.embroideryimages {
	clear: right;
}

.embroideryimages img{
	padding-right: 15px;
}

#embroiderycaptions ul {
	list-style-type: none;
	width: 650px;
}

#embroiderycaptions ul li {
	float: left;
	width: 215px;
}

/* @group sidebar */

#sidebar {
	width: 170px;
	float: right;
	margin-right: 50px;
	text-align: center;
	margin-left: 30px;
	background: url(../images/SideBarBG.jpg) no-repeat;
	padding-bottom: 10px;
	display: inline;
	margin-bottom: 30px;
}

#sidebar img {
	padding-top: 9px;
}

#sidebarimageone {
	margin-top: 110px;
}

#sidebarimagetwo {
	margin-top: 550px;
}

/* @end */

#introimage {
	padding-left: 60px;
}

#internaltext {
	padding: 0 50px;
}

#internaltext ul {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 15px;
}

#internaltext li {
	margin-top: 7px;
}

#rightcolumn {
	width: 300px;
	float: right;
}

#leftcolumn {
	width: 300px;
}

/* @group footer */

#footer {
	margin: 0 auto;
	width: 952px;
	font-size: 12px;
	height: 120px;
	background: url(../images/FooterBG.png) no-repeat;
	text-align: center;
}

#footer a:link {
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 10px;
	text-decoration: none;
}

#footer img {
	margin-top: 15px;
	right: 180px;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
}

#footer p {
}

.copyright {
	color: white;
	position: relative;
	left: 230px;
	top: 25px;
}

/* @end */


#formcontainer {
	width: 480px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#formcontainer p {
	color: #471499;
	font-size: 12px;
}

#formcontainer input {
	font-size:12px;
	padding: 2px;
	width: 200px;
	height: 22px;
	margin-bottom: 3px;
	margin-top: 3px;
}




