/* Common CSS for all pages */
html, body {
    width: 100%;
    margin: 0px;
	padding: 0px;
    font-family: arial, sans-serif;
    font-size: 16px;
    color:#09F;          /* text color Page name on pictures page, etc. */
    background-color: #000000;  /* page background color */
}


/* Primary link color subcategory links, menu links, pagination links, etc. */
a {
    color:#09F; 
}

/* Color and decoration for mouse over links */
a:hover {
    color:#FFF;
    font-weight: bold;
    text-decoration: none;
}

/* Color for visited links */
a:visited {
    color:#09F; 
}


/* Prevents gap under image in IE */
img {
    vertical-align: bottom;
}

/* Page Container */
#page_cont {
    text-align: center;
}

/* Logo */
#logo {
    margin: 2px auto;
    width: 862px;
}

#logo img {
    border: none;
}
#ad_top_header {
	
	position:relative;
    margin: 0px auto 3px auto;
	
    height/**/:/**/ 35px;  /* IE6+ and other browsers */
    width: 940px;           /* IE5 */
    width/**/:/**/ 934px;   /* IE6+ and other browsers */
	
	vertical-align: middle;
	line-height:37px;
	
	text-align:right;
	
    font-family: arial, sans-serif;
    font-size: 12px;
}
/* Link Units Ad on top of the page */
#ad_top_links {
    margin: 10px auto 3px auto;
    width: 728px;
}

/* Header and Footer Menus */
.menu_cont {
    margin: 0px auto;
    padding: 2px;
    width: 940px;           /* IE5 */                    
    width/**/:/**/ 934px;   /* IE6+ and other browsers */
    height: 32px;           /* IE5 */                    
    height/**/:/**/ 28px;   /* IE6+ and other browsers */
    text-align: center;     
    border: 1px solid #09F;
    overflow: hidden;
}

.menu_wrap {
    float: left;
    overflow: hidden;
}

.menu_col {
    float: left;
    border: 1px solid #09F;
    width: 183px;           /* IE5 */
    width/**/:/**/ 183px;   /* IE6+ and other browsers */
    height: 28px;           /* IE5 */
    height: 26px;           /* IE6+ and other browsers */
    margin-right: 2px;
    overflow: hidden;
}

.menu_col_last {
    float: left;
    border: 1px solid #09F;
    margin-right: 0px;
    width: 184px;           /* IE5 */
    width/**/:/**/ 184px;   /* IE6+ and other browsers */
    height: 28px;           /* IE5 */
    height: 26px;           /* IE6+ and other browsers */
    overflow: hidden;
}

.menu_col_wrap {
    padding: 3px;
}


/* Google Search */
#google_search {
    margin: 0px auto;
    padding: 25px 0px;
    width: 380px;
}

/* Categories */
.cat_name {
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 18px;
    color: #09F;         /* category color */
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    text-transform: uppercase;
}

ul.subcat_list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    line-height: 125%;
}

li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    line-height: 125%;
}

ul.subcat_list a {
    text-decoration: none;
}


/* Left and Right column Ads */
.ad_col {
    margin-top: 14px;
}


/* Misc */
.col_clear {
    clear: both;
}

.ad_top_thumbs {
	margin: 4px 0;
	width: 300px;
	height: 75px;
	overflow: hidden;
}

.ad_top_thumb_wrap {
    width: 75px;
    height: 75px;
    float: left;
}

.ad_top_thumb {
    width: 75px;
    height: 75px;
    overflow: hidden;
    position: relative;
}


/* thumbnails near Google Ads */

.ad_top_thumb[class] {
    display: table;
    position: static;
}

.ad_top_thumb_l2 {
    width: 100%;
    position: absolute; top: 50%;
}

.ad_top_thumb_l2[class] {
    display: table-cell;
    vertical-align: middle;
    position: static;
}

.ad_top_thumb_l3 {
    width: 100%;
    text-align: center;
    position: relative;
    top: -50%;
}

.ad_top_thumb_l3[class] {
    position: static;
}

.ad_top_center_thumb {
	margin-top: 20px;
	text-align: center;
}