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

html {
	background-image: url(BG.png);
	background-repeat: repeat-x;
	visibility: visible;
	background-attachment: fixed;
}
#logo {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	position: fixed;
	width: 275px;
	left: 10px;
	top: 0px;
	line-height: normal;
	font-variant: small-caps;
	
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	position: fixed;
	top: 4px;
	word-spacing: 13px;
	left: 230px;
	z-index: 600;
}
#menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #333;
	text-decoration: none;
	font-weight: 600;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}
#menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #999;
	text-decoration: none;
	font-weight: 600;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}
#menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #333;
	text-decoration: none;
	font-weight: 800;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}
#menu ul {
	list-style-type: none;
	z-index: 700;
} /*syles the top level navigation into inline element*/
#menu ul li {
	float: left;
	position: relative;
	background-repeat: repeat-x;
	background-image: url(menuBG.png);
}  /*syles the top level navigation into inline element with a left float to keep order, makes relative to parent*/
#menu ul li a {
	display: block;
	text-align: center;
	border-right-width: 1px;
	border-right-style: groove;
	color: #333;
}  /*syles the top level navigation into centered list with 1 px border on the right edge*/
#menu ul li a:hover {
	background-color: #FFF;
	color: #333;
}/*syles the top level navigation A tag to change color on rollover*/
#menu ul li ul {
	display: none;
	background-color: #CCC;
}/*hides the nested UL in the top level LI*/
#menu ul li:hover ul {
	display: block;
	position: absolute;
	opacity: .90;
}/*displays the nested UL of the top level LI on rollover */
#menu ul li:hover li a {
	padding: 5px;
	display: block;
	width: 80px;
	height: 20px;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	color: #333;
	font-variant: normal;
	font-size: 14px;
}
#post a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
#post a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
#post a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
li {
	display: inline;
	list-style-type: none;
}
em {
	font-weight: bold;
}
.gallery {
	overflow: visible;
	height: 510px;
	white-space: nowrap;
	position: absolute;
	visibility: visible;
	left: 10px;
	top: 60px;
	z-index: 500;
	-moz-box-shadow: 0  50px 75px #000;
-webkit-box-shadow: 0  50px 75px #000;
box-shadow: 0 50px 75px #000;
}

.text-wrapper{

margin-top:25px;	
}




.xtrainfo {
	white-space: nowrap;
	position: absolute;
	visibility: visible;
	left: 10px;
	top: 75px;
	z-index: 500;
	width: 950px;
	float: left;
	background-color: #FFF;
	border: 1px groove #666;
}
#packages {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
	float: none;
	height: 490px;
	width: 600px;
	overflow: scroll;
	white-space: normal;
	position: absolute;
	left: 350px;
	top: 10px;
}
#about_info {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	width: 650px;
	visibility: visible;
	position: absolute;
	left: 282px;
	top: 90px;
}
#me {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 500px;
	visibility: visible;
	position: absolute;
	left: 10px;
	top: 50px;
}
#login {
	height: 40px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #333;
	text-decoration: none;
	font-weight: 600;
	border: 2px solid #333;
	position: fixed;
	top: 100px;
	background-color: #FFF;
	visibility: visible;
	padding: 18px;
	left: 50px;
}
#client_table {
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #333;
	text-decoration: none;
	font-weight: 600;
	border: 2px solid #333;
	position: fixed;
	top: 100px;
	background-color: #FFF;
	visibility: visible;
	padding: 18px;
	left: 50px;
}
#client_space {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #FFF;
	padding: 10px;
	height: auto;
	width: 900px;
	border: 2px solid #333;
	position: absolute;
	visibility: visible;
	left: 10px;
	top: 50px;
}
div#page {
	position: relative;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}
#blog {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #333;
	position: relative;
	visibility: visible;
	height: auto;
	width: 75%;
	min-width: 860px;
	top: 60px;
	z-index: 1;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
		border: solid 8px #fff;
-moz-box-shadow: 0 10px 30px #000;
-webkit-box-shadow: 0 10px 30px #000;
box-shadow: 0 10px 30px #000;
}
div#post img{
-moz-box-shadow: 0 6px 10px #000;
-webkit-box-shadow: 0 6px 10px #000;
box-shadow: 0 6px 10px #000;	
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
	padding-left: 8px;
	margin-bottom: 2px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-left: 15px;
	margin: 0px;
}
.img-wrapper {
	width: 752px;
	margin-right: auto;
	margin-left: auto;
}
.text-wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#post {
	padding-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-left: 10px;
	padding-right: 10px;
	width: 98%;
	text-align: center;
}
#post img {
	magrin: 50% auto;
}
#download {
	position: absolute;
	height: 300px;
	width: 500px;
	left: 0px;
	top: 80px;
	background-color: #FFF;
	margin: 20px;
	padding: 20px;
	text-align: center;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	left: 5px;
	bottom: 2px;
	position: fixed;
}
#blogmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	position: absolute;
	top: 0px;
	word-spacing: 13px;
	right: 0px;
	z-index: 600;
}
#blogmenu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #333;
	text-decoration: none;
	font-weight: 600;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}
#blogmenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #999;
	text-decoration: none;
	font-weight: 600;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}
#blogmenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #333;
	text-decoration: none;
	font-weight: 800;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}
#blogmenu ul {
	list-style-type: none;
	z-index: 700;
} /*syles the top level navigation into inline element*/
#blogmenu ul li {
	float: left;
	position: relative;
	background-repeat: repeat-x;
	background-image: url(menuBG.png);
}  /*syles the top level navigation into inline element with a left float to keep order, makes relative to parent*/
#blogmenu ul li a {
	display: block;
	text-align: center;
	border-right-width: 1px;
	border-right-style: groove;
	color: #333;
}  /*syles the top level navigation into centered list with 1 px border on the right edge*/
#blogmenu ul li a:hover {
	background-color: #FFF;
	color: #333;
}/*syles the top level navigation A tag to change color on rollover*/
#blogmenu ul li ul {
	display: none;
	background-color: #CCC;
}/*hides the nested UL in the top level LI*/
#blogmenu ul li:hover ul {
	display: block;
	position: absolute;
	opacity: .90;
}/*displays the nested UL of the top level LI on rollover */
#blogmenu ul li:hover li a {
	padding: 5px;
	display: block;
	width: 80px;
	height: 20px;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	color: #333;
	font-variant: normal;
	font-size: 14px;
}
