body 
{
	/*padding: 4px 4px; margin: 4px 4px;*/
	font-family: Palatino Linotype, Book Antiqua, Palatino, Garamond Premr Pro, serif; margin: 0; padding: 0;
}

form { margin: 0; padding: 0 }

img	{ border: 0; }
h3	
{
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #9f907d;
	font-size: 1.1em;
	font-weight: bold;
}

#container
{
	text-align: center;
	width: 100%;
	padding: 80px 4px;
	background:#fff url(../images/ribbon1.png) repeat-x 0px 40px;
}

#main 
{
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
        text-align: left;
}
#main #heading { text-align: center; }

#main #nav 
{
	text-align: center;
	padding: 30px 0 0 0;
}
#main #nav ul { list-style: none; margin: 0; padding: 0; }

#main #nav li 
{
	display: inline;
	text-transform: uppercase;
	margin: 0 28px 0 0;
	white-space: nowrap;
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
}
#main #nav ul:last-child { margin: 0; }
#main #nav li.last { margin: 0; }
#main #nav li#chosen a { color: #9f907d; }

#main #nav a:link { color: #000; text-decoration: none; }
#main #nav a:visited { color: #000; text-decoration: none; }
#main #nav a:hover { color: #000; text-decoration: underline; }

#main #header
{
	padding: 50px 0 0 0;
	background: url(../images/ribbon2.png) repeat-x 0px 10px;
}

#main #footer
{
	clear: both;
	padding: 50px 0 0 0;
	text-align: center;
	font-size: 0.9em;
	color: #303030;
	background: url(../images/ribbon2.png) repeat-x 0px 20px;
}

#main #content { margin: 0; padding: 0; min-height: 501px; font-size: 0.9em; color: #303030; }

#content #section1 { float: left; padding: 0; vertical-align: top; display: inline; }
#content #section2 { float: left; padding: 0 0 0 16px; vertical-align: top; display: inline; }
#content #section3 { float: left; padding: 0 0 0 16px; vertical-align: top; display: inline; }

#content a { color: #000; text-decoration: none; }
#content a:hover { color: #000; text-decoration: underline; }

#content p.firstbig:first-letter 
{
	color: #9f907d;
	font-size: 2.8em;
	float: left;
	line-height: 0.8em;
	margin: 0 3px 0px 0;
}

a.email { color: #00f; }

.left { float: left }
.right { float: right }
.clear { clear: both }


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 0 0 3em 0;
    border: 0;
}

legend 
{
    font-size: 1.1em;
    font-weight: bold;/* 600;*/
    padding: 0;
    margin: 0;
    color: #9f907d;
}


fieldset ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

fieldset ul li 
{
	display: inline;
	font-size: 1.0em;
	font-weight: normal;
	color: #000;
}

fieldset h3
{
	clear: both;
	padding: 14px 0 4px 4px;
	max-width: 300px;
    font-size: 1.0em;
    font-weight: bold;/* 600;*/
    color: #000;
    text-transform: none;

}

fieldset p
{
	clear: both;
	padding: 4px 0 4px 4px;
	max-width: 300px;
    font-size: 0.8em;
    font-weight: normal;/* 600;*/
    color: #000;
    text-transform: none;
}

fieldset label
{
    width: 250px;
    float: left;
    padding: 4px 0 0 10px;
}

fieldset label.narrow
{
	clear: both;
    width: 150px;
    float: left;
}

fieldset span.price
{
	float: right;
    text-align: right;
    white-space: nowrap;
    padding: 4px 0 0 0;
}


/*input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}*/



/*---------- scrollable stuff ----------*/

div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 900px;	
	height: 501px;
	/* custom decorations */
	/*background: url(../images/screenshots/frame2.jpg) no-repeat;*/
}

div.scrollable #screenshots {	
	/* this cannot be too large */
	width:2000em;	
	position:absolute;
	clear:both;
	/*left: 115px;
	top: 32px;*/
}

div.scrollable #screenshots img
{
	float:left;
	padding: 0px 20px 0 0px;
}


/* this makes it possible to add next button beside scrollable */
div.scrollable
{
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/icons/left.png) no-repeat;
	float:left;
	margin:200px 10px 0 10px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/icons/right.png);
	clear:right;	
}


/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:380px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/icons/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 



/* PRINT */
@media print {
	body, #container, #main, #content { color: #000 !important; }
	a, a:link, a:visited { color: #000 !important; text-decoration:none !important; }
	#nav, #footer, .noprint, .hide { display: none !important; }
	#main a.dmg, #main a.zip { padding-left: 0 !important; background-image: none !important; }
}

/* iPhone */
@media screen and (max-device-width: 480px) 
{
	body { font-size: 1.5em; padding: 0; margin: 0; }
	html { -webkit-text-size-adjust: none; }
	#main 
	{
			width: 480px;
	}
	#heading img { display: none; }
	#heading { background:#fff url(../images/logo480.png); width: 480px; height: 73px; }
	
	#container
	{
		text-align: center;
		width: 100%;
		padding: 0;
		margin: 0;
		background: none;
	}
	
	#main #nav 
	{
		text-align: center;
		padding: 20px 0 0 0;
	}
	#main #nav ul { list-style: none; margin: 0; padding: 0; }

	#main #nav li 
	{
		display: inline;
		text-transform: uppercase;
		margin: 0 28px 0 0;
		white-space: nowrap;
		font-size: 0.8em;
		font-weight: bold;
		color: #000;
	}
	#main #nav ul:last-child { margin: 0; }
	#main #nav li.last { margin: 0; }
	#main #nav li#chosen a { color: #9f907d; }
	
	#content #section1 { max-width: 448px; width: 448px; float: none; padding: 0 0 16px 16px; vertical-align: top; display: block; }
	#content #section2 { max-width: 448px; width: 448px; float: none; padding: 0 0 16px 16px; vertical-align: top; display: block; }
	#content #section3 { max-width: 448px; width: 448px; float: none; padding: 0 0 0 16px; vertical-align: top; display: block; }
	
	fieldset label
	{
		width: 330px;
		float: left;
		padding: 4px 0 0 6px;
	}
	
	fieldset label.narrow
	{
		width: 200px;
	}
	
	a.email { color: #00f; }
}
