/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; }




body {
	font-family:verdana, arial, helvetica;
	background:url(sitegraphics/bg.gif) top repeat-x;
	color: #003264;
}


a:link, a:visited {
	color:#003264;
	text-decoration: none;
}
a:hover, a:active {
	color:#5C85B0;	
}

h2 {
	margin: 0 0 0.25em 0;
}


/*--------------------WRAPPER--------------------*/

#wrapper {			
	width:760px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	background:url(sitegraphics/bg.gif) top repeat-y;
	border-bottom: 1px solid #C0D0E1;
}


/*--------------------BRANDING--------------------*/

#branding {
	width:760px;
	height:123px;
}


/*--------------------MAIN NAVIGATION--------------------*/

#navbar {
	height: 30px;
	border-right: 1px solid #C0D0E1;
	border-left: 1px solid #C0D0E1;
	border-bottom: 1px solid #5C85B0;
	background-color: #FFF;
}
#nav li {
	display: block;
	float: left;
	width: 100px;
	margin: 2px 0 0 2px;
	padding-top: 0.3em;
	background: url(sitegraphics/bg_navbutton.gif) no-repeat 0 0;
	font-size: 80%;
	text-align: center;
}
#nav li.home {
	display: block;
	float: left;
	width: 80px;
	margin: 2px 0 0 2px;
	padding-top: 0.3em;
	background: url(sitegraphics/bg_navbutton_home.gif) no-repeat 0 0;
	font-size: 80%;
	text-align: center;
}
#nav li.designers {
	display: block;
	float: left;
	width: 175px;
	margin: 2px 0 0 2px;
	padding-top: 0.3em;
	background: url(sitegraphics/bg_navbutton_designers.gif) no-repeat 0 0;
	font-size: 80%;
	text-align: center;
}

#nav a:link,
#nav a:visited {
	color:#003264;
	text-decoration:none;
}
#nav a:hover,
#nav a:active {
	color:#5C85B0;
	text-decoration:none;
}

#searchbox {
	float: right;
	height: 30px;
	margin: 5px 10px 0 0;
	font-size: 80%;	
}
#searchbox .searchinput {
	height: 16px;
	border: 1px solid #C0D0E1;
}
#searchbox .gobutton {
	border: 0;
}



/*--------------------CATEGORY NAVIGATION--------------------*/

#navCategories {
	float: left;
	width: 200px;	
	margin: 0;
	padding: 0 0 2px 1px;
	text-align: left;
}
#navCategories li {
	float: left;
	width: 200px;
	height: 35px;
	padding: 0;
	margin-top: 2px;
	background: url(sitegraphics/bg_navcategories.gif) repeat-x #FFF;
	
}
#navCategories a {
	display: block;
	padding: 8px;
	font-size: 80%;	
}
#navCategories a:link,
#navCategories a:visited {
	text-decoration:none;
}
#navCategories a:hover,
#navCategories a:active {
	color:#5C85B0;
	text-decoration:none;
}


#contentWrapper {
	background:url(sitegraphics/bg_content.gif) repeat-y;	
}

#contenttext {
	float:right;
	width: 518px;
	padding: 10px 20px 10px 20px;
}
#contenttext h1 {
	color: #5C85B0;
	font-family: Verdana, Arial;
	font-size: 150%;
	font-weight: normal;
	letter-spacing: -0.1em;
	margin-bottom: 0.4em;
}

#contenttext p {
	font-size: 80%;
	margin-bottom: 1.2em;
	line-height: 1.4em;
}

#contactdetails {
	background:url(sitegraphics/bg_contactdetails.gif) 0 0 repeat-x;
	padding: 8px;
	width: 182px;
}
#contactdetails li {
	font-size:70%;
	color:#003264;
}
#contactdetails a {
	background:none;
	display:list-item;
	
}


.security {
	margin: 0 0 25px 0;
	text-align: center;
	font-size: 80%;
}
.security img {
	margin: 0 0 5px 0;
}


/*--------------------FOOTER--------------------*/

#footer {
	background:url(sitegraphics/bg_nav.gif) 0 0 repeat-y;
	border-top: 1px solid #5C85B0;	
	clear:both;
	height: 32px;
	width: 760px;
}
#footer ul {
	float:left;
	list-style:none;
	padding: 5px 0 0 5px;
} 
#footer li {
	display:inline;
}
#footer a {
	margin:0px 0px 0px 4px;
	font-size: 70%;
	font-weight:lighter;
	letter-spacing: 0.01em;
}
#footer a:link,
#footer a:visited {
	color:#003264;
	text-decoration:none;
}
#footer a:hover,
#footer a:active {
	color:#5C85B0;
	text-decoration:none;
}


.italics {
	font-style:italics;
}

.bold {
	font-weight:bold;
}

.email {
	font-size: 85%;
	font-weight:bold;
}

.imageright {
	float:right;
}

.imageleft {
	float:left;
}

