/* CSS STYLES FOR OWNYOURC.com



*/

/*------------------------- Structure ------------*/


body{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	letter-spacing:1px;
	margin:0px;
	padding:0px;
	background-color:#ACEEFE;
	color: #316173;
	height:100%;
}


html{

}

p{

}

#background{

background-image: url(/static/images/gradient_bg.jpg);
background-repeat: repeat-x;
background-position: 0px 388px;
background-color: #ABEEFF;
}
#background2{

background-image: url(/static/images/gradient_bg.jpg);
background-repeat: repeat-x;
background-position: 0px 80px;
background-color: #ABEEFF;
}

#header{
	background-image: url(/static/images/clouds_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 388px;
}

#header2{
	background-image: url(/static/images/clouds_bg2.jpg);
	background-repeat: repeat-x;
	background-position:0px 0px;
	height: 80px;
}

#headernorepeat{
	background-image: url(/static/images/header_norepeat.jpg);
	background-repeat: no-repeat;
	background-position: center top ;
	height: 388px;
}


#wrapper {
margin:0 auto;
width:900px;

}
#logo {
	position: absolute;
	z-index: 20;
	top: 0px;
	left: 20px;
	width: 205px;
	height: 262px;
}
#logo a{
border:none
}

#content {
	clear:both;
}
#footer {
	width:100%;
	clear:both;
	text-align: center;
	padding:30px 0px 10px 0px;
	font-size:10px;
	background-image:url(/static/images/footer.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#fff;
}
.rightbox {
	width: 580px;
	float: left;
	padding-left: 20px;
	border-color: #A7E2F2;
}

#flashsite {
	position: absolute;
	display: block;
	height: 130px;
	width: 151px;
	top: 140px;
	float: right;
}

#flashsite2 {
	position: absolute;
	display: block;
	height: 130px;
	width: 151px;
	top: 140px;
	float: right;
}

/*-------------------- Links ----------------*/

a:link, a:visited  { 
 color: #FF3300;
text-decoration:none;
border-bottom:1px dotted #FF3300

}
a:hover, a:active{
 color: #A82200;
text-decoration:underline;
border-bottom:1px solid #A82200

}

/*--------------- Navigation -----------------*/


#navigation {
     position: absolute; /* Test */
     top: 3px; /* Test */
     left:40%; /* Test */
     /* float: right; */ /* Test */
     font-size: .8em;
     line-height: normal;
	 
}		

#navigation ul {
	list-style: none;
	margin:0px
}


#navigation li {
	display: inline;

}
	

#navigation a {
	float: left;
	background:transparent url(/static/images/nav_left.png) no-repeat left bottom;
	text-decoration: none;
	white-space:nowrap;
	 border:none;
}

#navigation a span {
	float: left;
	font-weight: bold;
	display: block;
	background: transparent url(/static/images/nav_right.png) no-repeat right bottom;
	padding: 0 12px 5px 10px;
	color: #EEE;

}

		

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#navigation a span {
	float: none;
}

/* End IE5-Mac hack */



#navigation a:hover {
	border: 0px;
	color: #fff;
	margin-top: 0px !important; /* Firefox */
	margin-top: -1px;    /* IE*/
}



#navigation a:hover span {
	padding-top: 3px;
}


/*--------------- Footer -----------------*/

#footer ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
	width:860px;
}
#footer li {
	list-style-type: none;
	padding:0px;
	margin:0px 5px 0px 5px ;
	display:inline;
}
#footer a:link,#footer a:visited  {
text-decoration:none;
font-size:12px;
}


#footer a:hover {
font-size:12px;
text-decoration:underline
}



/*--------------- Content-----------------*/
#content h2 {
	margin: 0px;
	padding: 0px;
	color: #316173;
}


/*--------------- Right Box-----------------*/

.rightbox h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #000000;
	text-transform: uppercase;
	font-size: 14px;
}
.rightbox h2 {
	margin: 0px;
	padding: 0px;
}

/*--------------- Sidebar-----------------*/

#sidebar {
	float: left;
	width: 250px;
	padding: 10px 10px 10px 0px;
	margin-right: 20px;
	display: block;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul li{
margin-bottom:3px;

}

#sidebar li a {
	background-repeat: no-repeat;
	background-position: left;
	padding:8px 0px 8px 25px;
	height:16px;
	display:block;
	border:none;
	font-size:12px;
	font-weight:bold;
	
}

#sidebar li a:link,  #sidebar li a:visited{
color: #006699;
}

#sidebar li a:link,  #sidebar li a:hover{
color: #000;
text-decoration:none;

}

ul#tabbednavigation .tab_inactive a:hover, ul#tabbednavigation .tab_inactive a:hover{ 
background-image: url(/static/images/sidebar_li_ov.jpg);
color:#003366;

}


ul#tabbednavigation  li.tab_inactive { 
background-image: url(/static/images/sidebar_li.jpg);
color:#003366;

}

ul#tabbednavigation .tab_active a:link, ul#tabbednavigation .tab_active a:visited{ 
background-image: url(/static/images/sidebar_li_active.jpg);
color:#fff;
text-decoration:none;

}



/*--------------- art page-----------------*/

.tableart {
	text-align: center;
	margin-left: 20px;
	font-size:11px;
}

