* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.clear {
	clear: both;
}

body {
	margin: 4px 0 0 6px;
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	/*color: #b3b2b4;*/
	color: #939294;
}

#canvas {
	/*width: 964px;*/
	width: 974px;
}

.pink {
	color: #D6061C;
}

a {
	color: #D6061C;
	outline: none;
}

a:hover {
	text-decoration: none;
}

.contact a {
	/*color: #b3b2b4;*/
	color: #939294;
	text-decoration: none;
}

.contact a:hover {
	text-decoration: underline;
}

/* @group nav */
#nav {
	font-size: 22px;
	width: 305px;
	float: left;
}

/*
ie6 fix "duplicate character"
http://www.positioniseverything.net/explorer/dup-characters.html
*/
.ie6 #nav {
	margin-right: -1px;
}

#nav span {
	display: block;
	width: 253px;
	height: 60px;
	background: url(../images/logo-geluck-suykens.png) no-repeat left top;
	text-indent: -5000px;
	margin-top: 3px;
	cursor: pointer;
	cursor: hand;
}

.ie6 #nav span {
	behavior: url(/stylesheets/iepngfix.htc); 
}

.gecko #nav span {
	margin-top: 1px;
}

.safari #nav span {
	margin-top: 2px;
}

.ie #nav {
	/*letter-spacing: 0.02em;*/
}

#nav a,
.works a {
	/*color: #D4D2D5;*/
	color: #939294;
	text-decoration: none;
}

#nav a:hover,
#nav a.selected,
.works a:hover,
.works a.selected {
	color: #D6061C;
}

#nav ul li {
	line-height: 28px;	
}

#nav p {
	font-size: 9px;
	color: #232124;
}
/* @end */


/* @group content */
#content {
	float: left;
	/*width: 655px;*/
	width: 665px;
	margin-top: 161px;
	/*border: 1px dotted #969696;*/
}

.safari #content{
	margin-top: 160px;
}

.ie #content {
	margin-top: 163px;
}

#frame {
	border: 1px dotted #969696;
	padding: 10px 10px 6px 10px;
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
	height: 388px;
	position: relative;
	background-color: #FFF;
}

#frame.variable {
	height: auto;
	font-size: 14px;
	position: relative;
}

.category #frame {
	font-size: 14px;
	line-height: 18px;
}

.categories #frame {
	font-size: 22px;
}

#breadcrumb {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#zakouskis {
	height: 90px;
	margin-top: 10px;
}

#zakouskis h2 {
	font-size: 12px;
	font-weight: normal;
}

#zakouskis img {
	float: left;
	margin-right: 8px;
}

ul.works {
	list-style-type: none;
	float: left;
	width: 50%;
	float: left;
}

.categories ul.works li {
	margin-bottom: 8px;
}

#work-name {
	/*width: 101px;*/
	width: 111px;
	height: 120px;
	padding: 10px 10px 6px 10px;
	position: relative;
	border: 1px dotted #969696;
	margin-right: 10px;
	float: left;
}

h2 {
	font-size: 22px;
	color: #D6061C;
	font-weight: normal;
	margin-bottom: 5px;
	/*margin-top: 1px;*/
}

#work-name h2 {
	margin-top: -1px;
}

.safari #work-name h2 {
	margin-top: -2px;
}

.ie #work-name h2 {
	margin-top: -3px;
}

.category h2 {
	margin-top: 1px;
}

.ie .category h2 {
	padding-top: 1px ;
}

#main-image {
	padding: 10px 10px 6px 10px;
	position: relative;
	border: 1px dotted #969696;
	margin-right: 10px;
	width: 207px;
	float: left;
}

#main-image img {
	margin: 0px auto;
	display: block;
	/*position: absolute;
	top: 0px;*/
}

#main-image a {
    text-decoration: none;
}

#thumbs {
	float: right;
	width: 239px;
	margin-right: 44px;
}

.ie6 #thumbs {
	/*background-color: red;*/
	margin-right: 22px;
	/*padding-left: 40px;*/
	/*width: 187px;*/
	margin-left: -10px;
}

#thumbs img {
	border: 1px dotted #969696;
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	width: 55px;
	height: 55px;
}

#thumbs img.fake-thumb {
	border-color: #FFF;
}

#legend-pusher {
	height: 9px;	
	float: right;
	width: 217px;
}

.ie6 #legend-pusher {
	height: 9px;
	font-size: 4px;
}

#legend {
	padding: 6px 10px 6px 10px;
	border: 1px dotted #969696;
	width: 217px;
	float: right;
	font-size: 11px;
	line-height: 1.2em;
	/*margin-right: 44px;*/
}

.ie6 #legend {
	/*margin-right: 22px;
	padding-left: 40px;
	width: 187px;
	margin-left: -10px;*/
}

.ie6 #legend p {
	/*margin-left: -30px;*/
}

#legend h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 4px;
}

.ie6 #legend h3 {
	/*margin-left: -30px;*/
}

#breadcrumb {
	font-size: 11px;
}

.big-text {
	font-size: 22px;
}

.small-text {
	font-size: 11px;
}
/* @end */



