/* =General
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
* {
    margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
    margin: 1em 0;
}

ul, ol {
    margin-left: 2em;
}

/* Class for clearing floats */
.clear {
	clear: both;
}

/* Remove border around linked images */
img {
	border: 0;
}

.centr {
    text-align: center;
}

.text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.error {
    color: red;
    font-size: 1.3em;
    font-weight: bold;
}

.notice {
    color: green;
    font-size: 1.3em;
    font-weight: bold;
}

/* =Layout
-----------------------------------------------------------------------------*/
#wrapper {
    width: 755px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 5px;
    background-color: #e8d8b4;
}

#admin_login #wrapper {
    width: 300px;
    background-color: transparent;
}

#videos #wrapper, #images #wrapper, #files #wrapper, #list #wrapper {
    width: 955px;
}

#mainContent {
	text-align:left;
	clear: both;
	margin-left: 3px;
}

#view #mainContent {
	width: 480px;
	float: left;
	display: inline;
}

#videos #mainContent, #images #mainContent, #files #mainContent {
	width:756px;
	float: left;
	display: inline;
}

#videos #top, #images #top, #files #top {
	border: 3px solid rgb(122, 133, 139);
	background-color: #1D446F;
	width:750px;
	float:left;
}

#videos #top span, #images #top span, #files #top span {
	display:block;
	color:white;
	line-height:30px;
	font-weight: bold;
	padding-left: 5px;
}

#videos #top .content, #files #top .content, #images #top .content {
	background-color: white;
	padding-bottom: 5px;
	width: 750px;
	float:left;
}

#adblock_728x90 {
    margin-left: 3px;
}

body {
	margin: 0px;
	padding: 0px;
	* padding-top: 0px;
	* padding-bottom: 0px;	
	background-image: url(../images/pageBackground.gif);
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/* Main nav */
#mainNav {
    padding: 0;
    margin: 0;
	background-color: #214873;
	float: left;
	display: inline;
	list-style-type: none;
	border-bottom: 1px solid rgb(255, 218, 103);
	width: 755px;
}

#videos #mainNav, #images #mainNav, #files #mainNav, #list #mainNav {
    width: 955px;
}

#mainNav li {
    height: 20px;
    line-height: 20px;
    float: left;
}

#mainNav a {
    height: 20px;
    line-height: 20px;
    float: left;
}

/* Short nav */
#mainNav li.tos, #mainNav li.register, #mainNav li.faq {
    display: none;
}

#mainNav .home a {
    width: 83px;
    text-indent: -5000px;
    background: url(../images/short_main_nav/home.gif) no-repeat;
}

#mainNav .home a:hover, #videos #mainNav .home a,
#images #mainNav .home a, #files #mainNav .home a {
    background: url(../images/short_main_nav/home_hover.gif) no-repeat;
}

#mainNav .howto a {
    width: 208px;
    * width: 205px;
    text-indent: -5000px;
    background: url(../images/short_main_nav/howto.gif) no-repeat;
}

#mainNav .howto a:hover, #howto #mainNav .howto a {
    background: url(../images/short_main_nav/howto_hover.gif) no-repeat;
}

#mainNav .advertise a {
    width: 117px;
    text-indent: -5000px;
    background: url(../images/short_main_nav/advertise.gif) no-repeat;
}

#mainNav .advertise a:hover, #advertise #mainNav .advertise a {
    background: url(../images/short_main_nav/advertise_hover.gif) no-repeat;
}

#mainNav .login a {
    width: 121px;
    text-indent: -5000px;
    background: url(../images/short_main_nav/login.gif) no-repeat;
}

#mainNav .login a:hover, #login #mainNav .login a {
    background: url(../images/short_main_nav/login_hover.gif) no-repeat;
}

#mainNav .about_us a {
    width: 104px;
    text-indent: -5000px;
    background: url(../images/short_main_nav/about_us.gif) no-repeat;
}

#mainNav .about_us a:hover, #about_us #mainNav .about_us a {
    background: url(../images/short_main_nav/about_us_hover.gif) no-repeat;
}

#mainNav .contact_us a {
    width: 122px;
    text-indent: -5000px;
    background: url(../images/short_main_nav/contact_us.gif) no-repeat;
}

#mainNav .contact_us a:hover {
    background: url(../images/short_main_nav/contact_us_hover.gif) no-repeat;
}

/* Long nav */
#videos #mainNav li.tos, #videos #mainNav li.register, #videos #mainNav li.faq,
#images #mainNav li.tos, #images #mainNav li.register, #images #mainNav li.faq,
#files #mainNav li.tos, #files #mainNav li.register, #files #mainNav li.faq,
#list #mainNav li.tos, #list #mainNav li.register, #list #mainNav li.faq {
    display: inline;
}

