
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body {
	width: 960px;
	margin: 0 auto;
	background-color: rgb(252, 252, 237);
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}



/* header ------------------------------------------------ */
#header {
	/* overflow: hidden; */
	position: relative;
	width: 958px;
	height: 150px;
	background: rgb(121, 180, 190) url(../images/atsymbolblue.png) no-repeat 0 50%;
	color: rgb(252, 252, 237);
	margin: 15 0 0 0;
	border-top: 2px solid rgb(17, 90, 98);
	border-bottom: 1px solid rgb(67, 140, 148);
	border-left: 1px solid rgb(67, 140, 148);
	border-right: 1px solid rgb(67, 140, 148);
}

#header h1{
	font-size: 60px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bolder;
	margin-left: 7px;
	line-height: 200%;
	float: left;
}

.subtle {
	font-weight: normal;
}

.strapline{
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: none;
}

/* address ------------------------------------------------- */

#address{
	overflow: hidden;
	/* background: rgba(79, 32, 38, .5); */
	width: 300px;
	height: 100px;
	position: relative;
	top: 30px;
	right: 20px;
	float: right;
	text-align: center;
	margin: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.address_text {
	padding: 0px 0px 0px 0px;
	font-size: 12pt;
	margin: 0;
}

.telephone_number {
	padding: 10px 0px 0px 0px;
	font-size: 20px;
}


/* navigation ----------------------------------------------- */
#navigation {
	margin: 0 auto;
	background-color: rgb(202, 222, 112);
	font-weight: bold;
	width: 960px;
	height: 25px;
}

#navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 12px;
}

#navigation li{
	display: inline;
}


/* content --------------------------------------------------- */

#main_content {
	overflow: hidden;
	margin: 0 auto;
	width: 956px;
	/* height: 600px; */
	/* padding: 20px; */
	background-color: rgb(189, 209, 190);
	color: rgb(72, 66, 64);
	line-height: 120%;
/*	border-top: 2px solid rgb(179, 199, 180);
	border-bottom: 2px solid rgb(179, 199, 180); */
	border: 2px solid rgb(179, 199, 180);
	}

#main_content h2 {
	padding: 10px 0px 5px 0px;
	font-size: large;
}

#main_content p {
	padding: 5px 0 0 0;
}


/* products -------------------------------------------------- */

#product_area {
	float: right;
	margin: 10px;
	padding: 5px;
	width:590px;
	background-color: rgb(252, 252, 237);
	font-size: 10px;
}

.product_display {
	/* float: left; */
	margin: 5px;
	padding: 5px 5px 15px 5px;
	background-color: rgb(232, 227, 187);
	border-bottom: 2px solid rgb(206, 219, 168);
	border-right: 2px solid rgb(206, 219, 168);
}

.product_display_r {
	/* float: left; */
	margin: 10px 5px 10px 5px;
	padding: 5px;
	background-image: url(../images/atsymbolsmallr.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-color: rgba(232, 227, 187, 1);
	border-bottom: 2px solid rgb(206, 219, 168);
	border-right: 2px solid rgb(206, 219, 168);
	overflow: hidden;
}

.product_display img, .product_display_r img {
	background-color: rgb(252, 252, 237);
	padding: 5px;
	border: 1px solid rgb(72, 66, 64);
	margin: 5px 10px 5px 5px;
	float: right;
}

.product_caption {
	font-weight: bold;
	font-size: 110%;
	text-indent: 20px;
}

.product_description {

}


/* articles -------------------------------------------------- */

#article_area {
	margin: 10px 5px 10px 10px;
	padding: 5px;
	background-color: rgb(252, 252, 237);
	float: left;
	width: 310px;
}

.article {
	border-top: 2px solid rgba(242, 149, 0, 0.25);
	margin: 15px 0 0 0;
	padding: 10px;
	font-size: 10pt;
	background-image: url(../images/small_at.png);
	background-position: top center;
	background-repeat: no-repeat;
}


/* footer ---------------------------------------------------- */

#footer {
	clear: both;
	height: 50px;
	font-size: small;
	text-align: center;
	background-color: rgb(121, 180, 190);
	border-top: 1px solid rgb(67, 140, 148);
	border-bottom: 2px solid rgb(17, 90, 98);
}

