@charset "utf-8";

body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;

	background: #344672;
	background-image: url(/media/images/gui/background.png);
	background-color: #465F97;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.page-container
{ 
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
} 

.table-container
{ 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 986px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.main-table-top
{
	width: 986px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	background-image: url(/media/images/gui/main-table-top.png);
	background-repeat: no-repeat;
}


.main-table-content
{
	width: 940px;
	margin: 0px;
	padding-left: 23px;
	padding-right: 23px;

/*background: #FFFF00;*/
	background-image: url(/media/images/gui/main-table-center.png);
	background-repeat: repeat-y;
}

.main-table-bottom
{
	width: 986px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	background-image: url(/media/images/gui/main-table-bottom.png);
	background-repeat: no-repeat;
}


/* Main content table */

.maincontent-table
{
	width: 940px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: solid;
}

.maincontent-table-content
{
	width: 620px;
	margin: 0px;
	padding: 0px;
}

.maincontent-table-middle
{
	width: 20px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.maincontent-table-sidebar
{
	width: 300px;
	margin: 0px;
	padding: 0px;
}

.maincontent-sidebar
{
	width: 279px;
	margin: 0px;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}


.fullsize-maincontent-table-content
{
	width: 570px;
	margin: 0px;
	padding: 0px;
}

.fullsize-maincontent-table-separation
{
	width: 20px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.fullsize-maincontent-table-sidebar
{
	width: 160px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.header
{ 
	width: 986px;
/*	height: 160px;*/ /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
/*		background: #FFFFFF; */
	padding: 0 20px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
/*	padding: 0px; */
}


.menu-top-bar
{
	height: 80px;
	margin: 0px;
	padding: 0px;
/*	background: #000000;*/
	background-image: url(/media/images/gui/top-menu-bar.png);
/*	background-color: #000000;*/
	background-repeat: repeat-x;
	text-align: center;
}

.menu-top-main
{
	width: 920px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	padding: 0px;*/
	text-align: left;
}

.menu-top-main a { color: #FFFFFF; }
.menu-top-main a:link { color: #FFFFFF; text-decoration: none }
.menu-top-main a:active { color: red; text-decoration: none }
.menu-top-main a:visited { color: #FFFFFF; text-decoration: none }
.menu-top-main a:hover { color: #FFFFFF; text-decoration: underline }

.menu-top-bottom
{
	width: 920px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	padding: 0px;*/
	text-align: left;
}

.menu-top-bottom a { color: #FFFFFF; }
.menu-top-bottom a:link { color: #FFFFFF; text-decoration: none }
.menu-top-bottom a:active { color: red; text-decoration: none }
.menu-top-bottom a:visited { color: #FFFFFF; text-decoration: none }
.menu-top-bottom a:hover { color: #FFFFFF; text-decoration: underline }



/* Language link */

.menu-top-lang
{
	color: #FFFFFF;
	text-align: right;
	font-size: 12px;
}

.menu-top-lang a:link { color: #FFFFFF; text-decoration: none }
.menu-top-lang a:active { color: red; text-decoration: none }
.menu-top-lang a:visited { color: #FFFFFF; text-decoration: none }
.menu-top-lang a:hover { color: #FFFFFF; text-decoration: underline }

/*
.menu-top-1
{
	margin:0;
	padding: 10px 10px 0 0px;
	list-style:none;
}
*/

/*  New desktop wallpapers */

.table-newdesktopwallpaper-titlecell
{
	width: 288px;
	height: 16px;
	margin: 0px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #23374F;
	background-color: #43576F;
	text-align: center;
}

.table-newdesktopwallpaper-titlecell-text
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.new-desktop-wallpapers-table
{
	width: 300px;
	height: 160px;
	background-color: #FCFCFC;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
}

.new-desktop-wallpapers-image-sd
{
	width: 160px;
	height: 120px;
	position: relative;
	left: 74px;
	top: 12px;
}

.new-desktop-wallpapers-bgimage-sd
{
	background-image: url(/media/images/pages/gallery-wallpaper-paper-160x120.png);
	background-repeat: no-repeat;
	height: 150px;
}

.new-desktop-wallpapers-image-sd
{
	width: 160px;
	height: 120px;
	position: relative;
	left: 74px;
	top: 12px;
}

.new-desktop-wallpapers-cell-text
{
	padding: 10px;
}

/*  Sponsors */

.table-sponsors-titlecell
{
	width: 288px;
	height: 16px;
	margin: 0px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #23374F;
	background-color: #43576F;
	text-align: center;
}

.table-sponsors-titlecell-text
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}


.fullsize-table-sponsors-titlecell
{
	width: 148px;
	height: 16px;
	margin: 0px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #23374F;
	background-color: #43576F;
	text-align: center;
}

.fullsize-table-sponsors-titlecell-text
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}


/*  Related wallpapers */

.table-related-wallpapers
{
	width: 298px;
	margin: 0px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCF;
}

.table-related-wallpapers-titlecell
{
	width: 288px;
	height: 26px;
	margin: 0px;
	padding: 5px;
	border-width: 0px;
	background-color: #43576F;
	text-align: center;
}

.table-related-wallpapers-titlecell-text
{
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
}

.cell-related-wallpapers-1
{
	width: 298px;
	margin: 0px;
	padding: 5px;
	border-width: 0px;
	background-color: #F2F2FF;
}

.cell-related-wallpapers-2
{
	width: 298px;
	margin: 0px;
	padding: 5px;
	border-width: 0px;
	background-color: #F8F8FF;
}


/* Product Table A */

.product-table-a-header
{
	border: 1px;
	border-style: solid;
	background-color: #325487;
	padding: 8px;
	color: #2B4253;
}

.product-table-a-header h2 { color: #FFFFFF; text-decoration: none }
.product-table-a-header a:link { color: #FFFFFF; text-decoration: none }
.product-table-a-header a:active { color: red; text-decoration: none }
.product-table-a-header a:visited { color: #FFFFFF; text-decoration: none }
.product-table-a-header a:hover { color: #FFFFFF; text-decoration: underline }

.product-table-a
{
	border: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	color: #888;
}

.product-table-a td
{
	padding: 8px;
	background: #F0F0F0;
}


/* Section main header */

.section-main-header
{
	border: 1px;
	border-style: solid;
	padding: 8px;
	background-color: #F8F8F8;
	color: #888;
}


/* Newsletter */

.newsletter-bottom-box
{
	padding: 4px;
	margin: 0px;
	width: 940px;
	background-color: #fdfdfd;
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 1px;
}

/* socialmediabar*/
.socialmediabar-bottom
{
	margin: 0px;
	padding: 60px 23px 0px 23px;
	background-image: url(/media/images/gui/main-table-center.png);
	background-repeat: repeat-y;
}


/* Footer */

.footer
{ 
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 10px 0px 0px 23px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(/media/images/gui/main-table-center.png);
	background-repeat: repeat-y;
} 

.footer p
{
	position: relative;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #333;
}












a:link { color: #0000ff; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: #0000ff; text-decoration: none }
a:hover { color: #d21100; text-decoration: underline }

a.leftmenu:link { color: #000000; font-weight: bold; text-decoration: none }
a.leftmenu:active { color: red; font-weight: bold; text-decoration: none }
a.leftmenu:visited { color: #000000; font-weight: bold; text-decoration: none }
a.leftmenu:hover { color: #505050; font-weight: bold; text-decoration: underline }

a.mainmenu1:link { color: #ffffff; font-weight: bold; text-decoration: none }
a.mainmenu1:active { color: red; font-weight: bold; text-decoration: none }
a.mainmenu1:visited { color: #ffffff; font-weight: bold; text-decoration: none }
a.mainmenu1:hover { color: #ffffff; font-weight: bold; text-decoration: underline }
a.mainmenu1 { font-size: 11px; font-family: Georgia, Verdana, Arial, Tahoma, MS Sans Serif }

a.mainmenu2:link { color: #000000; font-weight: bold; text-decoration: none }
a.mainmenu2:active { color: red; font-weight: bold; text-decoration: none }
a.mainmenu2:visited { color: #000000; font-weight: bold; text-decoration: none }
a.mainmenu2:hover { color: #000000; font-weight: bold; text-decoration: underline }
a.mainmenu2 { font-size: 11px; font-family: Georgia, Verdana, Arial, Tahoma, MS Sans Serif }


div,p,td,select
{
	font-family: Verdana, Arial, Tahoma, MS Sans Serif;
	color: black;
	font-size: 12px;
}

h1
{
	font-family:Verdana, Arial, Tahoma, MS Sans Serif;
	font-style:normal;
	font-size:17px;
	margin: 0 0 1px 0;
}

h2
{
	font-family:Verdana, Arial, Tahoma, MS Sans Serif;
	font-style:normal;
	font-size:15px;
	margin: 0 0 1px 0;
}

h3
{
	font-family:Verdana, Arial, Tahoma, MS Sans Serif;
	font-style:normal;
	font-size:12px;
	margin: 0 0 1px 0;
}

h4
{
	font-family:Verdana, Arial, Tahoma, MS Sans Serif;
	font-style:italic;
	font-weight:normal;
	font-size:11px;
	margin: 0 0 1px 0;
}

.bordertablebk
{
	background-color:#ffffff;
	border-color: #000000;
	border-left-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-style:solid;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
}

.pagetitle2
{
	font-family: Verdana, Arial, Tahoma, MS Sans Serif;
	color: #0030f0;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}

.itemtitle
{
	font-weight: bold;
	font-size: 14px;
}

.headlinedate
{
	color: #808080;
	font-size: 11px;
}

.rightbartext
{
	font-size: 11px;
}

.langtext
{
	font-family: Verdana, Arial, Tahoma, MS Sans Serif;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
}

a.langtext:link { color: #000000; text-decoration: none }
a.langtext:active { color: red; text-decoration: none }
a.langtext:visited { color: #000000; text-decoration: none }
a.langtext:hover { color: #000000; text-decoration: underline }

.locationnav
{
	font-family: Verdana, Arial, Tahoma, MS Sans Serif;
	color: #505050;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}

a.locationnav:link { color: #505080; text-decoration: none }
a.locationnav:active { color: red; text-decoration: none }
a.locationnav:visited { color: #5050a0; text-decoration: none }
a.locationnav:hover { color: #5050f0; text-decoration: underline }

.dirnav
{
	font-family: Verdana, Arial, Tahoma, MS Sans Serif;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
a.dirnav:link { color: #000000; text-decoration: none }
a.dirnav:active { color: red; text-decoration: none }
a.dirnav:visited { color: #000000; text-decoration: none }
a.dirnav:hover { color: #000000; text-decoration: underline }

.dirnavframe
{
	width: 940px;
	background-color: #f8f8f8;
	border-color: #f0f0f0;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}

.productdescbox1
{
	color: #909090;
	font-size: 10px;
	text-align: right;
	vertical-align: top;
}

.productdescbox2
{
	color: #606060;
	font-size: 10px;
	vertical-align: top;
}

.productboxframe
{
	background-color: #fdfdfd;
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 1px;
	padding: 8px;
}

.textlink
{
 	text-decoration: none; 
	color: black;
}

a.textlink { color: #000000; text-decoration: none }