#videos #mainNav .home a, #images #mainNav .home a,
#files #mainNav .home a, #list #mainNav .home a {
    width: 73px;
    text-indent: -5000px;
    background: url(../images/head_menu/home.gif) no-repeat;
}

#videos #mainNav .home a:hover, #images #mainNav .home a:hover,
#files #mainNav .home a:hover, #list #mainNav .home a:hover, #videos #mainNav .home a {
    background: url(../images/head_menu/home_hover.gif) no-repeat;
}

#videos #mainNav .howto a, #images #mainNav .howto a,
#files #mainNav .howto a, #list #mainNav .howto a {
    width: 214px;
    text-indent: -5000px;
    background: url(../images/head_menu/howto.gif) no-repeat;
}

#videos #mainNav .howto a:hover, #images #mainNav .howto a:hover,
#files #mainNav .howto a:hover, #list #mainNav .howto a:hover {
    background: url(../images/head_menu/howto_hover.gif) no-repeat;
}

#videos #mainNav .tos a, #images #mainNav .tos a,
#files #mainNav .tos a, #list #mainNav .tos a {
    width: 82px;
    text-indent: -5000px;
    background: url(../images/head_menu/tos.gif) no-repeat;
}

#videos #mainNav .tos a:hover, #images #mainNav .tos a:hover,
#files #mainNav .tos a:hover, #list #mainNav .tos a:hover {
    background: url(../images/head_menu/tos_hover.gif) no-repeat;
}

#videos #mainNav .faq a, #images #mainNav .faq a,
#files #mainNav .faq a, #list #mainNav .faq a {
    width: 85px;
    text-indent: -5000px;
    background: url(../images/head_menu/faq.gif) no-repeat;
}

#videos #mainNav .faq a:hover, #images #mainNav .faq a:hover,
#files #mainNav .faq a:hover, #list #mainNav .faq a:hover {
    background: url(../images/head_menu/faq_hover.gif) no-repeat;
}

#videos #mainNav .register a, #images #mainNav .register a,
#files #mainNav .register a, #list #mainNav .register a {
    width: 106px;
    text-indent: -5000px;
    background: url(../images/head_menu/purchase.gif) no-repeat;
}

#videos #mainNav .register a:hover, #images #mainNav .register a:hover,
#files #mainNav .register a:hover, #list #mainNav .register a:hover {
    background: url(../images/head_menu/purchase_hover.gif) no-repeat;
}

#videos #mainNav .advertise a, #images #mainNav .advertise a,
#files #mainNav .advertise a, #list #mainNav .advertise a {
    width: 107px;
    text-indent: -5000px;
    background: url(../images/head_menu/advertise.gif) no-repeat;
}

#videos #mainNav .advertise a:hover, #images #mainNav .advertise a:hover,
#files #mainNav .advertise a:hover, #list #mainNav .advertise a:hover {
    background: url(../images/head_menu/advertise_hover.gif) no-repeat;
}

#videos #mainNav .login a, #images #mainNav .login a,
#files #mainNav .login a, #list #mainNav .login a {
    width: 99px;
    text-indent: -5000px;
    background: url(../images/head_menu/premium.gif) no-repeat;
}

#videos #mainNav .login a:hover, #images #mainNav .login a:hover,
#files #mainNav .login a:hover, #list #mainNav .login a:hover {
    background: url(../images/head_menu/premium_hover.gif) no-repeat;
}

#videos #mainNav .about_us a, #images #mainNav .about_us a,
#files #mainNav .about_us a, #list #mainNav .about_us a {
    width: 86px;
    text-indent: -5000px;
    background: url(../images/head_menu/about.gif) no-repeat;
}

#videos #mainNav .about_us a:hover, #images #mainNav .about_us a:hover,
#files #mainNav .about_us a:hover, #list #mainNav .about_us a:hover {
    background: url(../images/head_menu/about_hover.gif) no-repeat;
}

#videos #mainNav .contact_us a, #images #mainNav .contact_us a,
#files #mainNav .contact_us a, #list #mainNav .contact_us a {
    width: 103px;
    text-indent: -5000px;
    background: url(../images/head_menu/contact.gif) no-repeat;
}

#videos #mainNav .contact_us a:hover, #images #mainNav .contact_us a:hover,
#files #mainNav .contact_us a:hover, #list #mainNav .contact_us a:hover {
    background: url(../images/head_menu/contact_hover.gif) no-repeat;
}

#branding {
	float: left;
	background: url(../images/banner_bg.png) repeat-x;
	border-bottom: 10px solid rgb(255, 218, 103);
}

#branding img {
	float: left;
}

#buy {
	float: right;
}

#secondNavHolder {
    float: left;
	padding-bottom: 27px;
	background: url(../images/taskbar_top.jpg) repeat-x bottom;
}

