@charset "utf-8";

body { /* CSS Document */
	padding: 0;
	margin: 10px 0 0;
	font: 76% arial, "Trebruchet MS", tahoma, verdana, georgia, sans-serif;
	background: #f9f7f5 url("../images/default/default_gradient.png") 0 0 repeat-x;
}

a:link,
a:active { /* all undefined links */
	color: #1fadcb;
	text-decoration: none;
}

a:hover {
	color:#000;
	text-decoration: underline;
}

a:visited {
	color: #c0c0c0;
	text-decoration: none;
}

.wrapper { /* Layout Container */
	padding: 0;
	width: 960px;
	margin: 0 auto;
	background: #f9f7f5;
}

#contents { /* Contains entire body content */
	padding: 0;
	width: 960px;
	margin: 0 0 10px 0;
	background: #f9f7f5;
}

#bottom_container { /* Contains Resourses and Footer */
	width: 100%;
	background: #393939;
}

.clear { /* Clear all floats */
	clear: both;
}

.imgleft { /* float photo in my profile */
	float: left;
	padding: 2px;
	margin-right: 10px;
	background: #e6e6e6;
	border: 1px solid #999;
}

#header_wrapper { /* Header container */
	width: 960px;
	height: 126px;
}

#header_wrapper #left { /* Round left corner of header and Tabs */
	float: left;
	width: 23px;
	height: 126px;
	background: #ccc url("../images/default/default_header_left.png") no-repeat;
}

#header_wrapper #right { /* Round right corner of header and Tabs */
	width: 23px;
	float: right;
	height: 126px;
	background: #ccc url("../images/default/default_header_right.png") no-repeat;
}

#header_wrapper #top { /* Header background image */
	float: left;
	width: 914px;
	height: 82px;
	background: #ccc url("../images/default/default_header_top.png") repeat-x;
}

#header_wrapper #bottom { /* Tabs background image */
	float: left;
	width: 914px;
	height: 44px;
	background: #ccc url("../images/default/default_header_bottom.png") repeat-x;
}

#logo { /* Logo container */
	width: 138px;
	height: 66px;
	margin: 10px 0 0;
}

#logo a { /* Allows you to have a clickable logo */
	float: left;
	width: 138px;
	height: 66px;
	display: block;
	text-decoration: none;
	background: transparent url("../images/logo.png") no-repeat;
}

#logo a span { /* Hides link over logo */
	visibility: hidden;
}

#logo a:hover span { /* Hides link over logo when hovered */
	visibility: hidden;
}

#nav ul { /* Navigation Menu */
	padding: 0;
	float: left;
	margin: 11px 0 0;
	list-style-type: none;
	background: transparent url("../images/default/default_nav_devide.png") 0 no-repeat;
}

#nav a { /* Tab links */
	color: #555;
	float: left;
	height: 32px;
	display: block;
	padding: 0 10px;
	font-size: 0.9em;
	line-height: 32px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	background: transparent url("../images/default/default_nav_devide.png") 100% 0 no-repeat;
}

#nav li { /* Helps float links next to each other */
	float: left;
}

#nav li:hover { /* Show Bullet pointer on hover */
	background: transparent url("../images/default/default_nav_bg.png") 50% 0 no-repeat;
}

#main { /* Main contents */
	float: left;
	width: 760px;
}

#main #select { /* Select Container */
	margin: 0;
	height: 2em;
	padding: 5px 0;
	background: url("../images/default/default_dashed.png") 0 100% repeat-x;
}

#main #select form { /* Select form at the top */
	float: right;
	width: 182px;
	height: 24px;
}

#main #select span { /* Select text in Select container */
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 21px;
	margin-right: 10px;
}

#main h1 { /* All h1 tags in Main container */
	margin: 0;
	padding: 0;
	font-size: 2em;
	line-height: 2em;
	text-indent: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	background: url("../images/default/default_dashed.png") 0 100% repeat-x;
}

#main h2 { /* All h2 tags in Main container */
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	padding-left: 20px;
	font-weight: normal;
}

#main p { /* All P tags in Main container */
	color: #444;
	padding: 0 20px;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
}

#main .prod_wrapper { /* Product Container */
	color: #444;
	float: left;
	width: 364px;
	margin: 20px 0 0 10px;
}

#main .t_thumbnail { /* Templates Thumbnails Container */
	float: left;
	width: 140px;
}

#main .t_z-index_img { /* Aligns Templates Thumbnails under Thumbnail design */
	margin: 12px 0 0 12px;
}

#main .temp_desc { /* Description of Templates */
	float: left;
	width: 215px;
	margin-left: 9px;
}

#main .temp_desc div { /* Bottom lines of Templates description */
	line-height: 1.4em;
	background: url("../images/default/default_dashed.png") 0 100% repeat-x;
}

#main .desc_bold { /* Description Titles of products */
	font-weight: bold;
}

#main .desc_right { /* Description contents of products */
	color: #000;
	float: right;
}

#main .header_thumbnail {
	width: 360px;
	height: 84px;
}

#main .z-index_thumb { /* Products Thumbnails design */
	z-index: 2;
	position: absolute;
}

#main .header_z-index_img { /* Aligns Templates Thumbnails under Thumbnail design */
	width: 350px;
	height: 73px;
	margin: 5px 0 0 6px;
}

#main .header_desc { /* Description of Templates */
	float: left;
	width: 346px;
	margin: 5px 0 0 10px;
}

