/* basics */

body {
	margin: 0;
	padding: 0;
	background: url(../images/main/back_title.gif) top left repeat-x;
	text-align: left;
	background-color: #fff;
	font: normal 12px/17px "lucida grande", Arial, Helvetica, sans-serif;
	color:#666666;
}

#wrapper {
	width: 757px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 0;
	top: 0;
	left: 0;
	padding-bottom: 20px;
}

a, a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	font: normal 12px/17px "lucida grande", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 0;
	color: #666;
}

sup {
	font-size: 7px;
	line-height: 7px;
}

form input.button {
	background:				transparent url(../images/main/button.gif) bottom left no-repeat;
	width:					190px;
	height:					28px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	font-weight:			bold;
	border: none;
	color: #999999;
	text-align: left;
	padding-left: 18px;
}

form input.button { /* for IE only */
	cursor:pointer;
}

form input.button:hover {  /* for Geckos */
	color: #000000;
	cursor:pointer;
}


form input.longButton {
	background:				transparent url(../images/main/long_button.gif) bottom left no-repeat;
	width:					238px;
	height:					28px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	font-weight:			bold;
	border: none;
	color: #999999;
	text-align: left;
	padding-left: 18px;
}

form input.longButton { /* for IE only */
	cursor:pointer;
}

form input.longButton:hover {  /* for Geckos */
	color: #000000;
	cursor:pointer;
}


/* header */

#header {
	height: 96px;
	position: relative;
	top: 0;
	left: 0;
}

#header #seven {
	position: absolute;
	top: 0px;
	right: 0px;
}

#header #logo {
	position: absolute;
	top: 0;
	left: 0;
}

/* menue */

#nav {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 32px;
	display: inline;
	overflow: hidden;
	width: 637px;
}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	padding: 32px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:32px; /* for IE5/Win */
}

#nav a:hover {
	background-position: 0 -32px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -32px;
}

#nav_home a  {
	width: 58px;
	background: url(../images/menue/home.gif) top left no-repeat;
}

#nav_screenshots a  {
	width: 97px;
	background: url(../images/menue/screenshots.gif) top left no-repeat;
}

#nav_features a  {
	width: 76px;
	background: url(../images/menue/features.gif) top left no-repeat;
}

#nav_feedback a  {
	width: 81px;
	background: url(../images/menue/feedback.gif) top left no-repeat;
}

#nav_download a  {
	width: 81px;
	background: url(../images/menue/download.gif) top left no-repeat;
}

#nav_faq a  {
	width: 45px;
	background: url(../images/menue/faq.gif) top left no-repeat;
}

#nav_order a  {
	width: 56px;
	background: url(../images/menue/order.gif) top left no-repeat;
}

#nav_contact a  {
	width: 68px;
	background: url(../images/menue/contact.gif) top left no-repeat;
}

#nav_services a  {
	width: 75px;
	background: url(../images/menue/services.gif) top left no-repeat;
}

/* content */

#content {
	padding: 60px 0px 0px 3px;
	width: 640px;
}

#content #image {
	position: absolute;
	top: 128px;
	right: 31px;
}

#content ul {
	font: normal 12px/15px "lucida grande", Arial, Helvetica, sans-serif;
	color: #000000;
	position: relative;
	list-style:				none;
	padding-top: 5px;
	margin: 0;
	padding-left: 0px;
}

#content li {
	background-image: url(../images/main/bigpoint.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
	padding-bottom: 3px;
}

#content #link ul {
	font: bold 12px/15px "lucida grande", Arial, Helvetica, sans-serif;
	position: relative;
	list-style:				none;
	padding-top: 5px;
	margin: 0;
	padding-left: 0px;
}

#content #link li {
	background-image: url(../images/main/bigpoint_link.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
	padding-bottom: 3px;
	font-weight: bold;
}

#content #showhide ul {
	font: normal 12px/15px "lucida grande", Arial, Helvetica, sans-serif;
	position: relative;
	list-style:				none;
	padding-top: 5px;
	margin: 0;
	padding-left: 0px;
}

#content #showhide li {
	background-image: url(../images/main/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
	padding-bottom: 3px;
}


.blurbFull {
	line-height:			15px;
	padding:				4px;
	color: #666666;
}

.headline  {
	font: bold 12px "lucida grande", Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../images/main/star.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	float: left;
	line-height: 17px;
}

.buttonLink {
	background:				transparent url(../images/main/button.gif) bottom left no-repeat;
	clear:					both;
	width:					190px;
	height:					23px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	line-height:			17px;
	font-weight:			bold;
	padding-left:			18px;
	padding-top: 10px;
}


.buttonLink a {
	display:				block; 
}
.buttonLink a:link, .buttonLink a:visited, .buttonLink a:hover {
	color:					#999;
	text-decoration:		none;
}

.buttonLink a:hover {
	color:#000;
}

/* footer */

#bottom {
	width: 989px;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	position: relative;
}

#bottom #bigseven {
	position: absolute;
	right: 0px;
	bottom: -4px;
}

#footer {
	background: url(../images/main/back_footer.gif) top left repeat-x;
	width: 100%;
	text-align: center;
	position: relative;
	top: 0px;
	left: 0;
	padding: 10px 0 0 0;
	height: 62px;
}

#footer_content {
	width: 757px;
	text-align: left;
	margin: 0 auto;
}

#footer_content p {
	font: normal 11px/16px "lucida grande", Arial, Helvetica, sans-serif;
	color: #999;
	padding: 0;
	margin: 0;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #999999;
	text-decoration: none;
}


#footer a:hover {
	color: #333333;
	text-decoration: none;
}
