@charset "utf-8";
/*#circle {position: relative; width: 300px; height: 250px; visibility: hidden}
*/
#wrapper {
	background-color: #333;
	background-image: url(../assets/phoneface.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 1000px;
	margin: 0px auto;
}
#wraparound {
	background-color: #333;
	background-repeat: no-repeat;
	width: 800px;
	height: 800px;
	background-image: url(../assets/logo_background.png);
	background-position: center center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#gallery {
	overflow: auto;
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	width: 700px;
	height: 600px;
	padding-right: 50px;
	padding-left: 50px;
	margin: 0px auto;
}
#circle {
	float: left;
	position: relative;
	visibility: hidden;
	margin-left: 50px;
	margin-top: 25px;
}
#circle DIV {position: absolute;}
#circle DIV A {
	text-decoration: none;
	color: navy;
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
}
#circle DIV A:hover {color: red}
#thumbnail {
	background-image: url(../assets/phonebutton.png);
	/*	height: 80px;
	width: 80px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;*/
	background-repeat: no-repeat;
	position: absolute;
	height: 130px;
	width: 130px;
	text-align: center;
	padding-top: 50px;
	overflow: hidden;
}
#thumbimg {
	background-image: url(../assets/phonebutton.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 130px;
	width: 130px;
	text-align: center;
	overflow: hidden;
}
#invisinail {
	background-image: url(../assets/circle.gif);
/*	height: 80px;
	width: 80px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;*/
	background-repeat: no-repeat;
	position: absolute;
	height: 80px; width: 130px;
	text-align: center;
	padding-top: 50px;
	visibility: hidden;
}

#phonetab {
	position: relative;
	top: 500px;
	width: 250px;
	z-index: 100;
	left: 750px;
}
#caption{
	color: #fff;
	background-color: #C82536;
	padding-right: 10px;
	padding-left: 10px;
}
#info {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #C82536;
	padding: 10px;
	width: 400px;
	overflow: auto;
	left: 25px;
	position: relative;
	top: 75px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	margin-bottom: 200px;
	font-variant: normal;
	line-height: 22px;
}

#return {
	width: 150px;
	margin: 0 auto;
	height: 150px;
}

img {
	border: none;
	padding: 10px;
}
a {
	outline: none;
}
#menuBottom {
	padding: 5px;
	height: 50px;
	width: 800px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #C82536;
	position: relative;
	top: 610px;
	margin: 0 auto;
	overflow: hidden;
}

#menuBottom a:link, a:visited {
	color: #C82536;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#menuBottom a:active, a:hover {
	color: #FFF;
	text-decoration: underline overline;
}
