/* @group General Styles */

body {
	color: #cccccc;
	font: 0.70em/1.6em "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: center;
	background: repeat-x url(images/gradient.jpg);
	padding: 0;
	margin: 0px 0px 0px 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

b, strong {

}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {

}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 8px 0 0;
	padding: 3px 3px 0 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 0px 3px;
	position: relative;
	z-index: 5;
}

.center {
	text-align: center;
}

/* @end */

/* @group Layout */

#container {
	width: 738px;
	/* This Is The BG Color Of The Main Div */	margin: 0px auto 0px;
	/* Right And Left Margin Widths To Auto */	text-align: left;
	/* Hack To Keep IE5 Windows Happy */
	position: relative;
}

#bg {
	background: #242424;
	margin: 0px;
	padding: 0 0 10px 0;
	height: 100%;
}

.logo_bg {
	background: url(images/content_bg.gif) center center no-repeat;
}

.clearer {
	clear: both;
}

#pageHeader {
	background: url(images/Header_bg.png) no-repeat;
	position: relative;
	z-index: 0;
	height: 85px;
	margin-top: 30px;
}

#pageHeader img {
	position: absolute;
	right: 0;
	top: 0;
}

#pageHeader h1 {
	color: #999999;
	font-size: 2em;
	margin: 0 0;
	text-align: right;
	position: relative;
	top: 30px;
	right: 20px;
	text-shadow: none;
}

#pageHeader h2 {
	color: #606060;
	font-size: 0.9em;
	margin: 20px 0 0;
	text-align: right;
	position: relative;
	top: 20px;
	right: 20px;
	text-shadow: none;
}

#contentContainer {
	margin-right: 190px;
	padding: 0px;
	position: relative;
}

#contentContainer #content {
	padding-top: 35px;
	padding-right: 15px;
	padding-left: 30px;
}

#contentContainer #content p {
	text-indent: 1em;
}

#sidebarContainer {
	width: 160px;
	color: #ffffff;
	position: relative;
	top: 10px;
	margin-bottom: 30px;
}

#sidebarContainer #sidebar {
	color: #ffffff;
	background: #ff99cc url(images/sidebar_roundecorners.gif) no-repeat center bottom;
	padding-bottom: 10px;
}

#sidebarContainer .sideHeader {
	background: url(images/sidebarheader_bg.jpg) no-repeat #ff0066;
	height: 30px;
	border-bottom: solid #cc0066 1px;
	text-align: center;
}

#sidebarContainer .sideHeader p {
	padding: 8px 0 0 0;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	border: None;
	color: #ffccff;
	text-shadow: 2px 2px 2px #f00;
}

#sidebarContainer p {
	color: #ffffff;
	border-bottom: 1px solid #ff66ff;
	margin: 0;
	font-size: 1em;
	border-top: 1px solid #ffcccc;
	font-weight: normal;
	padding: 5px;
	position: relative;
}

#sidebarContainer h3 {
	color: #ff0066;
	border-bottom: 1px solid #ff66ff;
	margin: 0;
	font-size: 1.1em;
	border-top: 1px solid #ffcccc;
	font-weight: bold;
	padding: 5px;
	text-shadow: 2px 2px 0px #ccc;
}

#sidebarContainer p a:link, #sidebarContainer p a:visited {
	color: #ff0066;
	font-size: 1em;
	text-shadow: none;
	background-color: #ffccff;
	border-bottom: 1px solid #dc2c64;
	padding-right: 0.1em;
	padding-left: 0.1em;
	border-top: 1px solid #ffffff;
}

#sidebarContainer p span a:link, #sidebarContainer p span a:visited {
	background-color: transparent;
	border: none;
}

#sidebarContainer .image-left {
	float: left;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	position: relative;
	z-index: 5;
}

#sidebarContainer p a:hover {
	color: #fff;
	font-size: 1em;
	text-shadow: none;
	background-color: #ff0066;
	border-bottom: 1px solid #fff;
	padding-right: 0.1em;
	padding-left: 0.1em;
	border-top: 1px solid #993366;
}

