/************************************************************
	Anne Griffiths City & Guilds Embroidery CD
		Default Style Sheet
			E.G Systems, September 2003
************************************************************/

/************************************************************
	Page Body
************************************************************/
body {
	margin: 40px 0 20px 0;
	padding: 0 0 0 0;
	background-color: #333;
	color: #fff;
	text-align: center;
}

/************************************************************
	Page Container
************************************************************/
#frame {
	margin: 0 auto 0 auto;
	width: 720px;
	height: 520px;
	background-color: #555;
	background-position : 0 0;
	background-repeat : no-repeat;
	font-family:  verdana, arial, helvetica, sans-serif;
}

/* Copyright message */
#crite {
	text-align: left;
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	color: #888;
}

/************************************************************
	Header
************************************************************/
#header {
	width: 720px;
	height: 25px;
	padding-left: 20px;
	background-color: #d97e09;
	vertical-align: middle;
	text-align: left;
	font-family: "trebuchet ms",  verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

/************************************************************
	Content Section
************************************************************/
#content {
	height: 470px;
	vertical-align: top;
	text-align: left;
}

#content img {
	display: block;
	border: 3px solid #eee;
}

#content a {
	font-size: 12px;
	line-height: 15px;
	color: #eee;
}

#content p {
	margin: 10px 20px 10px 20px;
	font-size: 12px;
	line-height: 15px;
	color: #eee;
}

#content p.caption {
	text-align: center;
	font-size: 10px;
	margin: 0  0 0 0;
}

#inner {
	height: 470px;
}

#inner td {
	vertical-align: top;
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	color: #fff;
/*	border: 1px solid yellow; */
}

#inner img {
	margin: 20px 20px 20px 20px;
	cursor: hand;
}

#thumbs {
	vertical-align: top;
	text-align: center;
}

#thumbs td {
	width: 152px;
	height: 150px;
	vertical-align: bottom;
	text-align: left;
}

#thumbs img {
	margin: 0 0 0 0;
	border: 2px solid #eee;
}

#thumbs_compact {
	vertical-align: top;
	text-align: center;
}

#thumbs_compact td {
	width: 162px;
	height: 130px;
	vertical-align: top;
	text-align: left;
}

#thumbs_compact img {
	margin: 0 0 0 0;
	border: 2px solid #eee;
}

#thumbs_deep {
	vertical-align: top;
	text-align: center;
}

#thumbs_deep td {
	width: 163px;
	height: 188px;
	vertical-align: top;
	text-align: left;
}

#thumbs_deep img {
	margin: 0 0 0 0;
	border: 2px solid #eee;
}

/************************************************************
	Navigation
************************************************************/
#nav  {
	width: 720px;
	height: 24px;
	background-color: #555;
	border-top: 1px solid #666966;
	font-size: 11px;
	vertical-align: middle;
	text-align: left;
}

#nav a {
	display: block;
	float: left;
	height: 15px;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	padding: 0 5px 0 5px;
	margin: 4px 6px 0 0;
}

#nav a:hover {
	background-color: #d97e09;
}

#nav_buttons {
	margin-left: 500px;
	width: 220px;
	height: 25px;
}

/************************************************************
	Elements
************************************************************/
H1 {
	margin: 20px 20px 10px 20px;
	padding-top: 40px;
	font-family: "trebuchet ms",  verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

H2 {
	margin: 20px 20px 10px 20px;
	font-family: "trebuchet ms",  verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

#content UL {
	font-size: 12px;
	line-height: 15px;
	color: #eee;
}

#content UL LI {
	margin: 16px 20px 0 0;
}


#content UL.level1 {
	list-style-image: none;
	list-style-type : none;
}

#content UL.level1 LI {
	margin: 12px 0 0 0;
}

#content UL.level1 A {
	padding: 2px 4px 2px 4px;
	font-family: "trebuchet ms",  verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #eee;
	text-decoration: none;
}

#content UL.level2 {
	line-height: 13px;
	list-style-image: none;
	list-style-type : none;
}

#content UL.level2 LI {
	margin: 5px 0 0 0;
}

#content UL.level2 A {
	padding: 2px 4px 2px 4px;
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #eee;
	text-decoration: none;
}

#content UL A:hover {
	color: #d93;
}

.em {
	font-weight: bold;
	color: #fff;
}