@charset "utf-8";

/*************/
/* HTML Tags */
/*************/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	
}
td {
	vertical-align: top;
}
a {
	text-decoration: underline;
	color: #4A0394;
}
a:link {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

img {
	border:none; }

h1, h2, h3, h4, h5 {
	font-weight: normal;
	padding-top: 10px;
	margin: 0;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 145%;
}
h3 {
	font-size: 130%;
	color: #4A0394;
}
h4 {
	font-size: 115%;
}
h5 {
	font-size: 100%;
}
td,p,li {
	font:100% Arial, Helvetica, sans-serif;
}
form {
	padding: 0px;
	margin: 0px;
}
input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
input.radio {
	background-color: #EFEFEF;
	margin-bottom: 0px;
}
hr {
	border-style: solid;
	border-color: #DF702A;
	padding: 0px;
	margin-top: 2px;
	border-width: 1px;
}

/**************************/
/* Header & Footer Styles */
/**************************/
.header {
	background-image: url(../images/top-bg.jpg);
	text-align: center;
	background-repeat: repeat-x;
	background-position: center top;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #DF702A;
	font-size: 0px;
}
.header-right {
	background-image: url(../images/header-right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 190px;
}
.header-left {
	margin-right: 170px;
}
.header-flash {
float:left;
}
.navigation  {
text-align:center;
}
.navigation img {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
}
.footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	text-align:center;
	font-size:72%;
	color:#666666;
}
.footer a{
	color:#F06C00;
}
.footer a:hover{
	color:#666666;
}

/**********************************/
/* Site-Strip & Navigation Styles */
/**********************************/
.searchbox input, .searchbox select, .searchbox textarea {
	font-size: 75%;
}
/*div.strip{margin-left:10px;}*/ 
.strip {
	width: 184px;
	background-color: #ffffff;
}
.strip-bg {
	background-color: #F7F7F7;
	width: 182px;
	text-align: center;
}
.form-container {
	border:1px solid #C7C7C7;
	text-align:left;
	padding:10px;
	font-size:70%;
	margin: 2px;
	background-color: #F0EFED;
}

.form-container select {
	width: 150px;
}

.form-container p {
	margin-top: 0px;
	margin-bottom: 5px;
}
.form-container label {
	font-weight: bold;
}
.form-container form {
	padding: 0px;
	margin: 0px;
}
.navlist {
	padding: 0px;
	margin: 0px;
	width:178px;
	font-size:70%;
	font-family:Arial, Helvetica, sans-serif;
}
.navlist li {
	list-style: none;
	line-height: 23px;
	height: 23px;
	color: #797979;
}
.navlist li a {
	padding-left: 20px;
	text-decoration: none;
	color: #797979;
	display:block;
	background:url(../images/bullet_off.jpg) no-repeat left;
}
.navlist li a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	background-image:url(../images/bullet_over.jpg);
	background-position:left; background-repeat:no-repeat;
}
.navcontainer {
	border:1px solid #C7C7C7;
	background-color:#F0EFED;
	margin:2px;
	text-align:left;
}
.navlist li img {
	float:right;
}
/* the news box */

#news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#news li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* the news box when JavaScript is available */
#news.hasJS {
	height: 120px;
	width:158px;
	overflow: hidden;
	position: relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul {
	position: absolute;
	top: 120px;
	left: 0;
	margin: 0;
	padding: 0;
}

/******************/
/* Content Styles */
/******************/

#landing-wrapper{
	width:774px;
	margin:2em auto;
	text-align:center;
	border:8px solid #DF702A;}
	
.landing-border{
border:2px solid #fff;}	

.content-container {
	width: 934px;
	padding: 10px;
}
.content-container-wide {
	width: 1008px;
	padding: 10px;
}
.content-mid {
	width: 516px;
}
.content-spacer {
	width: 25px;
	display: block;
}
.content {
	width: 516px;
	text-align: left;
	float: left;
	font-size:75%;
}
.content-wide {
	width: 799px;
	text-align: left;
	float: left;
	font-size:75%;
}
.content input[type=text], textarea {
	width: 200px;
}

/****************/
/* Other Styles */
/****************/
.clear-both {
	clear: both;
	width: 934px;
	line-height: 1px;
	text-size: 1px;
}
.container {
	border:1px solid #C7C7C7;
	padding:10px;
	font-size:70%;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
.container a {
	color: #000000;
}

.small-pad {
	padding-bottom: 2px;
}
#ticks ul{
	list-style:none;
	}
#ticks li{
	list-style:none;
	display:block;
	width:450px;
	background:url(../images/bullet_tick.gif) left no-repeat;
	padding-left:30px;
	margin:10px 0;
}
.green {
	color: #485A1D;
}
.greenlink {
	color: #485A1D;
}
.small {
	font-size: 9px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.imgleft {
	float: left;
	padding-right: 10px;
}
.imgright {
	float: right;
	padding-left: 10px;
}
.imgcenter {
	margin:0 auto;
	text-align:center;
}
.clear-both-mid {
	width: 500px;
	clear: both;
	line-height: 0px;
	font-size: 0px;
}
.content label {
	width: 120px;
	display: block;
	float: left;
	font-weight: bold;
}
.black {
	color: #000000;
}
.orange {
	color: #F57A12;
}
.purple {
	color: #2d0098;
}
.embroidery{
	text-align:center;
	margin:0 auto;}
	
.embroidery img{
	border:none;}

.full-litho, .part-leisure, .part-product {
	display: block;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.full-litho {
	display: block;
	height: 1150px;;
	
	
}
.part-leisure {
	height: 1065px;
	padding-left: 2px;
}
.part-product {
	display: block;
	height: 1065px;
}
.uniform-flash {
	border: 0;
}

.btnArchive {
	margin:25px auto 0;
}
	

/****************/
/* Pages */
/****************/

div.form-container form#form1 {
	width: 100px;	
}

.footer a .left{position:absolute;left:0;}
.footer a .right{position:absolute;right:0;}

.slideshow {  position: relative;}
.slideshow img {  border:none; }

.slideshow_wrapper {margin: auto; width:1000px;}



/* facebook like link start  */

.facebooklike a { font-size: 10px !important;}
.connect_action a .name_block span {
	  font-size: 10px !important;
}


/* facebook like link end  */
