.main_divvv
{
	float: left;
	height: 135px;
	width: 900px;
	background-color: #FFFFFF;
}
.div1
{
	float: left;
	width: 10px;
}
/*
Theme Name: ModThemes2
Theme URI: http://www.modthemes.com	
Author: Jeff Milone
Author URI: http://www.jeffmilone.com/
Version: 2.0
Description: This is a custom theme developed for ModThemes.com
 
Copyright (c) ModThemes.com
 
*/


/* This is where you set many of the universal defaults */
body
{
	background: url(images/body-bg-inner.jpg) top center repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7;
	margin: 0;
	padding: 0;
}
body.home
{
	background: url(images/body-bg.jpg) top center repeat-x;
}

/*********************************************
		Universal Link Styles
*********************************************/
a
{
	color: #006699;
	text-decoration: none;
}
a:hover
{
	color: #46a301;
	text-decoration: none;
}

/*********************************************
	For Rounded Cornders (won't validate)
*********************************************/
.rounded
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

/*********************************************
		Universal Text Elements
*********************************************/
ol, ul
{
	margin: 5px 35px;
	padding: 0;
}
ol
{
	list-style-type: decimal;
}
ul
{
	list-style-type: square;
}
b, strong
{
	font-weight: bold;
}
i, em
{
	font-style: italic;
}
p
{
	margin: 0;
	padding: 10px 0;
}
img
{
	border: 0;
	background: none;
}
blockquote
{
	border-left: 1px solid #aaa;
	font-style: italic;
	margin: 0 10px;
	padding: 0 20px;
}
code
{
	/* inline code */
	font-family: Monaco, Console, "Courier New" , Courier, monospace !important;
	background: #ddd;
	overflow: auto;
}
pre
{
	/* code blocks */
	font-family: Monaco, Console, "Courier New" , Courier, monospace !important;
	margin: 10px 0;
	padding: 10px;
	background: #ddd;
	overflow: auto;
}
.alert
{
	margin: 5px 0 0 0;
	padding: 10px; /* same colors that the WP admin uses for alert box */
	background: #ffffe0;
	border: 1px solid #e6db55;
}
.alert a
{
	color: #cc0000;
	text-decoration: none;
}
.alert a:hover
{
	color: #cc0000;
	text-decoration: underline;
}

/*********************************************
		Heading Styles
*********************************************/
/* Use this for universal styles for all header elements */
h1, h2, h3, h4, h5, h6, h7
{
	font-weight: bold;
	font-size: 200%;
	line-height: 1.2;
	color: #206513;
	margin: 0;
	padding: 0;
}

/* Post Titles */
h1, h3
{
	font-weight: normal;
}

/* Sub-Headings in Posts */
h2
{
	color: #206513;
	font-weight: bold;
	font-size: 150%;
	padding: 0;
}

h3
{
	color: #206513;
	font-size: 16px;
	font-weight: bold;
}

h3.title
{
	padding-top: 25px;
}

h3.circle-arrow
{
	background: url(images/circle-arrow.jpg) 0 5px no-repeat;
	border-bottom: 2px solid #F56A06;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-transform: none;
	margin: 0;
	padding: 5px 0 5px 30px;
	color: #F56A06;
}

/* Comment/Respond Titles */
h4
{
	margin: 0 0 15px 0;
	font-size: 130%;
}

/* Widget Titles */
h5
{
	color: #7a7a7a;
	font-size: 110%;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
	text-transform: uppercase;
}

/* Archive/Search Title */
h6
{
	color: #7a7a7a;
	font-size: 120%;
	margin: 0;
	padding: 20px 0 0 40px;
}

/* Asterisk */
h7
{
	color: #7a7a7a;
	font-size: 75%;
	margin: 0;
	padding: 20px 0 0 0px;
}

/*********************************************
		List Styles
*********************************************/
.no-bullet
{
	list-style-type: none;
	margin-left: 15px;
}

.checklist
{
	list-style-type: none;
	margin: 15px;
	color: #2C6904;
	font-weight: normal;
}
.checklist li
{
	background: url(images/check.png) 0 4px no-repeat;
	margin: 5px 0;
	padding: 0 0 0 20px;
}

.bullet-green
{
	list-style-type: none;
	margin: 5px 10px;
	padding: 0;
	line-height: 2;
}
.bullet-green li
{
	background: url(images/bullet-green.gif) 0 2px no-repeat;
}
.bullet-green .num
{
	color: #FFF;
	padding: 0 15px 0 6px;
}

