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

@font-face {
    font-family: CaslonRegular;
    src: url(scripts/ACaslonPro-Regular.otf);
}

@font-face {
    font-family: CaslonItalic;
    src: url(scripts/ACaslonPro-Italic.otf);
}


a {
	color:#335291;
}

body {
	margin:0px;
	padding:0px;
	background-color:#FAFAFA;
}

body, html {
	height: 100%;	
}

.caption {
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
	font-size:10px;
	text-align:center;
	margin-top:30px;
}

.captionSub {
	color:#999;
}

#contentDiv {
}

.contentImg {
	display:none;	
}

#contentWrap {
	position:absolute;
	left:378px;
	top:50px;
}

#descDiv {
	position:absolute;
	bottom:36px;
	margin-bottom:4px;
	width:284px;
}

.infoDiv {
	background-color:#333;
	height:10px;
}

#logoDiv {
	width:284px;
	height:24px;
	position:absolute;
	bottom:12px;
	cursor:pointer;
}

#logoImg {
	background-image:url(images/as_logo.gif);
	width:284px;
	height:24px;	
	position:absolute;
	top:0px;
}

.menuLine {
	margin-top:2px;
	margin-left:-2px;
	width:289px;
	height:16px;
}

#menuWrap {
	width:284px;
	padding:12px;
	position:absolute;
	bottom:0px;
	height:96px;
	background-color:#FAFAFA;
}

#menuWrap2 {
	position:fixed;
	height:100%;
	width:308px;
	margin:0px;
}

.menuItem {
	height:14px;
	background-color:#c3c3c3;
	margin-left:2px;
	margin-right:3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	padding:1px;
	text-align:center;
	float:left;
	font-weight: bold;
	cursor:pointer;
}

#puschinoDesc p{
	margin-top:14px;
	margin-bottom:0px;
		
}
