/*
  CRAFTSPUN.IE
  Copyright (c) 2009, All Rights Reserved
*/

body {
 background-color:#7f8c7d;
 font:12px Verdana, Helvetica, Arial, sans-serif;
 margin:0;
 padding:0;
}
img {
 border:0;
 margin:0;
 padding:0;
}

h2 {
 font:36px 'Times New Roman', Times, serif;
 font-weight:normal;
 margin:20px 0;
}

a {
 text-decoration:none;
}
a:hover {
 text-decoration:underline;
}

#body {
 width:900px;
 margin:10px 0 0 55px;
}

#banner {
 height:112px;
 background:#FFE6B2 url(images/banner-bg.png) no-repeat scroll left top;;
 position:relative;
}
.index #banner {
 height:277px;
 background:#FFE6B2 url(images/homepage-bg.png) no-repeat scroll left top;;
}

#copyright {
 width:900px;
 font-size:11px;
 color:#F9E4C8;
 padding:2px 0;
 margin-left:55px;
}

#menu {
 position:absolute;
 top:71px;
 left:90px;
}
.index #menu {
 top:93px;
 left:128px;
}
#menu a {
 color:#6EA130;
 font-size:11px;
 font-weight:bold;
 letter-spacing:0.01em;
 text-decoration:none;
 margin:0 25px 0 0;
}
#menu a:hover {
 color:#074C15;
}
#menu a.current-page {
 color:#074C15;
 cursor:default;
}

#content {
 border:1px solid #074C15;
 border-left:0;
 border-right:0;
 background:#074C15 url(images/content-bg.png) repeat scroll left top;
 min-height:450px;
 color:#FFE6B2;
 position:relative;
}
.index #content {
 min-height:355px;
}
#content a {
 color:#FFE6B2;
}

.product #content b {
 font-size:1.2em;
}

#content .menu {
 margin:0 0 20px 90px;
}
#content .menu a {
 color:#FFE6B2;
 font-size:11px;
 font-weight:bold;
 letter-spacing:0.01em;
 text-decoration:none;
 margin:0 25px 0 0;
}
#content .menu a:hover {
 color:white;
}
#content .menu a.current-page {
 color:white;
 cursor:default;
}




#copyright {
 color:#BBB;
 font-size:10px;
 margin-bottom:10px;
}
#copyright a {
 color:#BBB;
 float:right;
}

.video-panel {
 position:absolute;
 z-index:100;
 top:-140px;
 right:14px;
 border:10px solid #074C15;
 background:#074C15;
 border:10px solid #1f5d2b;
 background:#1f5d2b;
 width:318px;
 height:288px;

}