@charset "utf-8";
@import url("../w3c.css");
/* CSS Document */

body {
	font-size:medium;
	}
h1 {
	font-size:150%;
	}	
h2 {
	font-size:130%;
	}
h3 {
	font-size:120%;
	text-align:center;
	}
h4 {
	font-size:110%;
	}
#bodyContainer {
	width:760px;
	margin:10px auto;
	border:1px solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
    z-index: 11;
    box-shadow: 0px 0px 20px black;
	-moz-box-shadow: 0px 0px 20px black;	
	}	
	
#header {
	background: url(../img/embroidery-logo.gif) center center;
	padding-top: 172px;
}
ul {
	font-size: medium;
	margin-left: 0px;
	list-style:disc inside;
}
#columnwrap {
	float: left;
	width: 100%;
}

#panel_left {
	float: left;
	width: 26%;
	padding: 6px;
}
.display-box {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	padding: 6px;
	margin-top: 12px;
	margin-bottom: 12px;
	border:1px solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 2px 2px 4px #999;
	-moz-box-shadow: 2px 2px 4px #999;
	-webkit-box-shadow: 2px 2px 4px #999;
}

#panel_main {
	float: left;
	width: 536px;
	padding: 6px;
}
#panel_main .display-box {
	width: 50%;
	margin-right: auto;
	margin-left: 30px;
	padding: 6px;
	margin-top: 12px;
	margin-bottom: 12px;
	border:1px solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 2px 2px 4px #999;
	-moz-box-shadow: 2px 2px 4px #999;
	-webkit-box-shadow: 2px 2px 4px #999;
	}

#panel_right {
	float: right;
	width: 38%;
	padding: 6px;
	}
#panel_right .display-box {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	padding: 6px;
	margin-top: 12px;
	margin-bottom: 12px;
	border:1px solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 2px 2px 4px #999;
	-moz-box-shadow: 2px 2px 4px #999;
	-webkit-box-shadow: 2px 2px 4px #999;
	}
#figure {
	width: 418px;
	padding:280px 12px 0 12px;
	margin: 100px 0 20px 74px;
	background: url(../img/embroideryGal.jpg) no-repeat center center;
	border:1px solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 2px 2px 4px #999;
	-moz-box-shadow: 2px 2px 4px #999;
	-webkit-box-shadow: 2px 2px 4px #999;
}

#figure p {
	text-align:center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: small;
}
.figure+p:first-line { font-weight: bold; }

#subfooter {
	width: 760px;
	color: #e2d7cd;
	text-align: center;
	font-size: small;
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 10px;
}

#subfooter img {
	padding:4px;
	border:solid 1px #226c89;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 4px;
	}
	
#subfooter img:hover {
	 z-index: 11;
	 box-shadow: 0px 0px 20px black;
	 -moz-box-shadow: 0px 0px 20px black;
	 }	
	
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	padding-bottom: 36px;
}
.centre {
	text-align: center;
}
	
.box-ad {
    /*font-family: "Swiss911 UCm BT", Haettenschweiler, sans-serif;*/
/*	text-shadow: #000 1px 1px 5px;*/
	font-size:12px;
	text-align: center;
	line-height:110%;
	padding: 3%;
	margin: 4% auto;
	width: 134px;
	border: solid 1px;
	border-bottom: solid 2px;
	border-right: solid 2px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.6);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
/*	transition-property: background-color;
	transition-duration: 4s;
	-moz-transition-property: background-color;
	-moz-transition-duration: 4s;
	-o-transition-property: background-color;
	-o-transition-duration: 4s;*/
}

* html .box-ad {
		margin: 1% auto; /* Hack for HSIE 6*/
		}

.box-ad a{
	text-decoration:none;
	line-eight:120%;
	font-weight: bold;
	}
	
.box-ad li {
	list-style-type: none;
	margin-left: -10px;
}
.group:after{ /* clears all floats */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
* html .group{ /* clears all floats for IE/win 6 */
	height:1%;
	}	
*:first-child+html .group { /* clears all floats for IE/win 7 */
	min-height: 1px;
	}
