@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #036;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(Images/bg_grad.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#container  {
	width: 980px;
	background: #FFFFFF;
	border: 1px solid #036;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	color: #FFF;
	background-color: #036;
	height: 116px;
	padding-top: 0px;
	width: 980px;
	overflow: hidden;
	position: relative;
} 
#header h1  {
	font-size: large;
	font-style: italic;
	padding-top: 40px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 340px;
	padding-bottom: 0px;
	text-align: center;
}
#subHeader {
	text-align: center;
	margin-top: 58px;
}

.logo {
	margin-left: 60px;
	margin-top: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#content {
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
	margin-top: 58px;
	margin-right: 58px;
	margin-left: 58px;
	padding-bottom: 20px;
}
#content h1 {
	text-align: center;
}
#content a:link {
	color: #036;
	text-decoration: none;
}
#content a:hover {
	color: #369;
	text-decoration: underline;
}
#content a:visited {
	color: #369;
	text-decoration: none;
}
#content a:visited:hover {
	color: #369;
	text-decoration: underline;
}


#subContentCenter {
	text-align: center;
}
#subContentCenter a:link {
	text-decoration: none;
	color: #036;
}
#subContentCenter a:hover {
	color: #369;
	text-decoration: underline;
}
#subContentCenter a:visited {
	color: #369;
	text-decoration: none;
}
#subContentCenter a:visited:hover {
	color: #369;
	text-decoration: underline;
}



#mainContent  {
	margin-right: 320px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #036;
	margin-top: 58px;
} 
#mainContent h1 {
	padding-top: 20px;
}

#mainContent h2 {
	padding-top: 25px;
	font-size: large;
}
#mainContent h3 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
	font-size: medium;
}
#mainContent a:link {
	text-decoration: none;
	color: #036;
}
#mainContent a:hover {
	color: #369;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #369;
	text-decoration: none;
}
#mainContent a:visited:hover {
	color: #369;
	text-decoration: underline;
	text-align: justify;
}
#movement {
	margin-top: 58px;
}



.newRelease {
	color: #369;
}
.roundelLeft {
	float: left;
	padding-right: 15px;
}
.roundelRight {
	float: right;
	padding-left: 15px;
	padding-bottom: 0px;
}
.newsLeft {
	float: left;
	padding-top: 4px;
	padding-right: 15px;
}
.newsRight {
	float: right;
	padding-top: 4px;
	padding-left: 15px;
}

#newsFlash {
	margin-top: 40px;
	border: 1px groove #036;
	text-align: center;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}






#sidebar1  {
	float: right;
	width: 300px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 0px;
	text-align: justify;
}
#sidebar1 h3 {
	padding-top: 20px;
}
#sidebar1 a:link  {
	text-decoration: none;
	color: #036;
}
#sidebar1 a:hover  {
	color: #369;
	text-decoration: underline;
}
#sidebar1 a:visited  {
	color: #369;
	text-decoration: none;
}
#sidebar1 a:visited:hover {
	color: #369;
	text-decoration: underline;
}




.hotShot {
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}
.gadgetImage {
	padding-left: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.gadgetCaption {
	text-align: center;
}
#youtube {
	padding-bottom: 10px;
}

#facebook {
	padding-top: 40px;
}









#footer  {
	color: #FFF;
	background-color: #036;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
} 
#footer p  {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

#footer p a:link {
	color: #FFF;
	text-decoration: none;
}

#footer p a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer p a:visited {
	color: #FFF;
	text-decoration: none;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 5px;
	line-height: 0px;
}
#links {
	padding-right: 20px;
	padding-left: 20px;
	margin: 58px;
}
#links h1 {
	text-align: center;
}

#links h2 {
	padding-left: 10px;
	padding-top: 20px;
}
#links h3 {
	padding-left: 30px;
	padding-top: 10px;
}
#links table {
	margin-left: 0px;
}
#links table tr td {
	text-align: justify;
}

.linksLogos {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 10px;
}
#fileLibraryContent {
	margin-left: 80px;
	margin-top: 40px;
	float: left;
}

#fileLibraryMainContent {
	margin-left: 320px;
	margin-top: 40px;
	padding-left: 20px;
}

#sidebar2 {
	float: left;
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 40px;
}
#fileLibraryButtons {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	text-align: center;
}
.fileLibraryButtons {
	padding-right: 14px;
	padding-left: 13px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 10px;
}
#tutorialDownload {
	text-align: center;
}
#tutorialDownload p a:link {
	color: #036;
	text-decoration: none;
}
#tutorialDownload p a:hover {
	color: #369;
	text-decoration: underline;
}
#tutorialDownload p a:visited {
	color: #369;
	text-decoration: none;
}
#tutorialvid {
	margin-top: 30px;
	margin-right: 70px;
	margin-bottom: 30px;
	margin-left: 70px;
}



#preview {
	text-align: center;
	margin-left: 20px;
	float: right;
	margin-top: 5px;
}

#wallpaperThumb {
	float: left;
	width: 360px;
	margin-left: 58px;
	text-align: center;
	margin-bottom: 20px;
	height: 440px;
}
#wallpaperThumb img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 8px;
}
#wallpaperPreview {
	float: right;
	width: 480px;
	margin-right: 58px;
	padding-top: 65px;
	height: 375px;
	margin-bottom: 20px;
}
#forumBanners {
	text-align: center;
	float: none;
	width: 450px;
	margin-left: 260px;
}
#code {
	width: 370px;
	overflow: auto;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 28px;
	border: thin double #036;
}
#tool {
	width: 780px;
	border: 1px solid #036;
	margin-left: 48px;
	margin-top: 20px;
	text-align: justify;
	padding: 5px;
}
#tool a:link {
	text-decoration: none;
	color: #036;
}
#tool a:hover {
	color: #369;
	text-decoration: underline;
}
#tool a:visited {
	color: #369;
	text-decoration: none;
}

#tool img {
	padding-right: 20px;
	float: left;
}
.thumbs_left {
	float: left;
	padding-right: 20px;
}
.thumbs_right {
	float: right;
	padding-left: 20px;
}

