html {
    font-size:100.01%;
}
body {
    background:#2D2D2D none repeat scroll 0 0;
    color:#616161;
    font-family:Arial,Helvetica,sans-serif;
    font-size:62.5%;
}
* {
    margin:0;
    padding:0;
}
ul, li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
a {
    color:#616161;
    text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.main {
    background:#FFFFFF none repeat scroll 0 0;
}
table, td, div, img {
    border:0 none;
    border-collapse:collapse;
}

/* --- HEADER  --- */
.menu {
    clear:both;
    height:40px;
    margin:0 auto;
    overflow:hidden;
    text-align:center;
    width:940px;
}
.header {
    background:#000000 none repeat scroll 0 0;
    overflow:hidden;
	position: relative;
}
.twitter-icon {
	height:85px;
	position:absolute;
	right:0;
	top:40px;
	width:50%;
	z-index:1000;
}
.twitter-icon a {
	background:transparent url(../images/twitterIcon.png) no-repeat left top;
	display:block;
	height:85px;
	margin-left:456px;
	margin-top:-40px;
	position:absolute;
	width:66px;
	z-index:1002;
}
.menu {
    clear:both;
    height:40px;
    margin:0 auto;
    overflow:hidden;
    text-align:center;
    width:940px;
}
.header .menu {
    clear:both;
}
.header .menu ul {
    background:transparent url(../images/menu.gif) repeat-x scroll 0 0;
    float:left;
    height:100%;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    overflow:hidden;
}
.header .menu ul li {
    background:transparent url(../images/ver.gif) no-repeat scroll 0 0;
    float:left;
    margin:0 0 0 -2px;
    text-align:center;
}
.header .menu ul li a {
    cursor:pointer;
    display:block;
    float:left;
    height:40px;
    overflow:hidden;
    text-align:center;
    text-decoration:none;
    text-indent:-1000em;
    width:135px;
}
.header .menu ul li a.home {
    background:transparent url(../images/menuButtons.jpg) no-repeat scroll -1px 0;
}


.header .menu ul li a.page01 {
    background:transparent url(../images/menuButtons.jpg) no-repeat scroll -135px 0;
}
.header .menu ul li a.page02 {
    background:transparent url(../images/menuButtons.jpg) no-repeat scroll -270px 0;
	width:136px;
}
.header .menu ul li a.page03 {
    background:transparent url(../images/menuButtons.jpg) no-repeat scroll -406px 0;
	width:136px;
}
.header .menu ul li a.page04 {
    background:transparent url(../images/menuButtons.jpg) no-repeat scroll -679px 0;
	width:136px;
}
.header .menu ul li a.page05 {
    background:transparent url(../images/menuButtons.jpg) no-repeat scroll -814px 0;
	width:139px;
}
.header .menu ul li a.page06 {
	background:transparent url(../images/menuButtons.jpg) no-repeat scroll -542px 0;
	width:137px;
}

.header .menu ul li a.home:hover {
    background:transparent url(../images/menuButtons.jpg) no-repeat scroll -1px -80px;
}
.header .menu ul li a.page01:hover {
    background:transparent url(../images/menuButtons.jpg) no-repeat scroll -135px -80px;
}
.header .menu ul li a.page02:hover {
    background:transparent url(../images/menuButtons.jpg) no-repeat scroll -270px -80px;
	width:136px;
}
.header .menu ul li a.page03:hover {
    background:transparent url(../images/menuButtons.jpg) no-repeat scroll -406px -80px;
	width:136px;
}
.header .menu ul li a.page04:hover {
    background:transparent url(../images/menuButtons.jpg) no-repeat scroll -679px -80px;
	width:136px;
}
.header .menu ul li a.page05:hover {
    background:transparent url(../images/menuButtons.jpg) no-repeat scroll -814px -80px;
	width:139px;
}
.header .menu ul li a.page06:hover {
    background:transparent url(../images/menuButtons.jpg) no-repeat scroll -541px -80px;
	width:137px;
}

.flash {
    background:#000000 url(../images/flash-left-tail.gif) repeat-x scroll 0 0;
    height:100%;
    overflow:hidden;
    position:relative;
    text-align:center;
}
.clear { clear: both;}

.flash .flash-right-title {
    background:transparent url(../images/flash-right-tail.gif) repeat scroll 0 0;
    height:340px;
    position:absolute;
    right:0;
    top:0;
    width:50%;
}
.flash .flash-width {
    margin:0 auto;
    position:relative;
    width:991px;
}
/* christmas redesign */
.flash02 .flash-width {
/*  background:#000000 url(../images/flash02-1.jpg) no-repeat scroll 0 0; */
/*      background:#000000 url(../images/flash02_2.jpg) no-repeat scroll 0 0;  */
	background:#000000 url(../images/flash02.jpg) no-repeat scroll 0 0;
/*  background:#000000 url(../images/flash02-chrst.jpg) no-repeat scroll 0 0; */
    height:219px;
}
/* #christmas redesign */
.flash-width .flash-left {
    float:left;
    left:0;
    margin:0 0 0 -241px;
    position:absolute;
}
.flash-width .flash-right {
    float:right;
    margin:0 -228px 0 0;
    position:absolute;
    right:0;
}
.header .flash .logo {
    float:left;
}
.header .flash .logo .indent {
    padding:94px 0 0 12px;
}
.header .flash02 .logo .indent {
    padding:35px 0 0 12px;
}
.header .flash .logo h1 {
    color:#FFFFFF;
    cursor:pointer;
    font-size:1em;
    font-weight:normal;
    height:130px;
    overflow:hidden;
    text-indent:-1000em;
    width:411px;
}
.header .flash02 .logo h1 {
    height:140px;
    width:404px;
}
/* #--- HEADER  --- */

/* --- CONTENT --- */
.content {
    clear:both;
    overflow:hidden;
    padding:26px 0 10px;
    font-size: 1.2em;
    

}
.content p {
    padding:10px 0;
    color:#000000;
}
.content-width {
    margin:0 auto;
    width:950px;
}
#main-text h2 {
    padding:10px 0;
    color:#000000;
    font-size:24px;
}
#main-text h2 span {
    font-weight:normal;
    
}
#catalog {
    width:705px;
    float:left;
    padding-top:30px;
    padding-bottom:20px;
    text-align:center;
}
#additional-information {
    width:222px;
    padding-top:25px;
    float:right;
    /*border:1px solid red;*/
}
#additional-information h3 {
    font-size:1.42em;
    color:#2e2e2e;
    padding-top:42px;
   
}
#additional-information .satisfaction-guarantee-banner {
    margin-left:-5px;
    position:relative;
}
#additional-information #package h3 {
    padding-top:0px;
}
#user-page {
    padding-top:10px;
    padding-bottom:15px;
}
#requirements h3 {
    padding-top:0;
}
#requirements {
    padding-top:36px;
}
#requirements ul {
    padding-top:6px;
    font-size:13px;
    padding-bottom:25px;
}
.view-demo {
    margin-top:47px;
    margin-bottom:5px;
    padding:0;
   
}
* html .view-demo {
    margin-bottom:2px;
}
.text_block h2 {
    font-size:22px;
    color:#000000;
    padding-bottom:25px;
}
.text_block .block_content {
    color:#000000;
}
#package ul {
    margin:0;
    padding:14px 0 29px 0px;
    list-style:none;
}
#package ul li {
    background:url('../images/marker-green.gif') no-repeat left top;
    padding-left:20px;
    padding-bottom:6px;
}