#secondNav {
    padding: 0;
    margin: 0;
    float: left;
	width: 775px;
	padding-left: 180px;
	background: rgb(90, 132, 189) url(../images/middle_menu/attachmax.gif) no-repeat left top;
	list-style-type: none;
}

#secondNav li {
    height: 30px;
    line-height: 30px;
    float: left;
}

#secondNav a {
    height: 30px;
    line-height: 30px;
    float: left;
}

#secondNav .videos a {
    width: 103px;
    text-indent: -5000px;
    background: url(../images/second_nav/videos.gif) no-repeat;
}

#secondNav .videos a:hover, #videos #secondNav .videos a {
    background: url(../images/second_nav/videos_hover.gif) no-repeat;
}

#secondNav .images a {
    width: 102px;
    text-indent: -5000px;
    background: url(../images/second_nav/images.gif) no-repeat;
}

#secondNav .images a:hover, #images #secondNav .images a {
    background: url(../images/second_nav/images_hover.gif) no-repeat;
}

#secondNav .files a {
    width: 81px;
    text-indent: -5000px;
    background: url(../images/second_nav/files.gif) no-repeat;
}

#secondNav .files a:hover, #files #secondNav .files a {
    background: url(../images/second_nav/files_hover.gif) no-repeat;
}

#secondNav .list a {
    width: 103px;
    text-indent: -5000px;
    background: url(../images/list_files.gif) no-repeat;
}

#secondNav .list a:hover, #list #secondNav .list a {
    background: url(../images/list_files_hover.gif) no-repeat;
}

#secondNav .upload a {
    width: 102px;
    text-indent: -5000px;
    background: url(../images/upload.gif) no-repeat;
}

#secondNav .upload a:hover, #upload #secondNav .upload a, #multiupload #secondNav .upload a {
    background: url(../images/upload_hover.gif) no-repeat;
}

#secondNav .register a {
    width: 81px;
    text-indent: -5000px;
    background: url(../images/register.gif) no-repeat;
}

#secondNav .register a:hover, #register #secondNav .register a {
    background: url(../images/register_hover.gif) no-repeat;
}

#about_us #secondNav {
    float: left;
	width: 575px;
	padding-left: 180px;
	background: rgb(90, 132, 189) url(../images/middle_menu/about_us.gif) no-repeat left top;
}

#advertise #secondNav {
    float: left;
	width: 575px;
	padding-left: 180px;
	background: rgb(90, 132, 189) url(../images/middle_menu/advertise.gif) no-repeat left top;
}

#faq #secondNav {
    float: left;
	width: 575px;
	padding-left: 180px;
	background: rgb(90, 132, 189) url(../images/middle_menu/FAQ.gif) no-repeat left top;
}

#howto #secondNav {
    float: left;
	width: 575px;
	padding-left: 180px;
	background: rgb(90, 132, 189) url(../images/middle_menu/howto.gif) no-repeat left top;
}

#register #secondNav {
    float: left;
	width: 575px;
	padding-left: 180px;
	background: rgb(90, 132, 189) url(../images/middle_menu/register.gif) no-repeat left top;
}

#search #secondNav {
    float: left;
	width: 575px;
	padding-left: 180px;
	background: rgb(90, 132, 189) url(../images/middle_menu/search.gif) no-repeat left top;
}

#tos #secondNav {
    float: left;
	width: 575px;
	padding-left: 180px;
	background: rgb(90, 132, 189) url(../images/middle_menu/TOS.gif) no-repeat left top;
}

#upload #secondNav, #multiupload #secondNav {
    float: left;
	width: 574px;
	padding-left: 181px;
	background: rgb(90, 132, 189) url(../images/middle_menu/send_a_file.gif) no-repeat left top;
}

#list #secondNav {
    float: left;
	width: 775px;
	padding-left: 180px;
	background: rgb(90, 132, 189) url(../images/middle_menu/list.gif) no-repeat left top;
}

#login #secondNav, #view #secondNav, #new_giant #secondNav,
#view #secondNav, #new_multiupload #secondNav, #send_password #secondNav,
#register_success #secondNav, #user_profile #secondNav,
#user #secondNav, #profile #secondNav, #payment_success #secondNav,
#register_2co #secondNav, #payment_2co #secondNav,
#payment_cancel #secondNav, #register_cancel #secondNav {
	width: 575px;
}

#secondNav img {
	float:left;
}

/* Third Nav */
#thirdNav {
	margin-bottom: 18px;
	background-color: #d3c8ad;
	border: 3px #d3c8ad ridge;
	min-height: 19px;
	margin-left: auto;
	margin-right: auto;
}

a:link {
        color: #000099;
}
a:visited {
        color: #000099;
}
a:hover {
        color: #0000FF;
		text-decoration: none;
}
a:active {
        color: #0000FF;
}

h1 {
	font-size: 12px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-style: italic;
}