.hl {
	border-bottom: 1px solid #ff66ff;
	border-top: 1px solid #ffcccc;
	border-right: 1px solid #ff66ff;
	border-left: 1px solid #ffcccc;
	background: #ffacdc;
}

#footer {
	margin: 0;
	padding: 0px;
}

#footer p {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #999999;
}

#footer a:link, #footer a:visited {
	color: #666666;
}

#footer a:hover, #footer a:active {

}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	background: url(images/content_roundcorners.jpg) no-repeat;
	font-size: 0.9em;
	color: #99ff33;
	height: 70px;
	display: block;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	/* Hack To Keep IE5 Windows Happy */
	border-top: 1px solid #333333;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 3px 0 0 20px;
	border-top: 1px solid #000000;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #99ff33;
}

#breadcrumbcontainer a:hover {
	color: #ff99cc;
}

/* @end */

/* @group Toolbar */

/* Toolbar Styles */
#navcontainer {
	height: 26px;
	z-index: 500;
	text-align: left;
}

#navcontainer #current {
	text-shadow: 0px 0px 5px #ff99cc;
	color: #ff0066;
	font-weight: bold;
}

#navcontainer .currentAncestor {
	text-shadow: 0px 1px 1px #666666;
}

/* Parent - Level 0 */

#navcontainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 0px;
	height: 26px;
	width: 738px;
	display: block;
	text-align: left;
}

#navcontainer li {
	position: relative;
	display: inline;
	float: left;
	border-right: 1px solid #444444;
	border-left: 1px solid #666666;
}

/* Fix IE. Hide from IE Mac \*/
* html #navcontainer ul li {
	float: left;
	height: 1%;
	width: 1%;
	display: inline;
	white-space: nowrap;
}

* html #navcontainer ul li a {
	height: 23px;
}

/* End */
#navcontainer a {
	display: block;
	color: #ffffff;
	padding: 3px 10px 0;
	text-shadow: 1px 1px 2px #333333;
	text-decoration: none;
	text-align: center;
	height: 23px;
}

#navcontainer a:hover {
	color: #ff99cc;
	text-shadow: 0px 0px 5px #ff99cc;
	text-decoration: none;
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 32px;
	display: none;
	z-index: 100;
}

#navcontainer ul ul a {
	height: 20px;
	padding-top: 7px;
	text-shadow: 2px 2px 2px #999999;
	background: url(images/sub_button.png) repeat;
	text-align: left;
	text-indent: 20px;
}

#navcontainer ul ul a:hover {
	background: repeat url(images/sub_button_over.png);
}

html>body #navcontainer ul ul a {
	background: repeat url(images/sub_button_trans.png);
	height: 20px;
}

html>body #navcontainer ul ul a:hover {
	background: repeat url(images/sub_button_over_trans.png);
}

#navcontainer ul ul #current {
	background: repeat url(images/sub_button_over.png);
}

html>body #navcontainer ul ul #current {
	background: repeat url(images/sub_button_over_trans.png);
}

/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 120px;
	top: 0;
}

#navcontainer ul ul ul ul li {

}

#navcontainer ul ul ul ul a {

}

#navcontainer ul ul ul ul a:hover {

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul {
	display: none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul {
	display: block;
}

/* @end */

/* @group Global Classes */

blockquote {
	padding: 10px;
	margin: 5px;
	background: url(images/bq_bg.gif);
	clear: left;
}

blockquote:first-letter {
	font-size: 2em;
	margin-right: 2px;
}

.standout {
	color: #96a7bb;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding-left: 10px;
	padding-right: 10px;
	background: #ffccff;
}

h1 {
	font-size: 2em;
	color: #99ccff;
	text-shadow: 0px 0px 15px #3399cc;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 1.6em;
	color: #65a8f8;
	text-shadow: 0px 0px 7px #3399cc;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 1.2em;
	color: #4184f6;
	text-shadow: 0px 0px 4px #3399cc;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 1em;
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style: square inside;
}

#contentContainer #content li {

}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {

}

/* Table Styles */
table {
	font-size: 1em;
}

/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {

}

.blog-entry-summary {
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
}