#main .header_desc div { /* Bottom lines of Templates description */
	line-height: 1.4em;
	background: url("../images/default/default_dashed.png") 0 100% repeat-x;
}

#main .logo_thumbnail { /* Templates Thumbnails Container */
	float: left;
	width: 140px;
	height: 140px;
}

#main .logo_z-index_img { /* Aligns Templates Thumbnails under Thumbnail design */
	margin: 5px 0 0 5px;
}

#main .menu_thumbnail { /* Templates Thumbnails Container */
	float: left;
	width: 140px;
	height: 140px;
}

#main .menu_z-index_img { /* Aligns Templates Thumbnails under Thumbnail design */
	margin: 5px 0 0 5px;
}

#main .tutorial_thumbnail { /* Templates Thumbnails Container */
	float: left;
	width: 120px;
	height: 120px;
}

#main .tutorial_z-index_img { /* Aligns Templates Thumbnails under Thumbnail design */
	margin: 5px 0 0 5px;
}

#main .pagination { /* Clears and center pagination links */
	clear: both;
	font-size: 1em;
	margin: 15px 0;
	background: #fff;
	line-height: 30px;
	font-weight: bold;
}

#main .pagination a { /* Properties of the Links in the Pagination */
	color: #1fadcb;
	padding: 0 10px;
	border: 1px dotted #1fadcb;
}

#main .pagination a:hover { /* Hovering properties of the Links in the Pagination */
	color: #000;
	background: #f9f7f5;
	text-decoration: none;
	border: 1px dotted #000;
}

#main .pages { /* Total pages text */
	color: #333;
	margin: 0 20px;
}

#main .arrow { /* Total pages text */
	color: #333;
	font-size: 1.2em;
}

#main .pagenum { /* Pages */
	color: #999;
}

#main li { /* Q'A listing links */
	color: #444;
	text-indent: 1.2em;
	line-height: 1.4em;
	list-style-type: none;
	background: url("../images/default/default_bullet_nav.png") 0 50% no-repeat;
}

#feedback_form { /* Feedback Form */
	margin: 3em 0 0 20px;
}

#feedback_form .input { /* Feedback Form */
	width: 220px;
	height: 1.5em;
	background: #eee;
	border: 3px solid #ddd;
	font: 1em/1.5em verdana, arial, sans-serif;
}

#feedback_form .input:focus { /* Feedback Form */
	background: #ccc;
}

#feedback_form textarea { /* Feedback Form */
	background: #eee;
	border: 3px solid #ddd;
}

#feedback_form h3 { /* Feedback Form */
	text-indent: 0;
	margin: 0.5em 0;
	font-size: 1.2em;
}

#about { /* About aSimpleTemplate */
	clear: both;
}

#r_column { /* Right column container */
	float: left;
	width: 179px;
	margin: 10px;
}

#r_column .content {
	margin-bottom: 20px;
}

.r_column_top { /* Top image of Right column box */
	height: 26px;
	background: url("../images/default/default_r_column_top.png") no-repeat;
}

.r_column_sides { /* Sides image of Right column box */
	margin: 0;
	background: url("../images/default/default_r_column_sides.png") no-repeat;
}

.r_column_top h1 { /* Title in Right column */
	margin: 0;
	padding: 0;
	color: #555;
	text-indent: 15px;
	font: bold 1.1em/26px arial, tahoma, sans-serif;
}

#content_count { /* Adds padding to content counter */
	padding: 1px 15px;
}

#content_count span { /* Total products in Index page */
	font-weight: bold;
}

#content_count span a { /* Total products in Index page */
	text-decoration: underline;
}

#google_ads {
	width: 160px;
	margin: 0 auto;
	padding: 5px 0;
}

#resources { /* Resources - Container of resources */
	color: #000;
	font-size: 1em;
	line-height: 1.7em;
	background: #303030 url("../images/default/default_resources_left.png") 0 100% no-repeat;
}

#resources_right { /* Curve image on bottom right */
	background: transparent url("../images/default/default_resources_right.png") 100% 100% no-repeat;
}

#resources #col_1 { /* Left column in Resources */
	float: left;
	width: 220px;
	margin: 20px;
	margin-right: 0;
}

#resources #col_2 { /* Advert column in Resources */
	float: left;
	width: 300px;
	margin: 20px;
	margin-right: 0;
}

#resources .col_3 { /* Column 3 and 4 */
	float: left;
	width: 170px;
	margin: 20px;
	margin-right: 0;
}

#resources h3 { /* All H3 tags in Resources */
	margin: 0;
	padding: 0;
	color: #777;
	font-size: 1.7em;
	line-height: 1.7em;
	font-weight: normal;
	letter-spacing: -1px;
}

#resources ul { /* All list menus in Resources */
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#resources li a { /* All links in Resources */
	color: #aaa;
	height: 2.2em;
	display: block;
	font-size: 1em;
	text-indent: 25px;
	line-height: 2.2em;
	letter-spacing: 1px;
	background: transparent url("../images/default/default_bullet_resources.png") 3% 50% no-repeat;
}

#resources li a:hover { /* All Links hover in Resources */
	color: #222;
	text-decoration: none;
	background: #f9f7f5 url("../images/default/default_bullet_resources.png") 3% 50% no-repeat;
}

#footer { /* Copyright, Loading Speed and Users Online  */
	clear: both;
	color: #aaa;
	font-size: 0.9em;
	line-height: 2em;
	text-align: center;
	background: #393939;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #555;
}