.tableart a:link, .tableart a:visited {
border:none
}
	.tableart a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tabblepadding {
	padding: 8px 5px 8px 5px;
}


/*--------------- Downloads Page-----------------*/


.downloads {
	background-image: url(/static/images/downloads_holder_free.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 190px;
	padding: 10px;
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 0;
}
.downloads .title {
	border-bottom: 1px solid #8FD2E9;
	color: #000000;
	padding: 0px;
	margin: 3px 0px 3px 0px;
	display:block;
	height:25px;

}
.downloads .links {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000000;
	font-size: 14px;
	margin: 5px 0px 5px 0px;
}
.downloads .links a {
	font-size: 11px;
	padding: 3px;
	border: none;
	
}


.downloads .links a:link,  .downloads .links a:visited {
	color: #006699;
	background-color: #BADFEF;
	border: none;

}
.downloads a#link1:link, .downloads a#link1:visited{
	color: #006699;
	background-color: #BADFEF;

}
.downloads .links a:hover {
	color: #FFFFFF;
	background-color: #006699;
	border: none;
	text-decoration:none;

}.downloads .cost {
	font-size: 11px;
	margin-top: 9px;
	margin-right: 10px;
	text-align:right;
	padding:0px;
	color: #FFFFFF;
	font-weight: bold;
}




/*--------------- img links -----------------*/

a.noborder:link,  a.noborder:visited {
margin:0px;
border:solid 1px #000;
padding:0px;
display:block;
width:155px;
}

a.noborder:hover {
margin:0px;
border:solid 1px #fff;
padding:0px;
display:block;
width:155px;
}


/*--------------- Slider -----------------*/

.menu_block {
  background-color: #FFFFFF;
  color: #666666;
  padding:0px 10px 10px 20px;
  width:575px;
}

.right {
	float: right;
	position:relative;
	padding:0px 0px 10px 10px;
}


/*--------------- Sidebar-----------------*/
.rightbox h5 {
	color: #000000;
	font-size:13px;

}

.rightbox li {
	margin:2px 0px;
	list-style-type: none;
	padding: 5px 10px 5px 20px;
	background-image: url(/static/images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	display: block;

}


.rightbox ul{
	margin:20px 0px 20px 0px;
	padding: 0px;

}

a.toutimg:link, a.toutimg:visited, a.toutimg:hover {
	border: none;

}
.notes {
	font-size: 10px;
	color: #FF6600;
	font-style: italic;
}
ul.notes li{
margin: 0px 0px 0px 20px;
}
#tooltip{
	padding: 10px;
	background-color: #EBEBEB;
	border: 1px solid #666666;
	position:absolute;
	width: 231px;
	height: 109px;
	left: 331px;
}
#register {
	font-size: 11px;
	padding: 0px;
	clear:both;
	display:block;
}
#register  .title h4 {
	margin: 0px 10px 0px 0px;
	padding:0px;
	color: #003366;
	font-size: 14px;
	line-height:14px;
	text-align: left;
	padding: 8px 3px 8px 25px;
}

#register .title{
	margin:0px;
	padding:0px;
	background-position: left top;
	display:block;
	background-image: url(/static/images/newsletter.png);
	height: 65px;
	background-repeat: no-repeat;
}


#register form {
	margin: 0px 0px 0px 20px;
	padding: 5px;
}
#register #first, #register #last, #register #email, #register #zip {
	width: 150px;
}
#register #month, #register #day {
	width: 25px;
}
#register #year {
	width: 30px;
}

#content #sidebar h2 {
	font-size: 25px;
	line-height:25px;
}

#content #sidebar h5 {
	font-size: 20px;
	line-height:20px;
}



/* Start Register Overlay */

/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */
#registerbox #register .title{
	margin:5px 0px 0px 0px;
	padding:0px;
	background-position: center top;
	display:block;
	background-image: url(/static/images/newsletter_box.png);
	height: 65px;
	background-repeat: no-repeat;
}

#registerbox a:hover{
border:none;

}


#registerbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	
	padding:0px;
	margin:-220px 0 0 -250px;
	background:#FFF;
	text-align:left;
	border:8px solid;
	border-color: #FF9900;
}
#registerbox[id]{
	position:fixed;
}


#registerbox table{
margin:10px;
}

#overlay2[id]{
	position:fixed;
}

#registerbox.done #lbLoadMessage{
	display:none;
}
#registerbox.done #lbContent{
	display:block;
}
#registerbox.loading #lbContent{
	display:none;
}
#registerbox.loading #lbLoadMessage{
	display:block;
}

.done img{
	width:100%;
	height:100%;
}

#registerbox #close
{
	background-image:url(/static/images/closelabel.gif);
	background-repeat:no-repeat;
    height: 22px;
	width: 66px;
	margin-right:8px;
	display:block;
}
#registerbox a#close:hover
{
border:none;
text-decoration:none;
}
.divholder {
	background-color: #fff;
	padding: 10px 0px 10px 10px;
	width: 570px;
	border: 1px solid #ccc;
}
.divholder2 {
	background-color: #fff;
	padding: 10px 0px 10px 10px;
	width: 570px;
	border: 1px solid #ccc;
}
.divholdertobacco {
	background-color: #fff;
	padding: 10px 10px 10px 10px;
	width: 560px;
	border: 1px solid #ccc;
}