.blog-archive-headings-wrapper {
	margin-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
}

.blog-archive-entries-wrapper {

}

.blog-archive-entries-wrapper .blog-entry {

}

.blog-archive-month {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #99ccff;
	text-shadow: 0px 0px 7px #3399cc;
}

.blog-archive {

}

.blog-archive-link-disabled {
	padding: 5px;
	margin: 0;
}

.blog-archive-link {

}

.blog-archive-link a:link, .blog-archive-link a:visited {
	text-decoration: none;
}

/* @end */
#blog-archives{
	padding: 10px;
}

.blog-entry {
	margin-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
}

.blog-entry-title {
	font-size: 1.8em;
	color: #65a8f8;
	text-shadow: 0px 0px 7px #3399cc;
	font-weight: bold;
	margin-bottom: 3px;
}

.blog-entry-date {
	color: #b3b3b3;
	margin-bottom: 10px;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-read-more a:link, .blog-read-more a:active {

}

.blog-read-more a:hover {

}

.blog-entry-body {

}

.blog-entry-comments {
	padding-top: 10px;
}

.blog-entry-category {
	color: #6a7a90
}

#blog-categories {
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #ff66ff;
	border-top: 1px solid #ffcccc;
	border-right: 1px solid #ff66ff;
	border-left: 1px solid #ffcccc;
	background: #ffacdc;
}

.blog-category-link-enabled {

}

.blog-category-link-disabled {
	padding-left: 5px;
}

.blog-rss-link {
	background: url(images/rss_icon.gif) left center  no-repeat;
	line-height: 12px;
	text-align: center;
	padding-left: 20px;
}

#blog-rss-feeds {
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #ff66ff;
	border-top: 1px solid #ffcccc;
	border-right: 1px solid #ff66ff;
	border-left: 1px solid #ffcccc;
	background: #ffacdc;
}

/* @end */

/* @group File Sharing */

.filesharing-description {

}

.filesharing-item {
	background: #f5f5f5;
	margin-bottom: 10px;
	padding: 5px;
}

.filesharing-item-title a:link {

}

.filesharing-item-title a:hover {

}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	color: #b3b3b3;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}

.album-description {
	margin-bottom: 70px;
}

.album-wrap {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 10px;
}

.thumbnail-frame {
	position: absolute;
	bottom: 0;
	left: 0;
}

.thumbnail-frame:hover {

}

.thumbnail-frame a {

}

.thumbnail-frame a:hover {

}

.thumbnail-frame img {
	margin: auto;
	border: none;
}

.thumbnail-caption {
	font-size: 0.9em;
	color: #96a7bb;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}

/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0;
}

.photo-navigation {
	background: #6b7b91;
	border-bottom: 2px solid #818fa1;
	padding: 20px 40px 10px;
	margin-bottom: 20px;
	text-align: left;
}

.photo-links {

}

.photo-navigation a:link, .photo-navigation a:visited {

}

.photo-navigation a:hover {

}

.photo-frame {
	padding: 2px;
	background: #949b98;
}

.photo-title {
	color: #ffffff;
	font-size: 2.5em;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

.photo-caption {
	color: #b5bdc8;
	font-size: 1.1em;
	margin: 0;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {

}

/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}

.movie-page-description {
	margin-bottom: 8px;
}

.movie-thumbnail-frame {
	width: 132px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #f5f5f5;
	position: relative;
	z-index: 205;
}

.movie-thumbnail-frame:hover {

}

.movie-thumbnail-caption {

}

/* @end */

/* @group Single Page (Movie View) */

.movie-background {

}

.movie-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
}

.movie-frame {

}

/* @end */


/* @end */

/* @group Contact Form */
.message-text {

}

.required-text {

}

.form-input-field {

}

.form-input-button {

}

/* @end */

/* @group Main */

.main h2 {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #666666;
	margin: 0;
	padding: 10px;
	padding-left: 80px;
}

.main h2:hover {
	color: #99ff33;
}

.main h3 a:link, .main h3 a:visited {
	color: #4184f6;
}

.main h3 a:hover {
	color: #99ff33;
}