.bullet-orange
{
	list-style-type: none;
}
.bullet-orange li
{
	margin: 0;
	padding: 5px 0 5px 15px;
	background: url(images/bullet-orange.gif) 0 12px no-repeat;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft
{
	float: left;
	text-align: left;
}
.alignright
{
	float: right;
	text-align: right;
}
img.alignleft
{
	margin: 0px 8px 8px 0px;
}
img.alignright
{
	margin: 0px 0px 8px 8px;
}
.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text
{
	padding: 0 4px 5px;
	margin: 0;
}

/*********************************************
		Various Button Styles
*********************************************/
.button
{
	display: block;
	width: 80px;
	height: 28px;
	line-height: 30px;
	background: url(images/button-bg.png) no-repeat;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
.button:hover
{
	color: #FFF;
	background: url(images/button-bg-over.png) no-repeat;
}
.learnmore
{
	display: block;
	float: left;
	width: 156px;
	height: 32px;
	margin: 0;
	padding: 0 20px 0 0;
	background: url(images/learnmore.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.livedemo
{
	display: block;
	float: left;
	width: 156px;
	height: 32px;
	background: url(images/livedemo.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

/*********************************************
		Header Styles
*********************************************/
#header
{
	background: url(images/header-bg.png) top center no-repeat;
	color: #FFF;
	width: 960px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	font-size: 30px;
	line-height: 1.1;
	height: 98px;
}
#header a
{
	display: block;
	width: 360px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
}
#header #title
{
	width: 370px;
	float: left;
}
#headerright
{
	color: #FFF;
	width: 207px;
	height: 40px;
	margin: 0;
	padding: 9px 0 0 0;
	float: right;
}
#headerright a.cart
{
	background: url(images/shopping-cart.png) no-repeat top right;
	display: block;
	font-size: 12px;
	width: 140px;
	height: 20px;
	text-indent: 0;
	overflow: hidden;
	color: #CCC;
}


/*********************************************
Horizontal Navigation Styles (with dropdowns)
*********************************************/
#menu
{
	background: url(images/nav-bg.jpg) top center no-repeat;
	width: 960px;
	clear: both;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	overflow: auto;
}
#menu ul
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li
{
	background: url(images/nav-bevel.gif) top right no-repeat;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li a
{
	color: #015179;
	display: block;
	position: relative;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 108px;
	height: 43px;
	line-height: 43px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
#menu li a img
{
	margin: 0;
	padding: 0;
	display: inline;
}
#menu li.current_page_item, #menu li a:hover
{
	background: url(images/nav-over.gif) top repeat-x;
}
#menu li.home.current_page_item, #menu li.home a:hover
{
	background: url(images/nav-home-over.gif) top no-repeat;
}

/* second level stuff */
#menu li ul
{
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0;
	padding: 0;
}
#menu li li
{
	padding: 0;
}
#menu li li a
{
	width: 140px;
	height: 25px;
	float: none;
	margin: 0;
	padding: 0 10px;
	background: #e9e9e9;
	text-align: left;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	border-right: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
}
#menu li li.current_page_item a, #menu li li a:hover
{
	background: #FFFFFF;
}
#menu li ul
{
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0;
	padding: 0;
}
#menu li ul ul
{
	margin: -30px 0 0 189px;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul
{
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul
{
	left: auto;
}
#menu li:hover, #menu li.sfhover
{
	position: static;
}
#menu .dropdown1
{
	background: url(images/drop-down-arrow.png) no-repeat;
	width: 8px;
	height: 4px;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 19px;
	right: 25px;
	overflow: hidden;
	text-indent: -999em;
}
#menu .dropdown2
{
	background: url(images/drop-down-arrow.png) no-repeat;
	width: 8px;
	height: 4px;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 19px;
	right: 17px;
	overflow: hidden;
	text-indent: -999em;
}
a > .dropdown2
{
	/* give all except IE6 the correct values */
	top: 9px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
a > .dropdown1
{
	/* give all except IE6 the correct values */
	top: 9px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* search form stuff */
#searchform
{
	height: 30px;
	width: 190px;
	float: left;
	margin: 8px 0px 0px 5px;
}
#searchform #s
{
	background: url(images/headersearch-bg.png) no-repeat;
	height: 20px;
	width: 155px;
	padding: 7px 10px 0px 25px;
	color: #999999;
	border: none;
}
#searchform #searchsubmit
{
	display: none;
}

/* social icon stuff */
.header-rss
{
	background: url(images/rss-header-icon.png) no-repeat;
	height: 26px;
	width: 26px;
	display: block;
	float: right;
	margin: 9px 4px 0px 2px;
}
.header-facebook
{
	background: url(images/facebook-header-icon.png) no-repeat;
	height: 26px;
	width: 26px;
	display: block;
	float: right;
	margin: 9px 0px 0px 2px;
}
.header-twitter
{
	background: url(images/twitter-header-icon.png) no-repeat;
	height: 26px;
	width: 26px;
	display: block;
	float: right;
	margin: 9px 0px 0px 2px;
}
.header-buzz
{
	background: url(images/buzz-header-icon.png) no-repeat;
	height: 26px;
	width: 26px;
	display: block;
	float: right;
	margin: 9px 0px 0px 2px;
}

/*********************************************
		Container / Wrap Styles
*********************************************/
#container
{
	background: none;
	width: 960px;
	margin: 10px auto 10px auto;
	padding: 15px 0 15px 0;
	text-align: left;
	overflow: auto;
}

/*********************************************
		Feature Styles
*********************************************/
#feature
{
	width: 950px;
	height: 340px;
	margin: 10px auto 0;
	padding: 5px;
	background: url(images/feature-bg.jpg) no-repeat;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#feature h3
{
	margin: 20px 0 0 0;
	padding: 0;
}
#feature h4
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}
#feature #featuretext
{
	padding: 60px 10px 0 30px;
}
#feature a.browsethemes
{
	display: block;
	width: 176px;
	height: 34px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(images/browsethemes.jpg) no-repeat;
	overflow: hidden;
}
#feature #rotator
{
	float: right;
}
div#feature_list
{
	width: 950px;
	height: 350px;
	overflow: hidden;
	position: relative;
}
div#feature_list ul
{
	position: absolute;
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#tabs
{
	left: 0;
	z-index: 2;
	width: 270px;
}
ul#tabs li
{
	font-size: 14px;
	font-family: Arial;
	line-height: 1.3;
}
ul#tabs li img
{
	padding: 0px 5px 5px 5px;
	border: none;
	float: left;
	margin: 0px 10px 0 0;
}
ul#tabs li a
{
	background: url('feature-tab-bg.png') no-repeat;
	color: #b0cbd9;
	text-decoration: none;
	display: block;
	padding: 18px 30px 10px 10px;
	height: 52px;
	outline: none;
}
ul#tabs li a:hover
{
	background: url('feature-tab-bg-ovr.png') no-repeat;
	color: #fff;
}
ul#tabs li a.current
{
	background: url('feature-tab-current.png') no-repeat;
	color: #FFF;
}
ul#tabs li a.current:hover
{
	text-decoration: none;
	cursor: default;
}
ul#output
{
	right: 10px;
	width: 663px;
	height: 350px;
	position: relative;
	color: #FFF;
}
ul#output h3
{
	font-size: 16px;
	color: #8dd671;
}
ul#output li
{
	position: absolute;
	width: 651px;
	height: 330px;
}
ul#output li a.tour
{
	background: url(images/feature-tour.png) top no-repeat;
	position: absolute;
	bottom: -15px;
	right: 77px;
	width: 308px;
	height: 69px;
	padding: 0;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	text-indent: -9999px;
}
ul#output li a:hover
{
	background: url(images/feature-tour-ovr.png) top no-repeat;
}
/* Interior Tabs */
.tablist
{
	padding: 20px 0 0 50px;
	float: left;
	width: 260px;
	display: block;
}
.tablist p
{
	background: url(images/feature-check-icon.png) no-repeat;
	padding: 0px 5px 7px 20px;
}
.homethemestext
{
	padding: 0;
}
.tabdisclaim
{
	color: #CCC;
	font-size: 10px;
	font-style: italic;
	float: left;
	width: 360px;
	padding: 20px 40px 0 0;
}
#tabcustomerleft
{
	width: 350px;
	float: left;
	margin: 25px 0 0 0;
	padding: 0;
}
#tabcustomerright
{
	width: 300px;
	float: right;
	margin: 25px 0 0 0;
	padding: 0;
}
#tabcustomerright a
{
	background: url(images/feature-customer-list.png) no-repeat;
	width: 260px;
	height: 22px;
	padding: 8px 10px 10px 15px;
	margin: 0;
	float: left;
	color: #FFFFFF;
}
ul#output #tabcustomerright a:hover
{
	background: url(images/feature-customer-list-over.png) no-repeat;
}
#tabpricingleft
{
	width: 305px;
	margin: 0;
	padding: 20px 30px 0 0;
	float: left;
	display: block;
}
#tabpricingright
{
	width: 305px;
	margin: 0;
	padding: 20px 0 0 0;
	float: left;
	display: block;
}
/* hide from incapable browsers */
div#scrollbar
{
	display: none;
}

/* below in external file */
div#wn
{
	background: url(images/feature-themes-bg.jpg) no-repeat top left;
	position: relative;
	width: 655px;
	height: 150px;
	overflow: hidden;
	margin: 15px 0 0 0;
}
div#wn img
{
	margin: 11px 0 0 15px;
}
div#scrollbar
{
	position: relative;
	width: 655px;
	height: 16px;
	display: block; /* display:none initially */
	font-size: 1px; /* so no gap or misplacement due to image vertical alignment */
}

div#track
{
	position: absolute;
	left: 12px;
	top: 0;
	width: 631px;
	height: 16px;
	background: #000000;
}
div#dragBar
{
	position: absolute;
	left: 1px;
	top: 1px;
	width: 20px;
	height: 8px;
	background-color: #ceced6;
	margin: 3px 0 0 0;
}
div#left
{
	position: absolute;
	left: 0;
	top: 0;
}
div#right
{
	position: absolute;
	right: 0;
	top: 0;
}

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#left, div#right
{
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img
{
	display: block;
}
ul#output #wn a:hover
{
	background: none;
}

/*********************************************
		Graphic Link Styles
*********************************************/
#graphlinks
{
	display: none;
	clear: both;
	width: 930px;
	height: 59px;
	margin: 0;
	padding: 10px 0;
	background: url(images/graphlinks.jpg) 50% 50% no-repeat;
}
#graphlinks a
{
	display: block;
	float: left;
	width: 33%;
	height: 59px;
	text-indent: -9999px;
	overflow: hidden;
}

/*********************************************
		Homepage Styles
*********************************************/
#homebottom
{
	margin: 10px 0 0 0;
}
#homebottom h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #206513;
	padding-top: 3px;
}
#homebottom h2 a
{
	color: #006699;
}
#homebottom h2 a:hover
{
	color: #46a301;
}
#home-col1, #home-col2, #home-col3
{
	width: 300px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#home-col2
{
	width: 325px;
	padding: 0;
}
#fromtheblog
{
	margin: 0;
	padding: 0 10px 0 0;
}
#fromtheblog h2
{
	padding-bottom: 10px;
}
#fromtheblog a
{
	font-weight: normal;
	font-size: 12px;
}
#fromtheblog img
{
	border: 2px solid #d4d4d4;
	margin-bottom: 10px;
}
.homepost
{
	border-top: 1px dotted #e0e0e0;
	clear: both;
	margin: 0;
	padding: 0;
	width: 290px;
}
#affiliate
{
	background: url(images/home-affiliate-bg.gif) top left no-repeat;
	padding: 0 20px 0 30px;
}
#affiliate a.title
{
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
#testimonial
{
	background: url(images/home-testimonial-bg.gif) top left no-repeat;
	padding: 0 20px 0 30px;
}
#support
{
	background: url(images/home-support-bg.gif) top left no-repeat;
	padding: 0 0 0 30px;
}
#video
{
	background: url(images/home-video-bg.gif) top left no-repeat;
	padding: 0 0 0 30px;
}

/*********************************************
		Interior Title Bar Styles
*********************************************/
.titlebar
{
	color: #F56A06;
	margin: 20px 0 5px 0;
	padding: 5px 5px 5px 0px;
	overflow: auto;
}
.titlebar h1, .titlebar h2, .titlebar h3
{
	font-weight: bold;
	font-size: 18px;
	float: left;
	color: #206513;
}
.titlebar .titlebarlinks
{
	display: none;
	float: right;
	text-align: right;
	font-size: 14px;
}
.titlebar .titlebarlinks a
{
	text-decoration: none;
}
.titlebar .titlebarlinks a:hover
{
	color: #659AD5;
}
.titlebar .div
{
	padding: 0 15px;
}

/*********************************************
		Content Styles
*********************************************/
#content
{
	float: left;
	width: 640px;
}
/*********************************************
		Post Styles
*********************************************/
.post
{
	clear: both;
	margin: 0;
	padding: 10px 0;
}

.post .postthumb
{
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
}
.post p.title
{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	padding: 3px 0 0 0;
}
.post p.title a
{
	text-decoration: none;
}
.post h1
{
	font-size: 16px;
	color: #206513;
	font-weight: bold;
}
.post .bylinecontainer
{
	width: 640px;
	margin-top: 5px;
}
.post .bylinecontainer p
{
	margin: 0;
	padding: 1px 0 0 10px;
	background: #ededed;
	color: #6b6b6b;
	font-size: 11px;
	width: 539px;
	float: left;
}
.post .bylinecontainerblog
{
	width: 520px;
	margin: 20px 0 0 0;
	float: left;
}
.post .bylinecontainerblog p
{
	margin: 0;
	padding: 1px 0 0 10px;
	background: #ededed;
	color: #6b6b6b;
	font-size: 11px;
	width: 419px;
	float: left;
}
.date
{
	width: 39px;
	height: 39px;
	background: url(images/calendar.gif) no-repeat;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 1;
}
.month
{
	text-align: center;
	text-transform: uppercase;
	font-size: 10.5px;
	font-weight: bold;
	color: #636363;
	margin: 0;
	padding: 4px 0 1px 0;
}
.day
{
	text-align: center;
	font-size: 21px;
	font-weight: normal;
	color: #636363;
	margin: 0;
	padding: 0;
}

.commentbubble
{
	background: url(images/comments.png) no-repeat;
	float: right;
	width: 91px;
	height: 27px;
	text-align: center;
	display: block;
}

.commentbubble a
{
	color: #fff;
}

.commentlink
{
	font-size: 11px;
	margin: 2px 0 0 0;
	padding: 0;
}
.commentlink a
{
	color: #666;
	text-decoration: none;
}
.postcontent
{
	clear: both;
}

.facebookcount
{
	float: left;
}

/*********************************************
		Theme Gallery Styles
*********************************************/
.theme
{
	display: inline; /* IE fix */
	width: 278px;
	height: 219px;
	margin: 0px 0px 10px 0;
	padding: 13px 20px 20px 12px;
	line-height: 1;
	background: url(images/theme-bg.jpg) no-repeat;
	float: left;
}
.theme.left
{
	margin: 0px 15px 10px 0;
}
.nameandprice
{
	height: 20px;
}
.name
{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #015179;
	float: left;
	text-align: left;
}
.price
{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #015179;
	float: right;
	text-align: right;
}
.image
{
	display: block;
	clear: both;
	margin: 0;
	padding: 8px 0;
}
.button a
{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: url(images/button-bg.png) no-repeat;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}
.comingsoon
{
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 16px;
	color: #999;
}
.theme-all
{
	display: inline; /* IE fix */
	width: 507px;
	height: 215px;
	margin: 20px;
	padding: 24px;
	line-height: 1;
	background: url(images/theme-all-bg.jpg) no-repeat;
	float: left;
}

/*********************************************
		Sales Page Styles
*********************************************/
#screenshot-main
{
	margin: 0;
	padding: 0 0 10px 0;
}
#screenshot-main img
{
	width: 600px;
}

#screenshots-secondary
{
	margin: 0;
	padding: 0 0 10px 0;
}
#screenshots-secondary img
{
	margin: 0 21px 0 0;
	padding: 5px;
	border: 1px solid #CCC;
}
#screenshots-secondary img.last
{
	margin: 0;
}
#screenshots-secondary img:hover
{
	border: 1px solid #333;
}

#purchase-links
{
	margin: 0 0 20px 0;
	padding: 15px 10px 10px 10px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	background: url(images/payment.gif) 540px 50% no-repeat;
	overflow: auto;
}
#purchase-links p
{
	width: 225px;
	float: left;
	font-size: 12px;
	color: #4f5353;
	line-height: 16px;
	padding: 5px 0 0 10px;
}
#purchase-links a.livedemo
{
	display: block;
	float: right;
	width: 254px;
	height: 36px;
	text-indent: 0;
	font-size: 15px;
	margin: 0 110px 0 0;
	padding: 7px 0 0 0;
	color: #FFF;
	text-decoration: none;
	background: url(images/button-demo.png) no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#purchase-links a.livedemo:hover
{
	background: url(images/button-buynow-over.png) no-repeat;
}
#purchase-links a.buynow
{
	display: inline;
	float: right;
	width: 254px;
	height: 36px;
	text-indent: 0;
	font-size: 15px;
	margin: 2px 0 0 0;
	padding: 7px 0 0 0;
	color: #FFF;
	text-decoration: none;
	background: url(images/button-buynow.png) no-repeat;
	font-size: 14px;
	text-align: center;
}
#purchase-links a.buynow:hover
{
	background: url(images/button-buynow-over.png) no-repeat;
}
#purchase-links a.right
{
	margin: 2px 110px 0 2px;
}
#purchase-links a.alltheme
{
	display: block;
	float: left;
	text-indent: 0;
	font-size: 100%;
	margin: 0px 0px 0px 190px;
	padding: 3px 0 0 0px;
}
.featurelist
{
	display: block;
	float: right;
	width: 230px;
	margin: 0 0 10px 10px;
	padding: 10px 15px;
	background: #FDEFE4;
	border: 1px solid #CCC;
}

/*********************************************
		Showcase Page Styles
*********************************************/
#showcase-page-left
{
	width: 300px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#showcase-page-right
{
	width: 300px;
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#showcase-page h2
{
	padding-bottom: 10px;
	margin-top: 10px;
	width: 615px;
}
#showcase-page a
{
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
#showcase-page img
{
	border: 2px solid #d4d4d4;
	margin-bottom: 10px;
}

hr
{
	border-top: #d7d7d7 1px solid;
	color: #ffffff;
	background: #ffffff;
	height: 1px;
	width: 615px;
	float: left;
	padding: 0;
	border-left: none;
	margin: 10px 0px 10px 0px;
}

/*********************************************
		Contact Form Styles
*********************************************/
.medium
{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background: #EBEBEB;
	border: 1px solid #CCCCCC;
	height: 20px;
	margin: 0;
	padding: 4px 5px 0;
	width: 250px;
}
.formsub .gform_footer .button
{
	color: #FFF;
	padding: 0;
}
.formsub .gform_footer .button:hover
{
	background: url(images/button-bg-over.png) no-repeat;
	color: #FFF;
}
#gform_body ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#gform_body li
{
	background: none;
	padding: 0;
	margin: 0;
	color: #666666;
	font-weight: bold;
}
.gform_wrapper .formsub .gform_heading
{
	margin-bottom: 5px;
}
.attention
{
	width: 552px;
	border: 1px solid #dbdbdb;
	background: #ffffcc;
	padding: 15px;
	font-size: 14px;
}


/*********************************************
		Sidebar Styles
*********************************************/
#sidebarwrap
{
	width: 300px;
	float: right;
}
#sidebar
{
	float: right;
	width: 278px;
	background: #e9e9e9;
	line-height: 1.5;
	margin: 0;
	padding: 0 10px 0 10px;
	color: #666666;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
#sidebartop
{
	background: #e9e9e9 url(images/sidebar-bg-top.gif) top no-repeat;
	width: 300px;
	height: 6px;
	float: right;
	margin: 0;
	padding: 0;
}
#sidebarbottom
{
	background: #e9e9e9 url(images/sidebar-bg-bottom.gif) top no-repeat;
	width: 300px;
	height: 5px;
	float: right;
	margin: 0;
	padding: 0;
}
#sidebar hr
{
	border-top: #d7d7d7 1px solid;
	color: #ffffff;
	background: #ffffff;
	height: 1px;
	width: 278px;
	float: left;
	padding: 0;
	border-left: none;
	margin: 10px 0px 10px 0px;
}
#sidebar p
{
	font-size: 12px;
	padding: 0;
}
#sidebar a
{
	text-decoration: none;
}
#sidebar a.affiliates
{
	background: url(images/sidebar-affiliate.png) top no-repeat;
	width: 280px;
	height: 55px;
	display: block;
}
#sidebar a.affiliates:hover
{
	background: url(images/sidebar-affiliate-over.png) top no-repeat;
}
#sidebar h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #206513;
	margin: 0 0 5px 0;
}
#sidebar h4 a
{
	color: #006c99;
}
#sidebar h4 a:hover
{
	color: #46a301;
}
#sidebar #showcase
{
	margin: 20px 0px 0px 0;
	padding: 0;
}
#showcase img
{
	border: 3px solid #e0e0e0;
	margin: 8px 8px 0 0;
}

#sidebar #affiliates
{
	margin: 10px 0 0 0;
	padding: 0;
}

#sidebar #hosting
{
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
}
#hosting img
{
	border: none;
	margin: 0;
	float: left;
	padding: 0 0 10px 0;
}
#hosting .hosting-inner
{
	width: 134px;
	float: left;
	display: block;
	margin: 0 0 0 0;
	padding: 0;
}

#sidebar #startablog .title
{
	color: #A3E371;
	font-size: 15px;
	margin: 0;
	padding: 10px;
}

#sidebar #tutslink a
{
	display: block;
	width: 200px;
	margin: 0;
	padding: 15px 15px 15px 85px;
	background: #0C3270 url(images/monitor.jpg) 30px 50% no-repeat;
	font-size: 14px;
}

#sidebar #twitter
{
	background: url(images/bird.jpg) 0 50% no-repeat;
	margin: 10px;
	padding: 0 0 0 60px;
}
#sidebar #twitter ul
{
	background: #3D5B8D;
	margin: 0;
	padding: 5px 10px;
}

#sidebar #sociallinks
{
	font-size: 10px;
	height: 22px;
	padding: 10px 5px;
	overflow: auto;
}
#sidebar #sociallinks .twitter
{
	background: url(images/twitter-icon.png) no-repeat;
	padding: 10px 5px 10px 38px;
}
#sidebar #sociallinks .facebook
{
	background: url(images/facebook-icon.png) no-repeat;
	padding: 10px 5px 10px 38px;
}
#mc_signup_container
{
	width: 278px;
	margin: 0 auto 0;
}
.mc_merge_var input
{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 20px;
	width: 253px;
	margin: 0 0 5px;
	padding: 4px 5px 0;
}

/*********************************************
		Comments Styles
*********************************************/
h3.comments
{
	background: url(images/comments.gif) no-repeat;
	padding: 0 0 10px 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
}
h3.respond
{
	background: url(images/respond.gif) no-repeat;
	padding: 0 0 10px 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px;
	clear: both;
}
#comments
{
	clear: both;
	margin: 0;
	padding: 10px 0;
	line-height: 1.8;
}
#comments ol.commentlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#comments li.trackback, #comments li.pingback, #comments li.comment
{
	clear: both;
	background: #eee;
	border: 0px solid #bbb;
	margin: 0;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
#comments li.alt
{
	background: #fff;
	border: none;
}

#comments li.comment .avatar
{
	float: right;
	padding: 3px;
	background: #fff;
	border: 1px solid #bbb;
}
#comments ol ul
{
	list-style-type: none;
	margin: 10px 0 0 35px;
}

#respond
{
	clear: both;
	margin: 0;
	padding: 10px 0;
}
#respond form
{
	display: block;
	padding: 0;
}
#respond .commentinput
{
	padding: 5px 0;
}
#respond input
{
	width: 40%;
	padding: 6px;
	border: 1px solid #ccc;
	background: #EBEBEB;
}
#respond input:focus
{
	background: #FFF;
}
#respond .req
{
	color: #dd0000;
}
#respond .fbc_connect_button_area
{
	margin: 0 !important;
	padding: 0 !important;
}
#respond textarea
{
	margin: 10px 0 10px 0;
	padding: 2%;
	border: 1px solid #ccc;
	width: 95%;
	height: 200px;
	background: #EBEBEB;
}
#respond textarea:focus
{
	background: #FFF;
}
#respond .allowedtags
{
	width: 95%;
	background: #ddd;
	margin: 0 0 10px 0;
	padding: 2%;
	border: 1px solid #ddd;
}

/*********************************************
		Footer Styles
*********************************************/
#footer-bg
{
	margin: 0 auto;
	background: url(images/footer-bg.jpg) top repeat-x;
}
#footer
{
	clear: both;
	width: 920px;
	height: 85px;
	margin: 0 auto;
	padding: 20px;
}
#footer p
{
	margin: 0;
	padding: 0;
}
#footer a
{
	color: #66c0fd;
	text-decoration: none;
}
#footer a:hover
{
	color: #fff;
	text-decoration: none;
}

#footer #credits
{
	float: left;
	width: 340px;
	color: #cccccc;
	font-size: 11px;
}

#footer #wplinks
{
	float: left;
	width: 280px;
	margin: 0;
	padding: 0 0 0 20px;
}
#footer #wplinks .title
{
	color: #cccccc;
	font-weight: bold;
	font-size: 13px;
}
#footer #wplinks ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer #wplinks li
{
	display: block;
	float: left;
	width: 140px;
	margin: 0;
	padding: 0;
}
#footer #logo
{
	background: url(images/footer-logo.png) no-repeat;
	float: left;
	width: 210px;
	margin: 11px 0;
}
#footer #logo a
{
	display: block;
	width: 210px;
	height: 85px;
	text-indent: -9999px;
	overflow: hidden;
}
#footer #wplogo
{
	background: url(images/footer-wp-logo.png) no-repeat;
	float: left;
	width: 60px;
}
#footer #wplogo a
{
	display: block;
	width: 60px;
	height: 85px;
	text-indent: -9999px;
	overflow: hidden;
}

#sc_menu
{
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 150px;
	width: 630px; /* Add scroll-bars */
	overflow: auto;
}
#sc_menu span
{
	display: block;
	height: 110px; /* Max width here, for users without Javascript */
	width: 1000px;
	padding: 15px 0 0 15px; /* Remove default margin */
	margin: 0; /*background: url('navigation.png');*/
	list-style: none;
}
#sc_menu img
{
	display: block;
	float: left;
	padding: 0 4px;
}
#sc_menu a
{
	display: block;
	text-decoration: none;
}

.div2
{
	font-family: Verdana;
	font-size: 11px;
	color: #575757;
	height: 20px;
	width: 175px;
	padding-left: 10px;
	text-align: left;
	padding-top: 4px;
	float: left;
	text-decoration: none;
}
.main_div2
{
	float: left;
	height: 135px;
	width: 760px;
}
.main_div3
{
	float: left;
	height: 135px;
	width: 140px;
	background-image: url(images/1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.main_div4
{
	float: left;
	height: 135px;
	width: 140px;
	background-image: url(images/2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.main_div5
{
	float: left;
	height: 135px;
	width: 140px;
	background-image: url(images/3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.main_div6
{
	float: left;
	height: 135px;
	width: 140px;
	background-image: url(images/4.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.main_div7
{
	float: left;
	height: 135px;
	width: 140px;
	background-image: url(images/5.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.main_div
{
	background-image: url(images/main_BG.jpg);
	float: left;
	height: auto;
	width: 100%;
	background-repeat: repeat-x;
	padding-bottom: 20px;
}
.main_main_div
{
	height: auto;
	width: 950px;
	margin: auto;
}
.top_main_div
{
	background-color: #FFFFFF;
	height: 80px;
	width: 960px;
}
.top_div
{
	background-color: #FFFFFF;
	float: left;
	height: 80px;
	width: 850px;
}
.top_div_logo
{
	background-color: #FFFFFF;
	float: left;
	height: 80px;
	width: 650px;
}
.top_div_chat
{
	background-color: #FFFFFF;
	float: left;
	height: 80px;
	width: 198px;
	/*border-right:2px solid #0099CC; */
}
.top_div_Sub_Blog
{
	background-color: #FFFFFF;
	float: left;
	height: 80px;
	width: 110px;
}
.menu_center_bg
{
	background-image: url(images/menu_center_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 35px;
	width: 944px;
}
.menu_right_bg
{
	background-image: url(images/menu_right_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width: 3px;
}


.menu_main
{
	float: left;
	height: auto;
	width: 574px;
	border-left: none 0;
	border-left: solid 1px white;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}
.menu_main1
{
	float: left;
	height: auto;
	width: 384px;
	border-right: solid 1px white;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}
.menu_main2
{
	float: none;
	height: auto;
	width: 962px;
}
.menu_left_bg
{
	background-image: url(images/menu_left_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width: 3px;
}
.blank_area
{
	float: left;
	height: 3px;
	width: 960px;
}
.flash_area
{
	float: left;
	height: 345px;
	width: 950px;
}
.white_box
{
	background-repeat: repeat-x;
	height: 215px;
	width: 960px;
	border: thin solid #CCCCCC;
	float: left;
	background-image: url(images/white.jpg);
}
.tab_menu_main_area
{
	background-color: #FFFFFF;
	height: 180px;
	width: 916px;
	border: thin solid #CCCCCC;
	margin-top: 15px;
	margin-right: 22px;
	margin-bottom: 15px;
	margin-left: 22px;
}
.main_links
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.CONTENT_AREA
{
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 960px;
	border: thin solid #C0C0C0;
	padding-bottom: 20px;
}
.CONTENT_AREA1
{
	float: left;
	height: auto;
	width: 198px;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 4px;
	background-color: #FFFFFF;
}
.right_menu_nav
{
	font-family: Verdana;
	font-size: 8.5pt;
	color: #293d6b;
	float: left;
	height: 17px;
	width: 178px;
	text-align: left;
	vertical-align: middle;
	padding-left: 14px;
	padding-top: 3px;
	margin-top: 2px;
	list-style-image: url(arrows.gif);
	list-style-type: disc;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	text-decoration: underline;
	border-top-style: none;
}

.CONTENT_AREA2
{
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 550px;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
}
.CONTENT_AREA3
{
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 196px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 2px;
}
.right_menu_nav_titel
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	float: left;
	height: 18px;
	width: 188px;
	text-align: left;
	vertical-align: middle;
	padding-left: 4px;
	font-weight: bold;
	padding-top: 3px;
	margin-top: 2px;
	background-image: url(images/BG.gif);
	border: 1px solid #cccccc;
}
.box_header
{
	background-image: url(images/BG.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 19px;
	width: 540px;
	border: 1px solid #cccccc;
	margin-top: 5px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
	padding-left: 4px;
	float: left;
}
.box_header_down
{
	background-repeat: repeat-x;
	height: auto;
	width: 536px;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	float: left;
	background-color:#f2f7fa;
	padding: 4px;
	text-align: justify;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	list-style-image: url(images/bullet.png);
	list-style-type: none;
}
.left_menu_nav
{
	font-family: Verdana;
	font-size: 8.5pt;
	color: #293d6b;
	float: left;
	height: 160px;
	width: 192px;
	text-align: left;
	vertical-align: middle;
	padding-top: 3px;
	list-style-image: url(arrows.gif);
	list-style-type: disc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	text-decoration: none;
}
.box_header_images
{
	height: 130px;
	width: 544px;
	border: 1px solid #cccccc;
	margin-top: 2px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
	float: left;
}
.E_mail_icon
{
	background-image: url(images/E-mail.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 36px;
	margin-top: 2px;
	padding-top: 10px;
	padding-left: 10px;
	background-position: center center;
}
.Email_us
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0033FF;
	text-decoration: none;
	float: left;
	height: 30px;
	width: 110px;
	margin-top: 2px;
	padding-top: 10px;
}
.E_mail_address
{
	font-family: Verdana;
	font-size: 8.5pt;
	color: #666666;
	height: 10px;
	width: 150px;
	float: left;
	padding-left: 10px;
}
.E_mail_Phone_number
{
	font-family: Verdana;
	font-size: 8.5pt;
	color: #666666;
	height: 10px;
	width: 150px;
	float: left;
	padding-left: 10px;
	margin-top: 4px;
	font-weight: bold;
}
.live_Chat_icon
{
	background-image: url(images/live-Chat.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 36px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
	background-position: center center;
}
.images_box
{
	background-color: #FBFBFB;
	float: left;
	height: 112px;
	width: 112px;
	padding-top: 14px;
	padding-left: 14px;
	border: 1px solid #c8d1d8;
	margin: 3px;
	border-radius:6px;
	-moz-border-radius:6px;
	box-shadow:2px 2px 2px #e3e8ec;
}
/* Div Made By Deepak */
.main_div_sub
{
	float: left;
	height: 135px;
	width: 570px;
	background-color: White;
}

.main_div2_MENU
{
	float: left;
	height: 135px;
	width: 190px;
	background-color: White;
}
.main_div_sub_div
{
	float: left;
	height: 135px;
	width: 570px;
	background-color: white;
	display: none;
}
.main_div_sub_div
{
	float: left;
	height: 135px;
	width: 570px;
	background-color: white;
	display: none;
}
.main_divvv1
{
	float: left;
	height: 135px;
	width: 900px;
	background-color: #FFFFFF;
}
.P_Format
{
	font-family: Verdana;
	font-size: 8.6pt;
	color: #575757;
}

