/*
 * Garments Styles
 */
#body #title span {
	font: 20px Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: rgb(151,150,150);
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 5px;
	display: block;
	margin: 105px 10px 0px 0px;
}
#body #title .smaller {
	font-size: 17px
}
#body #title .smallest {
	font-size: 14px
}
.prodTitle {
	font-size: 18px;
	font-weight: bold;
}
#sizeChart {
	width: 350px;
	float: left;
}
#colourChart {
	width: 200px;
	float: left;
}
#colourChart .image {
	width: 148px;
	margin-left: auto;
	margin-right: auto;
}
#tblSizeChart {
	font: 11px Arial, Helvetica, Sans-Serif;
	float: left;
	background-color: rgb(230,230,230);
}
#tblSizeChart th {
	border-color: rgb(255,255,255);
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	background-color: rgb(205,205,205);
}
#tblSizeChart td {
	border-color: rgb(255,255,255);
	border-style: solid;
	border-width: 1px 1px 0px 0px;
}

#colourChart .caption {
	text-align: center;
	font-size: 10px;
}
.colours {
	float: none;
	clear: both;
	margin: 0px 0px 20px 0px;
}
.colours .row {
	margin: 0px 0px 10px 0px;
}
.colours .image {
	width: 25%;
	float: left;
	text-align: center;
}
.colours .image .caption {
	clear: both;
	float: none;
	display: block;
}

.logos {
	width: auto;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
.logos div {
	width: 180px;
	margin: 0 auto;
	float: left;
}


/*
 * Contact Styles
 */
#body #title span {
	font: 20px Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: rgb(151,150,150);
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 5px;
	display: block;
	margin: 105px 10px 0px 0px;
}
.formRow {
    padding-bottom: 5px;
    clear: both;
}
.formRow .label {
    width: 120px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    float: left;
}
.address .label {
	height: 55px
}
.name input {
    width: 150px;
}
.email input {
    width: 200px;
}
.info textarea {
    width: 250px;
    height: 150px;
}
.submit {
    padding-left: 130px;
}
.chkEmbroidery {
	margin-left: 10px;
}
