@charset "UTF-8";
/* CSS Document */

html{
margin: 0;
}

body{
background-color: #25276E;	
font-family:Arial;
color: #25276E;
font-size: 14px;
margin: 0px;
	
}

/*BASIC LAYOUT OF SITE*/


#container{
	width: 1064px;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	top: 0px;
	height: 100%;
	}
	
#top{
	width: 1017px;
	height: 19px;
	background-image:url(images/top.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	}
#middle{
	width: 1017px;
	min-height: 600px;
	background-image:url(images/middle.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0 0 12px 0;


	}
#bottom{
	width: 1017px;
	min-height: 3px;
	background-image:url(images/bottom.png);
	background-repeat: no-repeat;
	margin: 0 auto;

	}
	
/*END OF LAYOUT*/

/*START OF SITE ELEMENTS*/

#header{
	width: 977px;
	height: 153px;

	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #BFBDC7;
	}

#newsletter {
	position:absolute;
	width:284px;
	height:131px;
	z-index:1;
	left: 547px;
	top: 11px;
}

#menu{
	height:30px;
	width: 979px;
	margin: 12px auto 0 auto;
	background-image:url(images/menu.jpg);
	background-repeat: repeat-x;
	text-align:center;
	}

#content{
	width: 979px;
	margin: 12px auto 0 auto;

	}
#clear{
	display: block;
	clear: both;
	}
#footer{
	height:17px;
	text-align:center;
		font-size: 14px;
		padding: 20px 0 0 0;
	}
#legalt{
text-align:center;
padding-top: 12px;
color:#666666;
font-size: 12px;
}
	
/*END ELEMENTS*/

/*inside PAGE ELEMENTS*/

#right{
width: 727px;

float: left;

}
#left{
width: 240px;

float: right;
padding: 0 0 0 12px;

}
#text{
padding: 0 0 0 15px;
}

/* END inside PAGE */

/* LINK STYLES */


a.legal:link{
font-family:Arial;
color:#666666;
font-size: 12px;
text-decoration: none;
}

a.legal:active{
font-family:Arial;
color:#666666;
font-size: 12px;
text-decoration: none;
}

a.legal:hover{
font-family:Arial;
color:#666666;
font-size: 12px;
text-decoration: underline;
}

a.legal:visited{
font-family:Arial;
color:#666666;
font-size: 12px;
text-decoration: none;
}


a:link{
font-family:Arial;
color:#336699;
font-size: 13px;
text-decoration: none;
}

a:active{
font-family:Arial;
color:#336699;font-size: 13px;
text-decoration: none;
}

a:hover{
font-family:Arial;
color:#666666;
font-size: 13px;
text-decoration: none;
}

a:visited{
font-family:Arial;
color:#336699;
font-size: 13px;
text-decoration: none;
}


/* END LINK STYLES */


/* 2 Columns for Products Page */

#colum-left{
	float: left;
	width: 76%;
	border: thin solid #CC9966;
}

#colum-right{ 
float: right;
border: thin solid #CC9966;
width: 21%;
padding-right: 2px;
text-align: center ;


}
/* END 2 Columns */

/* TEXT STYLES */

.small{
	font-size: 13px;
	}
.check{
display:none;
}

.orange{
	color: #CC9966;
	}
.thumbs{
padding-bottom: 5px;
border: none;

}

.white{
color: #FFFFFF;
}

text:focus, input:focus {
	border: 2px solid #FCBA63;
}

.headline{
color: #4B51A0;
}

.contact{
	font-size: 12px;
	}
	
.smallgray{
font-size: 11px;
color: #666666;
}
.shipping{
font-size: 11px;
color:#000099;
}

.red{
color:#FF0000;
}

.orang-text{
color: #FCBA63;
font-size: 13px;
}
a.whitelink:link{
font-family:Arial;
color:#FFFFFF;
font-size: 13px;
text-decoration: none;
}

a.whitelink:active{
font-family:Arial;
color:#FFFFFF;font-size: 13px;
text-decoration: none;
}

a.whitelink:hover{
font-family:Arial;
color:#FFFFFF;
font-size: 13px;
text-decoration: none;
}

a.whitelink:visited{
font-family:Arial;
color:#FFFFFF;
font-size: 13px;
text-decoration: none;
}
#twitter_update_list{
list-style: none;
padding: 0 0 10px 0;
}
#twitter_update_list li{

padding: 0 0 10px 0;
}
#twitter_div{
height: 123px;
overflow:hidden;
}
#events{
float:left; width:50%;
}
#eventsform{
	float:right;
	width: 47%;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-right: 5px;
	padding-left: 10px;
}

.phone{
font-size:16px;
}

.call{
	color:#CCC;
	font-size:16px;
}

#calla {
	position:absolute;
	width:270px;
	height:23px;
	z-index:1;
	left: 547px;
	top: 7px;
}
