* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    font-family: sans-serif, Verdana;

}

#container {
    margin: 0 auto;
    position: relative;
    width: 920px;
    height: auto;
    text-align: left;
    font-size: 13px;
    background: #fff url('../img/big_bang.jpg') no-repeat;
}

#header {
    position: relative;
    width: 920px;
    height: 190px;
}

#content {
    padding: 20px 20px 0 20px;
    position: relative;
    width: 918px;
    min-height: 850px;
    height: auto !important;
    height: 850px;
	line-height: 22px;
}

#footer {
    position: relative;
    padding: 10px 0;
    text-align: center;
	margin: 30px 0;
}

#footer img {
    margin: 10px 0;
    padding: 10px 0;
}

#logo {
    position: absolute;
    top: 20px;
    left: 19px;
    font-size: 16px;
    font-weight: bold;
	color: #fff;
	font-family: sans-serif, Verdana, Geneva, Arial, Helvetica;
}

.center {
    text-align: center;
    vertical-align: middle;
}

/*** nav menu and links***/
a {
    color: #000;
    text-decoration: underline;
    font-family: sans-serif, Verdana;
    font-size: 13px;
    font-weight: bold;
}

ul#nav {
    position: absolute;
    bottom: 5px;
    left: 7px;
    height: 26px;
}

ul#nav li {
    float: left;
    list-style-type: none;
    padding: 5px 0;
    margin: 0 12px;
}

ul#nav li a:link, ul#nav li a:visited {
    color: #fff;
    text-decoration: none;
    font-family: sans-serif, Verdana;
    font-size: 13px;
    font-weight: bold;
}

ul#nav li:hover {
    color: #fff;
    text-decoration: none;
    font-family: sans-serif, Verdana;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 3px solid white;
}

ul#footer_nav {
    height: 20px;
    margin-left: 100px;
}

ul#footer_nav li {
    float: left;
    list-style-type: none;
    padding: 0px 14px;
}

ul#footer_nav li a:link, ul#footer_nav li a:visited {
    color: silver;
    text-decoration: none;
    font-family: sans-serif, Verdana;
    font-size: 13px;
    font-weight: bold;
}

ul#footer_nav li a:hover {
    color: black;
    text-decoration: none;
    font-family: sans-serif, Verdana;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 2px solid white;
}

ul.feature_list {
    list-style-type: none;
    margin-left: 20px;
}

p.feature_paragraph {
	padding: 10px 0;
    line-height: 30px;
}

.big_title {
    padding: 0 12px;
    font-size: 15px !important;
	color: #2E6E9E;
}

.normal_title {
    font-size: 12px;
}

/*** tables ***/
#smart_features {
    border: 0px solid black;
    width: 900px;
}

#smart_features td {
	padding: 20px;
}

#smart_features td.feature_title {
    
}

#smart_features td.feature_title2 {
    background: #fff url('../img/ok.jpg') no-repeat;
    padding-left: 20px;
}

#calendar_views {
    width: 880px;
    border: 0px solid black;
}

#calendar_views td {
    text-align: center;
}


#shopping_table {
    margin: 10px;
    
    border-collapse: collapse;
}

#shopping_table td {
    font-size: 12px;
    font-weight: normal;
    padding: 20px;
    border: 1px solid #EFF2FF;
	text-align: center !important;
}

#shopping_table td.first {
    font-weight: bold;
    text-align: left !important;
	padding: 20px;
}

#shopping_table tfoot td {
    font-weight: bold;
    text-align: left !important;
	padding: 20px;
}


/*** forms ***/
table#contact_form input {
    width: 200px;
    padding: 3px 0;
    border: 1px solid silver;
}

/*** vote ***/
div.vote img {
    cursor: pointer;
}

table#vote_table {
    text-align: center;
    border: 0px solid black;
}

table#vote_table td {
    width: 306px;
}

/*** slider ***/

#slider-wrapper {
    margin: 15px 25px;
    width: 900px;
    height: 500px;
}

#smart-slider {
    margin-bottom: 20px;
}

.note {
    margin-left: 4px;
}

.announcements {
    clear: both;
    margin: 50px 0 0 0px;
    padding: 35px 0 0 0;
}

li {
	list-style-type: none;	
}
ul.features li {
    background: #fff url('../img/li-img.png') 0 4px no-repeat;
    list-style-type: none;
    padding: 0px 30px;
    margin: 20px 0;
    font-size: 13px;
    font-family: sans-serif, Verdana, Geneva, Arial, Helvetica;
}

ul.features li.first {
    background-image: none;
    padding: 5px 0;
    font-weight: bold;
    list-style-image: none;
}

ul.features0 li {
    background: #fff url('../img/ok.jpg') no-repeat;
    list-style-type: none;
    padding: 0px 25px;
    margin: 20px 0;
    font-size: 13px;
    font-family: sans-serif, Verdana, Geneva, Arial, Helvetica;
}

ul.features0 li.first {
    background-image: none;
    padding: 5px 0;
    font-weight: bold;
    list-style-image: none;
}

#a-table {
	width: 900px;

}

#a-table caption {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 0 10px;
}
#a-table td {
	width: 33%;
    vertical-align: top;
	padding: 10px;
}



.error{
	color: #ff4242;
}
