@charset "utf-8";

body, p, h1, h2, h3 {
	margin: 0; 
	padding: 0;
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #D5E8E3 url(images/background.gif) repeat-x;
	text-align: center; 
	color: #000000;
}
#container {
	width: 950px;  
	background: url(images/container_background.jpg) no-repeat center top;
	margin: 0 auto;
	position: relative;
	text-align:left;
} 

#container .home-image {
	margin-left:31px;
}

#outer-container {
	width: 950px; 
	background: url(images/container_background.gif) repeat-y center top;
	margin: 0 auto;
} 
#header {
	margin-left:31px;
} 
#sidebar1 {
	position: absolute;
	left: 0px;
	top: 190px;	
	width: 220px;
	padding: 15px 0px 15px 31px;
	text-align: left;
	
	
}
#mainContent {
	position: relative;
	width: 600px;
	top: 0px;
	left: 290px;
	padding-top: 30px;
	padding-bottom: 30px;
} 


#footer {
	text-align:center;
	padding: 0 10px 0 20px; 
	background:url(images/footer_background.jpg) center;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size: 10px;
	color: #4EA39A;
}




#home-nav-area {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 68px;
	margin-left: 70px;
	width: 200px;
	text-align: right;
}
#home-nav-area ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#home-nav-area li a {
	display: block;
	text-decoration: none;
	width: 100%;
	margin-bottom: 82px;
	color: #891619;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
}

html>body #home-nav-area li a {
	width: auto;
}

#home-nav-area li a:hover {
	color: #FF0066;
}






#sidebar1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	text-align: right;
}

#sidebar1 li {
	display:block;
	height: 36px;
	background-image: url(images/nav-item-bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	margin-right: 30px;
}


#sidebar1 li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #891619;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 36px;
	width:140px;
}

#sidebar1 li.active a {
	width:170px;
}

#sidebar1 li.active {
	margin-right: 0px;
}

#sidebar1 li a:hover {
	color: #FF0066;
}

#sidebar1 li a img {
	float: right;
	height: 36px;
	width: 37px;
	background-color: #B20839;
}
#home-intro {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: left;
	margin-left: 55px;
	background-color: #FFFFFF;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.roundedCorners {
	background:#FFFFFF;
}

#innerContent {
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	
}

#innerContent p {
	font-size: 14px;
	padding-bottom:10px;
	line-height: 18px;
}

#innerContent h1 {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #07A7B4;
	text-transform: lowercase;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCC00;
	margin-bottom: 20px;
}

#innerContent h2 {
	font-size: 24px;
	padding-bottom:10px;
	color: #07A7B4;
	margin-top: 20px;
}

#innerContent img.covers {
	padding-left:20px;
	padding-bottom:20px;
	padding-top: 40px;
}

#innerContent img.covers2 {
width:300px;
border:1px solid #d4d4d4;
}

a[href ^='http:'] { 
   padding-right: 18px;
   background: transparent url(images/icon_external.gif) no-repeat center right;
}

#innerContent a {
	text-decoration: none;
	color: #07A7B4;
}
#innerContent a:hover {
	text-decoration: none;
	color: #FF3300;
}
.productdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 2px solid #CFE8CE;
	padding: 10px;
	width: 275px;
	margin-left: 20px;
	background-color: #F7FAF1;
	text-align: left;
}

.productdetails td {
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

.upload-image {
	margin-left:15px;
}
#uploadImage input, #uploadImage textarea {
	border: 1px solid #B20838;
}
#uploadImage {
	background-color: #FEE7ED;
	padding: 20px;
	width: 280px;
}
.warning {
	background-color: #FFFFCC;
	border: 1px dashed #FF3300;
	padding: 10px;
	margin-bottom: 20px;
}

.warning .heading {
	font-size: 24px;
	color: #FF3300;
	
}

.sucess {
	background-color: #ECFFDF;
	border: 1px dashed #339900;
	padding: 10px;
	margin-bottom: 20px;
}

.sucess .heading {
	font-size: 24px;
	color:#00CC00;
	
}

#album-area {
	
}

#album-area .preview-block {
	width: 140px;
	float: left;
	margin-top: 40px;
	text-align: center;
	margin-right: 20px;
	padding: 5px;
}
.preview-image {
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #B20838;
	padding-top: 10px;
	padding-bottom: 10px;
}
.preview-info {
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	font-size: 12px;
	text-align: left;
}
.preview-info .softiename {
	padding-top: 5px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #999999;
	margin-bottom: 3px;
	padding-bottom: 2px;
}
.preview-info .pattern {
	display: block;
}
.preview-info .madeby {
	display: block;
}
.preview-info .comment {
	margin-top: 5px;
	display: block;
}
#innerContent td {
	font-size: 14px;
}
#widgetcode{
	padding: 5px;
	font-family: "Courier New", Courier, monospace;
	background-color: #F2F2F2;
	border: 1px dashed #07A7B4;

}
#widgetcode p {
	font-size: 10px;
}

