/* 
** CSS Document
** For NexGolf product pages
** XHTML /w CSS-2
** Cross browser and standards-compliant
** - There's no other way to do it.
** 
** MP / Nextime Solutions Oy 2004 
*/

/** BASIC **/
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	background: #CCCCCC url(../../images/page_background.gif) no-repeat center top;
	height: 100%;
	text-align: center;
}

#container {
	margin: 0px auto ;
	padding: 10px;
	width: 730px;
	background-color: #FFFFFF;
	text-align: left;
}

/** HEADER **/
#header {
	margin-bottom: 15px;
	width: 730px;
	height: 135px;
	background: #FFFFFF url(../../images/page_header.jpg) no-repeat top;
}
#header a {
	width: 730px;
	height: 134px;
	display: block;
	border: 0px;
}
#header a span {
	display: none;
}

/** CONTENT **/
#contentContainer {
	margin: 0px;
	padding: 0px;
	width: 730px;
}
#contentContainer:after {
	content: " ";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
#contentClear {
	font-size:1px;
	line-height:1px;
	height:14px;
	clear:both;
}
#left {
	width: 200px;
	float: left;
}
#right {
	width: 515px;
	float: left;
	margin-left: 10px;
}


/* menu */
#menuHeader {
	width: 200px;
	margin: 0px;
	padding: 0px;
	height: 12px;
	vertical-align: middle;
	text-align: left;
}
#menuHeader h1 {
	font-family: georgia, serif;
	font-size: 12px;
	line-height: 12px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #66A234;
	padding: 0px 0px 1px 5px;
	margin: 0px;
}
#menu {
	width: 180px;
	padding: 10px;
	margin: 0px;
	border: 1px #92B961 dotted;
	color: #000000;
	font-size: 8pt;
}
div.menuElement {
	width: 95%;
	padding: 0px;
	margin: 0px;
}
div.menuElement a:link, div.menuElement a:visited {
	color: #000000;
	height: 20px;
	text-decoration: none;
	background-color: transparent;
	width: 100%;
	vertical-align: middle;
	display: block;
}
div.menuElement a:active, div.menuElement a:hover {
	color: #66A234;
	height: 20px;
	text-decoration: none;
	background-color: #E2F5D9;
	width: 100%;
	vertical-align: middle;
	display: block;
}
div.menuElement img {
	border: 0px;
	vertical-align: middle;
	display: inline;
	margin: 0px;
	margin-right: 5px;
}

/* news */
#newsHeader {
	width: 200px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	height: 12px;
	vertical-align: middle;
	text-align: left;
}
#newsHeader h1 {
	font-family: georgia, serif;
	font-size: 12px;
	line-height: 12px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #66A234;
	padding: 0px 0px 1px 5px;
	margin: 0px;
}
#newsHeader h1 a {
	text-decoration: none;
	color: #66A234;
}
#news {
	overflow: hidden;
	width: 180px;
	padding: 10px;
	margin: 0px;
	border: 1px #92B961 dotted;
	color: #000000;
	font-size: 8pt;
	line-height: 9pt;
}
div.newsItem {
	margin: 0px 0px 5px 0px;
	width:180px;
}
#news a {
	color: #000000;
	text-decoration: none;
}
#news a:hover {
	text-decoration: underline;
}
#news a span {
	color: #66A234;
	width: 35px;
	font-weight: bold;
	margin-right: 5px;
	text-decoration: none;
}
div.newsBack {
	font-size: 8pt;
	color: #66A234;
	margin: 5px 0px 0px 5px;
}
div.newsBack a {
	color: #66A234;
	text-decoration: none;
}
div.newsBack a:hover {
	text-decoration: underline;
}
.newsDate {
	font-size: 8pt;
	color: #66A234;
	font-weight: bold;
}

/* logo */
#logo {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#logo a {
	width: 100%;
	height: 37px;
	background: url(../../images/logo_nextime_rgb.gif) no-repeat center center;
	display: block;
}
#logo a span {
	display: none;
}

/* scorecard */
#scorecard {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#scorecard a {
	width: 100%;
	height: 43px;
	background: url(../images/logo_tuloskortti.gif) no-repeat center center;
	border: 1px #92B961 dotted;
	display: block;
}
#scorecard a span {
	display: none;
}

/* content */
#contentHeader {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 16px;
	vertical-align: middle;
	text-align: left;
}
#contentHeader h4 {
	font-family: georgia, serif;
	font-size: 16px;
	line-height: 16px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000/*#66A234*/;
	padding: 0px 0px 1px 5px;
	margin: 0px;
}
#content {
	width: 100%;
	min-height: 200px;
	padding: 0px;
	margin: 0px;
	border: 1px #92B961 dotted;
	color: #000000;
	font-size: 10pt;
	line-height: 13pt;
}
#content p {
	margin: 10px 20px 20px 50px;
}
#content p.newsArchive {
	margin: 10px 20px 10px 50px;
}
#content p a {
	color: #66A234;
	text-decoration: none;
	border: 0px;
	border-bottom: 1px #92B961 solid;
}
#content p a:hover {
	border-bottom: 1px #66A234 solid;
}
#content ul {
	margin: -15px 20px 20px 50px;
	padding-left: 30px;
}

/** FOOTER **/
#footer {
	color: #ffffff;
	background-color: #66A234;
	width: 730px;
	vertical-align: middle;
	text-align: right;
	margin: 0px;
	margin-top: 20px;
}
#footer p {
	font-size: 8pt;
	margin: 0px;
	padding: 7px;
}
#footer p a {
	margin: 0px 10px 0px 0px;
	color: #ffffff;
	text-decoration: underline;
}
#footer p a:hover {
	color: #E2F5D9 ;
}
#footer p a img{
	border: 0px;
	vertical-align: middle;
}
/** FORMS **/
form {
	margin: 0px;
	padding: 0px;
}
.textarea {
	width: 350px;
	background-color: #E2F5D9 ;
	color: #000000;
	border: 1px solid #66A234;
}
.textarea:focus {
	background-color: #FFFFFF ;
}
.textfield {
	width: 180px;
	background-color: #E2F5D9 ;
	color: #000000;
	border: 1px solid #66A234;
}
.textfield:focus {
	background-color: #FFFFFF ;
}
.button {
	background-color: #E2F5D9 ;
	color: #000000;
	font-weight: bold;
	border: 2px solid #66A234;
}
div.huom {  
	border: #0000FF; 
/*	height: *;*/
	width: 550px;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	/*font-weight: bold;*/ 
	background-color : #D0FDFE;
	color: #0000FF;
	margin: 25px 10% 0px 10%;
	padding: 12px 12px 12px 12px;
	/*position:relative;*/
}
td {
	vertical-align:top;
	text-align:center;
	padding-right:20px;
	font-size:12px;
}

#image {
	vertical-align:top;
        text-align:center;
        padding:20px 20px 20px 50px;
        font-size:12px;
	float:left;
}
#imageContainer {
	width:100%
	margin: 10px 20px 20px 50px;
	tezt-align:center;
}
