@charset "utf-8";
/* CSS Da Goose Music */

body, html {
	color: #4c4c4d;
	font-family: 'Trebuchet MS', Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 21px;
	text-align: center; /*** Centers the design in old IE versions ***/
	min-height: 100%;
	padding: 0;
	margin: 0;
	background: #ececec url('../images/bg.gif') top left repeat-x;
}
html {
	height: 100%;
}

#bghome-container {
	width: 100%;
	min-height: 100%;
	background: url('../images/bghome.gif') top left repeat-x;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	overflow: hidden;
}
#main-container {
	background: url('../images/bgcontainer.png') no-repeat; /*** This is our faux columns ***/
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0px;
	min-height: 100%;
	width: 929px;
	position: relative;
	margin: 0 auto;
}
#main-container a, #main-container a:visited {
	color :#9aba68;
	text-decoration: none;
}
#main-container a:hover {
	color :#9aba68;
	text-decoration: underline;
}
h1 {
	padding: 0 0 27px 0;
	color:  #78a94c;
	font-weight: bold;
	margin: 0;
	font-size: 20px;
}
h2,h3 {
	padding: 0 0 27px 0;
	color:  #78a94c;
	font-weight: bold;
	margin: 0;
	font-size: 16px;
}
h3 {
	padding: 0 0 15px 0;
	font-size: 13px;
	color: #4c4c4d;
}
h3 em {
	color:  #78a94c;
}

#topmenu-container {
	position: absolute;
	top: 35px;
	overflow: hidden;
	left: 35px;
	background: url('../images/topmenubutbg.png') top left no-repeat;
	width: 465px;
	height: 28px;
	z-index: 1001;
}
#transbutton1 a, #transbutton1 a:visited, #transbutton1 a:hover {
	width: 176px;
	float: left;
	height: 28px;
	display: block;
	text-decoration: none;
}
#transbutton2 a, #transbutton2 a:visited, #transbutton2 a:hover,
#transbutton3 a, #transbutton3 a:visited, #transbutton3 a:hover,
#transbutton4 a, #transbutton4 a:visited, #transbutton4 a:hover,
#transbutton5 a, #transbutton5 a:visited, #transbutton5 a:hover,
#transbutton6 a, #transbutton6 a:visited, #transbutton6 a:hover {
	width: 30px;
	float: left;
	height: 28px;
	display: block;
	text-decoration: none;
}

#transbutton6 a, #transbutton6 a:visited, #transbutton6 a:hover {
	width: 35px;
}

#header-container {
	width: 899px;
	height: 193px;
	margin: 0 15px 0 15px;
	background: url('../images/headerbg.jpg') bottom left no-repeat;
}
#content-container {
	overflow: hidden;
	margin: 0 15px;
	background-color: #fff;
}
#submenu-container {
	float: left;
	width: 185px;
	height: 436px;
	background: url('../images/bgsubmenu.png') top left no-repeat;
	padding-top:10px;
}
#orderdiv {
	overflow: hidden;	
}

#main-container #docs-container p a,
#main-container #docs-container p a:visited {
	display: block;
	text-decoration: none;
	padding: 15px;
	border: 1px solid #78a94c;	
	color: #78a94c;
	line-height: 2.2em;
	width: 500px;
}
#main-container #docs-container p a img {
	float: left;
	margin: 0 20px 0 0;	
}

#content {
	float: left;
	width: 620px;
	margin: 47px 47px 5px 47px;
	padding-bottom: 20px;
	border-bottom: 1px solid #9aba68;
}
#footer {
	margin-right: 47px;
	text-align: right;
	font-size: 10px;
	margin-bottom: 20px;
}

/* menu */

