/* 
    Document   : styles
    Created on : 30/03/2010, 02:50:05
    Author     : Ezequiel
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
root { 
    display: block;
}
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body
{
    margin:auto;
    background:url("../images/pattern2.gif");
    text-align:center;
}
#popup
{
	background: url(images/ui-bg_diagonals-thick_20_666666_40x40.png);
	position:fixed;
	top:0;
	left:0;
	display:none;
	width: 100%;
	z-index:99999;
	opacity:0.9;
}
.contactform
{
	background:url("../images/contactform.png") no-repeat scroll 0 0 transparent;
	height:371px;
	left:570px;
	overflow:hidden;
	position:absolute;
	top:175px;
	width:396px;
}
#closepopup
{
	background:url("../images/closebox.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:30px;
	position:absolute;
	right:0;
	top:8px;
	width:30px;
}
#header
{
    width:100%;
    margin-top:45px;
    position:relative;
}
#socialmedia
{
    margin-left:8px;
    margin-right:10px;
    float:left;
    display:block;
    overflow:hidden;
}
#socialmedia a
{
	display:block;
	float:left;
    margin-left:3px;
	width:32px;
	height:32px;
	text-indent:-5000000px;
}
#twitter
{
	background:url(../images/twitter-32x32.png) no-repeat;
}
#facebook
{
	background:url(../images/facebook-32x32.png) no-repeat;
}
#youtube
{
	background:url(../images/youtube-32x32.png) no-repeat;
}
#socialmedia a:hover
{
	opacity:1;
}
#slogan
{
    float:left;
}
#container
{
    width:760px;
    margin:0 auto;
    display:block;
    overflow:hidden;
}
#logo
{
    width:310px;
    height:40px;
    display:block;
    float:left;
    margin-left:10px;
    text-indent:-50000px;
    z-index:1;
    cursor:pointer;
}
#logo a {
	background:url("../images/logo.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:40px;
	margin:0 auto;
	text-indent:-50000px;
	width:310px;
}
.pico {
	background-image:url("../images/pico.png");
	background-position:32px 0;
	background-repeat:no-repeat;
	height:19px;
	margin-top:6px;
	overflow:hidden;
}
#box
{
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-top-left-radius : 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	background:url(../images/bgbox.png);
	overflow:hidden;
	padding:10px;
	width:740px;
}
.navbar
{
    width:490px;
    margin:10px auto;
    height:31px;
}
.navbar li
{
    float:left;
    list-style-type:none;
    margin-left:5px;
}
.navbar li a
{
    /*background:url("../images/navbar.png") no-repeat;*/
    overflow:hidden;
    /*text-indent:-50000px;*/
    text-decoration:none;
    display:block;
    height:31px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	color:#000;
	font-size:24px;
	/*font-weight:bold;*/
	font-family:'NillandBold';
}
.hovering,.selector
{
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-top-left-radius : 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	background:none repeat scroll 0 0 #000;
	color:#FFF !important;
}
.feed
{
	width:300px;
	padding:10px;
	background:url(../images/bgfeed.png);
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-top-left-radius : 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
.feed h2
{
	font-family:'NillandBold';
	font-size:30px;
	text-align:center;
	width:100%;
}
#slidecontent
{
	margin:10px auto;
	text-align:left;
	font-size:24px;
	overflow:hidden;
	width:720px;
}
.AllTabs
{
    width: 2160px; /* This should be the width  of TabContent * number of tab. */
    position:relative; /* Position should be relative so we could move it around */
    overflow: hidden;
}
.TabContent
{
    width: 720px; /* This is the side of each tab */
    float:left; /* make sure all tab will be in one single line */
}
.left
{
	float:left;
}
.right
{
	float:right;
}
.clr
{
    clear:both;
}

