/*
 * Gina Anton CSS Stylesheet.
 *
 * Subject to copyright.
 *
 * Web Design by Two.
 * mailto:info@twodesign.co.uk
 * http://www.twodesign.co.uk
 *
 * Web Development by LOOKsystems Limited
 * mailto:info@looksystems.ltd.uk
 * http://www.looksystems.ltd.uk
 */

/* GLOBAL STYLES */

body {
	font-size: 9px;
	line-height: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #1a1a1a;
	padding: 0;
	margin: 0;
}

a {
	color: #789fc7;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}

/* LAYOUT STYLES */

#page {
	margin: 83px 50px;
	width: 972px;
}

#content {
	float: left;
	width: 686px;
}

#text {
	width: 530px;
	height: 530px;
}

#image {
	width: 530px;
	height: 530px;
	margin-bottom: 7px;
}

#panel {
	position: absolute;
	left: 801px;
	top: 586px;
	width: 206px;
}

#navigator {
	position: absolute;
	top: 620px;
}
#navigator a {
	color: #1a1a1a;
}
#navigator a.navselect, #navigator a:hover {
	color: #789fc7;
}

#noimage {
	display: table-cell;
	width: 530px;
	height: 383px;
	color: #ccc;
	background: #eee;
	font-size: 600%;
	vertical-align: middle;
	text-align: center;
}

/* MENU STYLES */

#menu {
	float: left;
	width: 135px;
	margin: 0 20px 0 7px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#menu li a {
	width: 135px;
	height: 38px;
	display: block;
	text-decoration: none;
}
#menu li li a {
	color: #1a1a1a;
	height: auto;
	background-color: inherit;
	text-decoration: none;
	text-indent: 0px;
	overflow: visible;
	line-height: 140%;
}
#menu li li a:hover {
	color: #789fc7;
	background-color: inherit;
}
#menu_design_select, #menu_illustration_select {
	margin-bottom: 38px;
}
#menu_design_select ul, #menu_illustration_select ul {
	padding-left: 13px;
}
#menu_design_select ul li a, #menu_illustration_select ul li a {
	width: 122px;
	background: inherit;
}
#menu_design_select ul li.menuselect a, #menu_illustration_select ul li.menuselect a {
	color: #789fc7;
}
#design, #menu_design a {
	background: url(../img/graphicdesign1.gif) 0 0 no-repeat;
}
#menu_design a:hover, #menu_design_select a {
	background: url(../img/graphicdesign2.gif) 0 0 no-repeat;
}
#illustration, #menu_illustration a {
	background: url(../img/illustration1.gif) 0 0 no-repeat;
}
#menu_illustration a:hover, #menu_illustration_select a {
	background: url(../img/illustration2.gif) 0 0 no-repeat;
}
#about, #menu_about a {
	background: url(../img/about1.gif) 0 0 no-repeat;
}
#menu_about a:hover, #menu_about_select a {
	background: url(../img/about2.gif) 0 0 no-repeat;
}
#news, #menu_news a {
	background: url(../img/news1.gif) 0 0 no-repeat;
}
#menu_news a:hover, #menu_news_select a {
	background: url(../img/news2.gif) 0 0 no-repeat;
}
#contact, #menu_contact a {
	background: url(../img/contact1.gif) 0 0 no-repeat;
}
#menu_contact a:hover, #menu_contact_select a {
	background: url(../img/contact2.gif) 0 0 no-repeat;
}

/* HEADING STYLES */

#design {
	margin-left: -13px;
}
#illustration {
	margin-left: -13px;
}
#about {
	margin-left: -13px;
}
#news {
	margin-left: -13px;
}
#contact {
	margin-left: -13px;
}

.heading {
	width: 135px;
	height: 38px;
	margin: 0 0 7px 0;
	text-indent: -9000px;
	overflow: hidden;
}
.heading span {
	display: none;
}

/* BUTTON STYLES */

.button, .cancel {
	font-size: 120%;
	border: none;
	cursor: default;
	padding: 1px 8px;
	padding-top: 2px;
}
.button {
	color: #fff;
	background-color: #666;
}
.cancel {
	color: #fff;
	background-color: #999;
}

/* GENERAL STYLES */

.replace {
	text-indent: -9000px;
	overflow: hidden;
}

.invalid {
	color: #600;
	background: #fee;
}
.invalid td {
	padding: 2px;
}
.invalid a {
	color: #f00;
	background-color: inherit;
	text-decoration: underline;
}

/* BLANK PAGE */

#blank {
	color: #000;
	background-color: #fff;
	padding: 8px;
}
#blank a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}
#blank a:hover {
	text-decoration: underline;
}

/* ACCESS KEYS */

a.accesskey {
	top: 0;
	display: block;
	position: absolute;
	text-indent: -9000px;
	overflow: hidden;
	height: 0px;
}