#submenu-container .subbutton a, #submenu-container .subbutton a:active {
	margin: 0 12px 12px 12px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: left;
	width: 130px;
	height: 20px;
	overflow: hidden;
	line-height: 1.3em;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: bold;
	background: url('../images/bgsubmenuitem.png') top left no-repeat;
}
#submenu-container .subbutton a:hover, #submenu-container .subbutton a.current {
	color: #444545;
	text-decoration: none;
}
#menu-container {
	width: 807px;
	height: 33px;
	background: #fff url('../images/bgmenu.png') top left no-repeat;
	margin: 0 15px 0 15px;
	padding: 6px 0 0 92px;
	overflow: hidden;
}
#but-home a, #but-home a:visited {
	display: block;
	float: left;
	text-decoration: none;
	width: 82px;
	height: 27px;
	margin-right: 2px;
	background: url('../images/menubutbg.png') 0 0px no-repeat;
}
#but-home a:hover, #menu-container #but-home a.current {
	text-decoration: none;
	background: url('../images/menubutbg.png') 0 -27px no-repeat;
}
#but-services a, #but-services a:visited {
	display: block;
	float: left;
	text-decoration: none;
	width: 112px;
	height: 27px;
	background: url('../images/menubutbg.png') -84px 0px no-repeat;
	margin-right: 2px;
}
#but-services a:hover, #menu-container #but-services a.current {
	text-decoration: none;
	background: url('../images/menubutbg.png') -84px -27px no-repeat;
}
#but-references a, #but-references a:visited {
	display: block;
	float: left;
	text-decoration: none;
	width: 132px;
	height: 27px;
	margin-right: 2px;
	background: url('../images/menubutbg.png') -198px 0px no-repeat;
}
#but-references a:hover, #menu-container #but-references a.current {
	text-decoration: none;
	background: url('../images/menubutbg.png') -198px -27px no-repeat;
}
#but-studio a, #but-studio a:visited {
	display: block;
	float: left;
	text-decoration: none;
	width: 96px;
	height: 27px;
	margin-right: 2px;
	background: url('../images/menubutbg.png') -332px 0px no-repeat;
}
#but-studio a:hover, #menu-container #but-studio a.current {
	text-decoration: none;
	background: url('../images/menubutbg.png') -332px -27px no-repeat;
}
#but-faq a, #but-faq a:visited {
	display: block;
	float: left;
	text-decoration: none;
	width: 80px;
	height: 27px;
	margin-right: 2px;
	background: url('../images/menubutbg.png') -430px 0px no-repeat;
}
#but-faq a:hover {
	text-decoration: none;
	background: url('../images/menubutbg.png') -430px -27px no-repeat;
}
#but-contact a, #but-contact a:visited {
	display: block;
	float: left;
	text-decoration: none;
	width: 106px;
	height: 27px;
	margin-right: 2px;
	background: url('../images/menubutbg.png') -512px 0px no-repeat;
}
#but-contact a:hover, #menu-container #but-contact a.current {
	text-decoration: none;
	background: url('../images/menubutbg.png') -512px -27px no-repeat;
}
#but-about a, #but-about a:visited {
	display: block;
	float: left;
	text-decoration: none;
	width: 89px;
	height: 27px;
	margin-right: 2px;
	background: url('../images/menubutbg.png') -620px 0px no-repeat;
}
#but-about a:hover, #menu-container #but-about a.current {
	text-decoration: none;
	background: url('../images/menubutbg.png') -620px -27px no-repeat;
}

/* YUI Modules */

.slideshow {
	width: 620px;
	height: 414px;
	margin: 0px;
	overflow: hidden;
}
.slideshow img {
	width: 616px;
	height: 410px;
	padding: 0px;
	margin: 0;
	background: #ffffff;
	border: 2px solid #747373;
}

.form-div {
	overflow: hidden;
	width: 350px;
}

.form-row {
	overflow: hidden;
	width: 100%;
	padding-bottom: 5px;
}

.field {
	width: 200px;
	border: 1px solid #78a94c;
	padding: 2px;
	margin: 0;
	background-color: #fff;
	height: 14px;
	float: right;
	font-size: 11px;
	font-family: 'Trebuchet MS', Verdana, Arial, Tahoma, sans-serif;
}

.commentarea {
	width: 344px;
	border: 1px solid #78a94c;
	padding: 2px;
	margin: 0;
	background-color: #fff;
	height: 54px;
	font-size: 11px;
	font-family: 'Trebuchet MS', Verdana, Arial, Tahoma, sans-serif;
}

.error {
	color: red;
	font-size: 10px;
}

.submitbut {
	font-size: 11px;
	font-family: 'Trebuchet MS', Verdana, Arial, Tahoma, sans-serif;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	margin: 0;
	background-color: #78a94c;
	text-align: center;
	width: 80px;
	border: 0px;
	float: right;
}