/* Other file short preview */
.other_file_short_preview {
	padding-top: 5px;
	/*height: 139px;*/
	width: 147px;
	text-align: center;
	float: left;
}

.other_file_short_preview img {
	height: 96px;
	width: 128px;
	margin-left: auto;
}

.other_file_short_preview div{
	color: black;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-left: 5px;
	font-weight: bold;
}

/* Other file preview */
.other_file_preview {
    padding: 5px;
    float: left;
    width: 250px;
}

.other_file_preview_thumbnail {
    float: left;
}

.other_file_preview_thumbnail img {
    border: 0px;
    width: 130px;
}

.other_file_preview_details {
    float: left;
    padding: 5px;
    font-size: 8pt;
    width: 110px;
}

.other_file_preview_details a {
     color: blue;
     font-weight: bold;
}

.other_file_preview_details span {
     display: block;
     color: black;
}

/* Search bar */
.searchdiv {
	position: absolute;
	top: -2px;
	visibility: visible;
	right: 36px;
}

.searchdiv #search {
	padding: 4px;
	float: left;
	background-color: rgb(255, 218, 103);
	height: 22px;
}

.searchdiv div{
  float:left;
}

.searchdiv form{
 	display: inline;
}

.searchdiv input{
	font-size: 8pt;
	height: 15px;
	width: 85px;
	display: inline;
}

/* Footer */
#flags {
	clear: both;
	background-color: #cccc99;
	height: 25px;
	width: 100%;
	text-align: center;
}
#flags img {
	margin-top: 4px;
	height: 17;
	margin-left: 15px;
}
#copyright {
	width: 100%;
	text-align: center;
	background-color: #E8D8B4;
}
.footer_left {
	background: url(../images/footer_left_corner.jpg) no-repeat ;
	width: 21px;
	height: 20px;
	float: left;
}
.footer_center {
	background: url(../images/footer_bg.jpg) top left repeat-x;
	width: 100%;
	height: 20px;
}
.footer_right {
	background: url(../images/footer_right_corner.jpg) no-repeat ;
	width: 19px;
	height: 20px;
	float: right;
}

/* Forms */
form {
  font-size: 1.2em;
  margin: 0.7em;
}

/* fieldset styling */
fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #ccc;
}

/* legend styling */
legend {
  font-weight: bold;
  color: black;
}

/* style for  labels */
label {
  display: block;
}

/* style for required labels */
label .required {
  font-size: 1em;
  color: #760000;
}

input, select {
  width: 200px;
}

input.radio, input.checkbox, input.submit, input.button, input.image {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}

textarea {
  width: 300px;
  height: 100px;
}

.rss {
    background: url(../images/body_images/form_i_rss.gif) no-repeat left center;
    padding-left: 30px;
    line-height: 34px;
}

.browse {
    background: url(../images/body_images/form_i_search.gif) no-repeat left center;
    padding-left: 33px;
    line-height: 34px;
}

.email {
    background: url(../images/body_images/form_i_mail.gif) no-repeat left center;
    padding-left: 27px;
    line-height: 27px;
}

img.code {
    margin-bottom: -4px;
}

#first {
	border-left: 2px solid rgb(119, 138, 150);
	padding: 5px;
}

#sidebar {
    padding: 0;
    margin: 0;
	width: 184px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline;
	float: right;
}

#view #sidebar {
    width: 260px;
}

.login_holder, .latesttag_holder, .categories_holder, .news_holder {
    background-color: #1D446F;
    border-color: rgb(122, 133, 139);
}

.login_holder {
	border-style: solid solid none;
	border-width: 3px 3px 0px 3px;
}

.latesttag_holder {
	border-style: none solid;
	border-width: 0px 3px;
}

.categories_holder {
	border-style: none solid;
	border-width: 0px 3px;
}

.news_holder {
	border-style: none solid solid;
	border-width: 0px 3px 3px;
}

.login_holder span, .latesttag_holder span, .categories_holder span, .news_holder span {
	color: white;
	font-weight: bold;
	font-size: 12pt;
	padding: 5px;
	display: block;
}

.login_container, .latesttag_container, .news_container, .categories_container {
	background-color: white;
	font-size: 11px;
	font-weight: bold;
	color: rgb(97, 132, 152);
	padding: 5px;
	text-align: left;
}

.login_container {
	font-size: 11px;
	text-align: left;
}

.login_container p {
    margin: 5px 0;
}

.login_container form {
    margin: 0;
}

.latesttag_container a {
    font-size: 11px;
	color: rgb(97, 132, 152);
}

.categories_container a {
	font-weight: bold;
	color: rgb(97, 132, 152);
}

.categories_container p {
    font-size: 11px;
    text-align: left;
}

.categories_container ul, .news_container ul {
    list-style-type: none;
    margin: 0;
}