/* 

Theme Name: Luzia Theme
Theme URI: http://luziaresearch.com
Description: Luzia Web 2.0 Theme
Version: 1.0
Author: Al Briggs
Author URI: http://luziaresearch.com/

*/

body {
    color: #333333;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.centered-item {
    margin: 0 auto;
    width: 780px;
    position: relative;
}

#main-container {
    width: 100%;
}

#header {
    background: #FFFFFF url(images/header-bg.png) repeat-x scroll 0 0;
    border-bottom: 10px solid #1079d6;
    height: 125px;
}

#header-menu {
    float: left;
    list-style-type: none;
    margin: 7px 0 0;
    padding: 0;
    bottom: 0px;
}

#header-menu li {
    float: left;
    margin: 0;
    padding: 0;
}

#header-menu li a {
    padding-top: 2px;
    float: left;
    background: url(images/tab.png) no-repeat top center;
    margin-right: 4px;
    height: 33px;
    line-height: 33px;
    color: #303030;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    width: 109px;
}

#header-menu li a:hover, #header-menu li.current_page_item a {
    background: url(images/tab-selected.png) no-repeat top center;
    color: #fff;
    height: 33px;
    font-weight: bold;
}

#strap-line {
    font-size: 22px;
    color: #82c9ff;
    font-weight: bold;
}

#main-focus {
    position: relative;
    background: transparent url(images/main-focus.png) repeat-x scroll 0 0;
    height: 400px;
}

#main-focus h1 {
    color: white;
    font-size: 22px;
}

#main-focus h2 {
    color: white;
    font-size: 40px;
}

#main-picture {
    float: right;
    height: 342px;
}

.action-area {
    background: transparent url(images/sign-up-area.png) no-repeat;
    height: 47px;
}

.action-area h3 {
    color: #505050;
    float: left;
    font-size: 12px;
    height: 37px;
    margin: 5px 0 0 10px;
}

#more-info-area {
    margin-top: 10px;
}

.front-page-button {
    color: white;
    cursor: pointer;
    float: left;
    font-weight: bold;
    font-size: 14px;
    height: 37px;
    line-height: 38px;
    margin: 5px 0 0 5px;
    text-align: center;
    text-decoration: none;
    width: 130px;
}

#form-sign-up-button{
    background: transparent url(images/sign-up-button.gif) left top;	
}

#form-sign-up-button:hover {
    background: transparent url(images/sign-up-button.gif) left bottom;	
}

#sign-up-button {
    background: transparent url(images/fp-button.gif) left top;
}

#sign-up-button:hover {
    background: transparent url(images/fp-button.gif) left bottom;
}

#more-info-button {
    background: transparent url(images/fp-more-info-button.gif) left top;
}

#more-info-button:hover {
    background: transparent url(images/fp-more-info-button.gif) left bottom;
}

#spacer {
    background: transparent url(images/spacer-gradient.png) repeat scroll left top;
    height: 22px;
}

#content-text {
    color: #7e7e7e;
    font-size: 18px;
}

#content-text h1 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: bold;
	color: #0276cf;
}

#content-text h2 {
    color: #121212;
    font-size: 20px;
    font-weight: normal;
    margin: 18px 0 10px;
	color: #0276cf;
}

#content-text h3 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 20px;
}

.tick-list {
    font-size: 18px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tick-list li {
    background: transparent url(images/tick.png) no-repeat scroll left center;
    height: 20px;
    margin: 10px 0 0;
    padding: 0 0 0 28px;
}

#footer {
    background: #FFFFFF url(images/spacer-gradient.png) repeat-x scroll 0 0;
    color: #888888;
    font-size: 95%;
    height: 200px;
    line-height: 18px;
    margin-top: 100px;
    padding-top: 17px;
    text-align: center;
}

#product-info{
	margin-top: 5px;
	background: transparent url(images/main-focus.png) repeat-x scroll 0 0;
	border: 1px solid black;
	color:white;
}

#product-info h1{
	margin-left: 10px;
	color: black;
}

#product-info p{
	margin-left: 20px;
}

#product-info img{
	padding:10px;
	margin:3px;
}

.inputbox{
	width:100%;
	font-size:120%;
	font-family:Arial;
	border: 1px solid #cccccc;
	font-size:14px;
	text-align:left;
	background: #ffffff none repeat scroll 0 0;
	padding: 0.4em;
}