/*template*/
.preview_image {
    width:229px;
}
.templates-catalog {
    border-collapse:collapse;
    margin:0 auto;

}
.templates-catalog td {
    vertical-align:top;
    padding:0 4px 42px 0;
}

.template-thumb {
    height: 150px;
    overflow: hidden;
    background: url('../images/template_cell_bg.jpg') no-repeat left top;
		border: 1px solid #C3C3C3;
}

.sub-template-navi {
    height:31px;
    width:132px;
    float:left;
    background:url('../images/thumb-menu-tal.jpg') repeat-x left top;
    margin-top:3px;
    line-height:28px;
    color:#000000;
}
.sub-template-navi .lbg {
	background:url('../images/thumb-menu-lbg.jpg') no-repeat left top;
	height: 31px;
}
.sub-template-navi .rbg {
	background:url('../images/thumb-menu-rbg.jpg') no-repeat right top;
    text-align:center;
	height: 31px;
}
.empty-box .sub-template-navi {
    height:31px;
    width:231px;
    float:left;
    text-align:center;
    background:url('../images/empty-navi.jpg') no-repeat left top;
    margin-top:3px;
    line-height:28px;
    color:#000000;
}
.sub-template-navi a {
    color:#000000;
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
}
.sub-template-navi a:hover {
    text-decoration:underline;
}
.template-price {
    color:#ffffff;
    font-weight:bold;
    height:31px;
    width:99px;
    font-size:13px;
    float:left;
    background:url('../images/thumb-price-tal.jpg') repeat-x left top;
    margin-top:3px;
    line-height:28px;
}
.template-price .lbg {
	background:url('../images/thumb-price-lbg.jpg') no-repeat left top;
	height: 31px;
}
.template-price .rbg {
	background:url('../images/thumb-price-rbg.jpg') no-repeat right top;
    text-align:center;
	height: 31px;
}
.pager {
    color:#b3b3b3;
    font-size:12px;
    text-align:center;
    padding:0;
    padding-bottom:40px;
    border-bottom:1px solid #dcdcdc;
}
.pager-clear {
    border-top:1px solid #ffffff;
    background-color:#f8f8f8;
    padding-top:7px;
    
}
.pager strong {
    color:#ff8902;
}
.pager a {
    text-decoration:none;
    color:#c7c7c7;
}
.pager .pager-previous {
    margin-right:15px;
}
.pager .pager-next {
    margin-left:15px;
}
.pager .pager-previous, .pager .pager-next {
    color:#2d2d2d;
}
.pager a:hover {
    text-decoration:underline;
}
.pager-last-page {
    padding-right:102px;
}
.pager-first-page {
    padding-left:140px;
}
.pager-next {
    background:url('../images/marker-next.gif') no-repeat right center;
    padding-right:12px;
    color:#2d2d2d;
}
.pager-previous {
    background:url('../images/marker-prev.gif') no-repeat left center;
    padding-left:12px;
    color:#2d2d2d;
}
/*#template*/

