/* set margins to zero for EVERYTHING */
* {
	margin: 0px;
	padding: 0px;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 20px;
}

p {
	margin-bottom: 5px;
}

/* id */
#placeholder {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


.contentright {
	text-align: right;
}


.contentleft {
	text-align: left;
}

/* Sets the font, background colour and padding for the sign category navigation and main content area */
#content {
		padding: 10px;
		border: none;
}

/* All headings in nav menu */
.contentnav {
	font-size: small;
	font-weight: bold;
	color: #3E2866;
	text-align: left;
	margin-bottom: 20px;
}

.contentcenter {
	text-align: center;
}

/* Sign heading in main content area e.g. CCTV sign */
#content h2 {
	padding-top: 3px;
	font-size: 18px;
	color: #3E2866;
	margin-bottom: 20px;
}

/* Content text in main content area */
#contenttext {
	font-size: small;
	text-align: left;
}

/* Bullet points used in the Sign Material Choices */
#contenttext ul {
	padding-left: 15px;
	padding-top: 5px;
}

#contenttext li {
	margin: 5px 0;
}


/* Set font etc for Product Type and Product Code */
.product {
	font-size: small;
    font-weight: bold;
	text-align: left;
	color: #3E2866;	
}

/* Set background colour etc for the footer */
#footer {
	padding: 10px;
	border-top: 2px solid #cccccc;
}

#footer p {
	font-size: x-small;
	text-align: center;
}

#footer table {
	margin: 0px auto 0px auto;
}

/* Set the main navigation bar */
#nav {
	font-size: small;
	font-weight: bold;
	background-image:  url("images/chrome1.gif");
	height: 25px;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}

#nav ul {
	list-style: none;
	margin: 0px;
}

#nav li {
	float: left;
}

#nav a {
	/* padding for top right bottom left */
	padding: 5px 13px 5px 13px;
	/*background-image: url(chrome1.gif);*/
	text-decoration: none;
	color: #000000;
	border-right: 1px solid #999999;
}

#nav a:link {}
#nav a:visited {}
#nav a:hover {
	color: #666666;
	text-decoration: none;
}
#nav a:active {}

/* Grey border around sign category navigation area and main content area */
.greyborder {
	border: 3px solid #eeeeee;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	font-size: small;
	vertical-align: top;
}

/* Sign category links */
#navcategorylinks a:link {
	text-decoration: none;
	color: #000000;
}

#navcategorylinks a:visited {
    text-decoration: none;
	color: #000000;
}

#navcategorylinks a:hover{
text-decoration: underline;
	color: #999999;
}

#navcategorylinks a:active {
    text-decoration: none;
}

/* Content link */
.contentlink a:link {
	color: #0000FF;
}

.contentlink a:visited {
	color: #0000FF;
}

.contentlink a:hover{
	color: #999999;
}

/* Page Top link */ 
.toplink a:link {
    text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.toplink a:visited {
    text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.toplink a:hover{
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

.toplink a:active {
    text-decoration: none;
	font-weight: bold;
}

/* Sign link */ 
.signlink a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.signlink a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.signlink a:hover{
	color: #999999;
	font-weight: bold;
}

.signlink a:active {
    text-decoration: none;
}

#formborder {
    border: 1px solid #000000;
}


.formtext {
    font-size: small;
    font-weight: bold;
	color: #000000;
}

.asterisk {
    font-size: small;
    font-weight: bold;
	color: #FF0000;
}

.item {
	margin: 10px 0px 10px 0px;
	clear: right;
}

/* Portrait images */
.itemimage {
	width: 118px;
	margin-right: 20px;
	padding: 8px;
	text-align: center;
}

/* Landscape images */
.itemimage2 {
	width:219px;
	margin-right: 20px;
	padding: 8px;
	text-align: center;
}

#galleryindex a:link {
	color: #3E2866;
	font-weight: bold;
	text-decoration: none;
}

#galleryindex a:visited {
	color: #3E2866;
	font-weight: bold;
	text-decoration: none;
}

#galleryindex a:hover{
	color: #999999;
	font-weight: bold;
}

#galleryindex a:active {
    text-decoration: none;
}

.clear {
	clear: both;
	height: 0px;
}

/*	webcomms4u website active link*/
.activelink {
	font-size: x-small;
	font-style: normal;
	color: #0033FF;
	text-decoration: underline;
}

.copyright {
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.bullettxt {
	list-style-type: disc;
}

.formtextpayment {
    font-size: small;
    font-weight: bold;
	color: #FF3399;
}

table {
	width: 100%;
}

.separator {
	margin: 8px 0;
}

#subnav {
	width: 20%;
}

#maincontent {
	width: 80%;
}

ul.contentbullet {
	padding: 15px;
}

ul.contentbullet li{
	margin: 15px 30px;
}



