@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;
	}
	
#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;
	background-image:url(images/header.jpg);
	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*/

/*HOME PAGE ELEMENTS*/

#flash{
width: 642px;
height: 433px;
float: left;

}
#right{
width: 325px;
height: 433px;
float: right;
paddding: 0 0 0 12px;

}

#social{
float:right;
width:200px;
margin: 120px 10px 0 0;
text-align: right;

}

/* END HOME 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 */

.headline{
color: #4B51A0;
}

.contact{
	font-size: 12px;
	}
	
.shipping{
font-size: 11px;
color:#000099;
}
.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;
}

.phone{
font-size:16px;
}

#twitter_update_list{
list-style: none;
padding: 0 0 10px 0;
}
#twitter_update_list li{

padding: 0 0 10px 0;
}
#twitter_div{
height: 133px;
overflow:hidden;
}

.small{
	font-size: 13px;
	}