.apparel {
	background: url(images/t-shirt-ico.jpg) no-repeat left center;
}

.themes {
	background: url(images/themes-ico.jpg) no-repeat left center;
}

.services {
	background: url(images/services-ico.jpg) no-repeat left center;
}

/* @end */
.products_clearer {
	clear: left;
	height: 10px;
}

.hide {
	visibility: hidden;
}

/* @group Resources */

.resources {
	border: 5px solid #cccccc;
	background: #333;
	margin-right: 10px;
	position: relative;
	padding: 10px;
}

.resources a img {
	border: 1px solid #333333;
}

.resources a img:hover {
	border: 1px solid #666666;
}

.resources h2 {

}

.resources p {

}

/* @end */

/* @group Products */

/* @group miniblog */

#miniblog {
	float: left;
	margin-right: 20px;
}

#miniblog a:link, #miniblog a:visited {
	display: block;
	width: 150px;
	height: 100px;
	background: url(images/rapidweaver-themes-miniblog.jpg) no-repeat 0px 0px;
}

#miniblog a:hover, #miniblog a:active {
	background: url(images/rapidweaver-themes-miniblog.jpg) no-repeat -150px 0px;
}

/* @end */

/* @group city */

#city {
	float: left;
	margin-right: 20px;
}

#city a:link, #city a:visited {
	display: block;
	width: 150px;
	height: 100px;
	background: url(images/rapidweaver-themes-city.jpg) no-repeat 0px 0px;
}

#city a:hover, #city a:active {
	background: url(images/rapidweaver-themes-city.jpg) no-repeat -150px 0px;
}

/* @end */

/* @group layouts pro */

#layouts-pro {
	float: left;
	margin-right: 20px;
}

#layouts-pro a:link, #layouts-pro a:visited {
	display: block;
	width: 150px;
	height: 100px;
	background: url(images/rapidweaver-themes-layouts-pro.jpg) no-repeat 0px 0px;
}

#layouts-pro a:hover, #layouts-pro a:active {
	background: url(images/rapidweaver-themes-layouts-pro.jpg) no-repeat -150px 0px;
}

/* @end */

/* @group pro 001 */

#pro-001 {
	float: left;
	margin-right: 20px;
}

#pro-001 a {
	display: block;
	width: 150px;
	height: 100px;
	background: url(images/themes-pro-001.jpg) no-repeat 0px 0px;
}

#pro-001 a:hover, #pro-001 a:active {
	background: url(images/themes-pro-001.jpg) no-repeat -150px 0px;
}

/* @end */

/* @group charcoal */

#charcoal {
	float: left;
	margin-right: 20px;
}

#charcoal a {
	display: block;
	width: 150px;
	height: 100px;
	background: url(images/themes-charcoal.jpg) no-repeat 0px 0px;
}

#charcoal a:hover, #charcoal a:active {
	background: url(images/themes-charcoal.jpg) no-repeat -150px 0px;
}

/* @end */

/* @group desaturate */

#desaturate {
	float: left;
	margin-right: 20px;
}

#desaturate a {
	display: block;
	width: 150px;
	height: 100px;
	background: url(images/themes-desaturate.jpg) no-repeat 0px 0px;
}

#desaturate a:hover, #desaturate a:active {
	background: url(images/themes-desaturate.jpg) no-repeat -150px 0px;
}

/* @end */

/* @group minimalist */

#minimalist {
	float: left;
	margin-right: 20px;
}

#minimalist a {
	display: block;
	width: 150px;
	height: 100px;
	background: url(images/themes-minimalist.jpg) no-repeat 0px 0px;
}

#minimalist a:hover, #minimalist a:active {
	background: url(images/themes-minimalist.jpg) no-repeat -150px 0px;
}

/* @end */

/* @group nautica */

#nautica {
	float: left;
	margin-right: 20px;
}

#nautica a {
	display: block;
	width: 150px;
	height: 100px;
	background: url(images/themes-nautica.jpg) no-repeat 0px 0px;
}

#nautica a:hover, #nautica a:active {
	background: url(images/themes-nautica.jpg) no-repeat -150px 0px;
}