/*preview page */
#preview-info {
    margin:0 auto 15px auto;
    width:950px;

}
#main-preview {
    text-align:center;
}
#preview-info h1 {
    color:#000000;

}
#preview-info h3 {
    font-size:16px;
    color:#2e2e2e;
}
.preview-page-wide .content {
    padding-bottom:34px;
}
#template-id  {
    color:#000000;
    font-size:22px;
    padding-bottom:23px;
    padding-top: 10px;
}
#template-id span{
    font-weight:normal;
}
.control-buttons {
    float:left;
    width:338px;
}
.control-buttons a {
    margin-bottom:10px;
    display:block;
}

#preview-info #package {
    float:left;
    width:183px;
    padding-left:40px;
}
#preview-info #package ul {
    padding: 5px 0 0 0px;
}
#preview-info #requirements {
    float:left;
    width:190px;
    padding-top:0px;
    padding-left:15px;
}
#preview-info #requirements ul {
    padding-bottom:5px
}
#small-mb-btn {
    float:right;
    padding-top:22px;
}
#inner_pages_navigation {
    padding-bottom:20px;
}
#inner_pages_navigation strong {
    color:#000000;
}
#inner_pages_navigation ul {
    padding-top:10px;
    color:#616161;
}
#inner_pages_navigation li{
    float:left;
}
#inner_pages_navigation li a {
    display:block;
    background:url('../images/inner-nav-small-tall.jpg') repeat-x left bottom;
    float:left;
    font-weight:bold;
    padding:10px;
    text-decoration:none;
}
#inner_pages_navigation li a.active {
    background:url('../images/inner-nav-tall.jpg') repeat-x left top;
    color:#ffffff;
    
}
#inner_pages_navigation li a:hover {
    background:url('../images/inner-nav-tall.jpg') repeat-x left top;
    color:#ffffff;
}
/*#preview page */

/* #--- CONTENT --- */

/*  --- FOOTER --- */
.footer {
    border-top:7px solid #1F1F1F;
    clear:both;
    overflow:hidden;
}
.footer-width {
    margin:0 auto;
    width:948px;
}
.footer .indent {
    padding:0;
}
.footer .logo {
    float:right;
    overflow:hidden;
    padding:35px 0 0;
}
.footer .logo .indent {
    padding:0;
}
.footer .logo h1 {
    background:transparent url(../images/logo-footer.gif) no-repeat scroll 0 0;
    color:#000000;
    cursor:pointer;
    font-size:1em;
    font-weight:normal;
    height:89px;
    overflow:hidden;
    text-indent:-1000em;
    width:267px;
}
.footer .widget {
    background:#2D2D2D none repeat scroll 0 0;
    float:left;
    margin:0 104px 0 0;
    overflow:hidden;
    width:120px;
}
.footer .widget .widget-bg {
    background:#2D2D2D none repeat scroll 0 0;
}
.footer .widget .widget-bot {
    background:#2D2D2D none repeat scroll 0 0;
}
.footer .widget .title {
    height:100%;
    padding:30px 0 15px;
}
.footer .widget h2 {
    padding:0;
    color:#FFFFFF;
    font-size:1.2em;
    overflow:hidden;
    font-weight:normal;
}
.footer .widget .indent {
    background:transparent none repeat scroll 0 0;
    color:#666666;
    font-size:1.2em;
    height:100%;
    overflow:hidden;
    padding:0 0 24px;
}
.footer .widget li {
    background:transparent none repeat scroll 0 0;
    padding:0 0 5px;
}
.footer .widget a {
    color:#666666;
    text-decoration:underline;
}
.footer li a:hover {
    text-decoration:none;
}
.footer .copyright {
    background:transparent url(../images/line-footer.gif) repeat-x scroll 0 0;
    clear:both;
    overflow:hidden;
    width:100%;
    color:#717171;
    font-size:1.1em;
    line-height:1.3em;
    padding:30px 0 40px;
}
.footer .copyright a {
    color:#717171;
    text-decoration:none;
}

.footer .copyright a:hover {
    text-decoration:underline;
}
/* #--- FOOTER --- */

#template-description {
	margin:15px auto 0px auto;
	padding-bottom:15px;
    width:950px;
}
#template-description h3{
	color:#000000;
	font-size:22px;
	padding-top:10px;
	padding-bottom:10px;
}
#template-description h3 span {
	font-weight:normal;
}
#template-description p {
	color:#616161;
	margin:0;
	padding-bottom:0px;
}


.iePNG, IMG, input { filter:expression(fixPNG(this)); }
.iePNG A { position: relative; }

.column-center ul li {
    background:transparent url(../images/marker.gif) no-repeat scroll 0 2px;
    font-weight:normal;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding:7px 15px 10px 35px;
}