/* @end */

/* @group vintage */

#vintage {
	float: left;
	margin-right: 20px;
}

#vintage a {
	display: block;
	width: 150px;
	height: 100px;
	background: url(images/themes-vintage.jpg) no-repeat 0px 0px;
}

#vintage a:hover, #vintage a:active {
	background: url(images/themes-vintage.jpg) no-repeat -150px 0px;
}

/* @end */
	
/* @end */

/* @group Themes buttons */

.buttons {
	position: relative;
	overflow: hidden;
}

.buttons-down {
	position: relative;
	width: 500px;
	height: 50px;
}

.right-ones {
	width: 327px;
	float: right;
}

.center-buttons {
	float: left;
	padding: 10px;
	padding-left:100px;
}

/* @group Live */

.live {
	float: left;
	position: relative;
	margin-right: 10px;
}

.live a:link, .live a:visited {
	display: block;
	width: 150px;
	height: 40px;
	background: url(images/button-live.jpg) no-repeat 0px 0px;
}

.live a:hover {
	background: url(images/button-live.jpg) no-repeat -150px 0px;
}

.live a:active {
	background: url(images/button-live.jpg) no-repeat 0px 0px;
}

/* @end */

/* @group More */

.more {
	float: right;
	position: relative;
	}

.more a:link, .more a:visited {
	display: block;
	width: 150px;
	height: 40px;
	background: url(images/button-more.jpg) no-repeat 0px 0px;
}

.more a:hover {
	background: url(images/button-more.jpg) no-repeat -150px 0px;
}

.more a:active {
	background: url(images/button-more.jpg) no-repeat 0px 0px;
}

/* @end */

/* @group Buy */

.buy {
	float: left;
	width: 150px;
	position: relative;
}


.buy a:link, .buy a:visited {
	display: block;
	width: 150px;
	height: 40px;
	background: url(images/button-buy.jpg) no-repeat 0px 0px;
}

.buy a:hover {
	background: url(images/button-buy.jpg) no-repeat -150px 0px;
}

.buy a:active  {
	background: url(images/button-buy.jpg) no-repeat 0px 0px;
}

/* @end */

/* @group down */

.down {
	float: left;
	}

.down a:link, .down a:visited {
	display: block;
	width: 150px;
	height: 40px;
	background: url(images/button-down.jpg) no-repeat 0px 0px;
}

.down a:hover {
	background: url(images/button-down.jpg) no-repeat -150px 0px;
}

.down a:active {
	background: url(images/button-down.jpg) no-repeat 0px 0px;
}

/* @end */

/* @end */

/* @group Patterns */

.left-patt {
	float: left;
}

.right-patt {
	float: right;
}

.center-patt {
	margin-left: 97px;
}

* html .center-patt {
	margin-left: 94px;
}

/* @end */

/* @group Spiffy */
 /* set the image to use and establish the lower-right position */
    .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
	background: transparent url(images/img.php.png) no-repeat bottom right;
}

.cssbox {
	/* intended total box width - padding-right(next) */
      width: 470px !important;
	/* IE Win = width - padding */
      width: 440px;
	/* the gap on the right edge of the image (not content padding) */
      padding-right: 15px;
	/* use to position the box */
      margin: 5px auto;
}

/* set the top-right image */
    .cssbox_head {
	background-position: top right;
	/* pull the right image over on top of border */
      margin-right: -15px;
	/* right-image-gap + right-inside padding */
      padding-right: 40px;
}

/* set the top-left image */
    .cssbox_head h2 {
	background-position: top left;
	margin: 0;
	/* reset main site styles*/ 
      border: 0;
	/* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding: 20px 0 5px 20px;
	height: auto !important;
	height: 1%;
	font-size: 1.2em;
}

/* IE Holly Hack */

    /* set the lower-left corner image */
    .cssbox_body {
	background-position: bottom left;
	margin-right: 5px;
	/* interior-padding right */ 
      padding: 5px 0 15px 20px
}

/* mirror .cssbox_head right/left */

.left {
	float: left;
	margin-right: 10px;
}
		
/*</group>*

